Dear lat9,
I have the same issue as one of the first topics. I receive the following message:
The DbIo Manager does not support your installation, due to a mismatch between your DB_CHARSET (DB_CHARSET) and CHARSET (utf-8) values.
You have given a solution in the beginning, to change the configure.php file (define ('DB_CHARSET', 'utf-8'); into define ('DB_CHARSET', 'utf8');)
But.. I do not have that line into my configure file, only in the dis-configure.php file, but there is already the following line:
define('DB_CHARSET', 'utf8');
, is there an another way to solve this?
Best Regards,
Bookmarks