Could you peek at your files, on the server, and see if they contain a prefix:
And change them in the files:Code:define('DB_PREFIX', 'zen_');
/includes/configure.php
/admin/includes/configure.php
to read:
and see if removing the prefix makes the magic occur ...Code:define('DB_PREFIX', '');![]()



