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
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'];