Really annoying problem and ive come to the end of my whitts with it
I installed ZEN for a customer of mine ages ago, and his host has insisted he change his SQL database password as they were hacked recently
Should have been simple enough, passwords changed, i can log into the database using MYSQL with no problem, and an old install of OSCOMMERCE works fine. For some reason the ZEN cart simply will not connect to the database! Even installed a new instance of zen and that will work!!! but not the old one.
Ive updated the info in the
includes/config.php &
admin/includes/configer.php
Both are correct, and the only thing thats changed is the password, but no joy.
Is there something else odd about Zen that i have missed?
Any help greatly appreciated at this point!
Just incase ive missed something:
// define our database connection
define('DB_TYPE', 'mysql');
define('DB_PREFIX', 'zen_');
define('DB_SERVER', '************);
define('DB_SERVER_USERNAME', '**********');
define('DB_SERVER_PASSWORD', '*************);
define('DB_DATABASE', '**************');
define('USE_PCONNECT', 'false'); // use persistent connections?
define('STORE_SESSIONS', 'db'); // use 'db' for best support, or '' for file-based storage





some more investigation required.....


