Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Bug in search  (Read 5437 times)

0 Members and 1 Guest are viewing this topic.

Konstantinos

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 120
Bug in search
« on: April 03, 2006, 09:11:03 pm »

when i get the search results with thumbnails after i click on the thumb i get No image to display  see for your self

http://www.hairtransplantphotos.net/displayimage.php?album=search&cat=0&pos=1
« Last Edit: April 06, 2006, 06:49:48 am by TranzNDance »
Logged

Konstantinos

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 120
Re: Bug in search
« Reply #1 on: April 03, 2006, 09:53:02 pm »

actually when i use the search by going to my site as http:// without the www. it works but with the www. it doesnt how come and what to to solve the problem ?
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Bug in search
« Reply #2 on: April 04, 2006, 06:35:48 am »

cookie issue imo. I recommend coming up with some url rewrite in .htaccess to change all URLs to http://hairtransplantphotos.net
Logged

Nibbler

  • Guest
Re: Bug in search
« Reply #3 on: April 04, 2006, 02:03:44 pm »

Clear your cookies.
Logged

bybinhabr

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: Bug in search
« Reply #4 on: April 04, 2006, 03:51:45 pm »

I have the same bug!
It is not a problem with cookies (I cleared and nothing!)...
My search page just show results if I search in filename (like if I search "DSC")...

What's wrong? I use Portuguese lang files that comes with 1.4.4 version of this site!

tks,

Barbara
Logged

Konstantinos

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 120
Re: Bug in search
« Reply #5 on: April 04, 2006, 06:06:00 pm »

i cleared cookies and still the same. what code is that for the ht.access ?
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Bug in search
« Reply #6 on: April 05, 2006, 09:57:48 am »

The file must be named ".htaccess", not "ht.access". It should contain something like
Code: [Select]
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.hairtransplantphotos\.net$ [NC]
RewriteRule ^(.*) http://hairtransplantphotos.net/$1 [R,L]
Put it into your web root (making sure that there isn't already such a file).
Logged

Konstantinos

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 120
Re: Bug in search
« Reply #7 on: April 05, 2006, 06:51:34 pm »

thanx
Logged
Pages: [1]   Go Up
 

Page created in 0.028 seconds with 21 queries.