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.
Clear your cookies.
Thank. Now all ОК
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
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!
http://forum.coppermine-gallery.net/index.php?topic=29331.0
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)
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.