News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Search Problems

Started by antonio, October 02, 2003, 03:18:14 PM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

antonio

Hello Everyone,

I've installed coppermine without any problems. However, When I searched over the pictures that I've uploaded; I got the below error:

Warning: Empty Delimiter in /home/virtual/site25/fst/var/www/html/vladimir/gallery/include/search.inc.php on line 33

What is wrong?> Please provide your comments....

Thank you,
Antonio

danieli

Edit the file include/search.inc.php
Look for the line with
$charset = $CONFIG['charset'] == 'language file' ? $lang_charset : $CONFIG['charset'];
Replace it with :
$charset = $CONFIG['charset'] == 'language file' ? $GLOBALS['lang_charset'] : $CONFIG['charset'];