News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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