Help me. Problem with search Help me. Problem with search
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Help me. Problem with search

Started by serega7777777, May 06, 2006, 10:57:49 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

serega7777777

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.

Nibbler


serega7777777


serega7777777

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

garry

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!

Joachim Müller


garry

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)

Joachim Müller

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.