coppermine-gallery.com/forum

Support => Older/other versions => cpg1.1.X Support (standalone) => Topic started by: antonio on October 02, 2003, 03:18:14 PM

Title: Search Problems
Post by: antonio on October 02, 2003, 03:18:14 PM
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
Title: error
Post by: danieli on October 13, 2003, 08:38:34 AM
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'];