coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 permissions => Topic started by: serega7777777 on May 06, 2006, 10:57:49 PM

Title: Help me. Problem with search
Post by: serega7777777 on May 06, 2006, 10:57:49 PM
I hope for your help. A problem with search. After search I click on a photo, and the system speaks that the photo is not found. I use versions 1.4.4 and 1.4.5.
Title: Re: Help me. Problem with search
Post by: Nibbler on May 06, 2006, 11:02:00 PM
Clear your cookies.
Title: Re: Help me. Problem with search
Post by: serega7777777 on May 06, 2006, 11:26:21 PM
Thank. Now all ОК
Title: Re: Help me. Problem with coding win 1251
Post by: serega7777777 on May 06, 2006, 11:33:01 PM
But I have some more problems. Has altered in the Russian coding win 1251. But with the coding win 1251 search does not function. And with coding UTF all ОК. And the coding win 1251 is necessary for me
Title: Re: Help me. Problem with coding win 1251
Post by: garry on May 21, 2006, 12:52:50 AM
Quote from: serega7777777 on May 06, 2006, 11:33:01 PM
But I have some more problems. Has altered in the Russian coding win 1251. But with the coding win 1251 search does not function. And with coding UTF all ОК. And the coding win 1251 is necessary for me
I've got the same problem. Please help us!
Title: Re: Help me. Problem with search
Post by: Joachim Müller on May 21, 2006, 10:39:00 AM
http://forum.coppermine-gallery.net/index.php?topic=29331.0
Title: Re: Help me. Problem with search
Post by: garry on May 22, 2006, 11:58:11 AM
Thank you!
Problem was solved by replacing "utf-8" with "windows-1251" in "$multibyte_charset = 'utf-8, big5, shift_jis, euc-kr, gb2312';" (file include/search.inc.php)
Title: Re: Help me. Problem with search
Post by: Joachim Müller on May 22, 2006, 07:02:07 PM
don't replace it, but add it...
You really shouldn't use the crappy windows-12something charset. We recommend to use utf-8 for good reasons.