stuzstore Posted May 20, 2006 Posted May 20, 2006 Having troubles with install. Any advise on the following error message? Many Thanks! A test connection made to the database was NOT successful. The error message returned is: Table 'mydatabasename.configuration' doesn't exist Please click on the Back button below to review your database server settings. If you require help with your database server settings, please consult your hosting company.
usernamenone Posted May 20, 2006 Posted May 20, 2006 Having troubles with install. Any advise on the following error message?Many Thanks! A test connection made to the database was NOT successful. The error message returned is: Table 'mydatabasename.configuration' doesn't exist Please click on the Back button below to review your database server settings. If you require help with your database server settings, please consult your hosting company. You need the proper settings for you database // define our database connection define('DB_SERVER', 'you get this from your database that you sat up'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', 'your db user name'); define('DB_SERVER_PASSWORD', 'your db password'); define('DB_DATABASE', 'your db name, mine is the same as username'); define('USE_PCONNECT', 'true'); // use persisstent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' These will program the configure.php files in both catalog/includes and catalog/admin/includes If you input the wrong information during install you will get an error ?>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.