okay, the problem was solved by adding
$CONFIG['dbcharset'] = 'utf8'; // Your mysql database charset
to the config file of coppermine, which then is used in a "SET NAMES"-SQL command.
I wonder, why right after the connect, the c...
$CONFIG['dbcharset'] = 'utf8'; // Your mysql database charset
to the config file of coppermine, which then is used in a "SET NAMES"-SQL command.
I wonder, why right after the connect, the c...