Just to add this:
config code, it didnt mention in the install zen cart instructions to add my server password or database name to this, I tried it though and it still didnt work. the database I am using is a downloaded one for testing, does it matter how many tables it has? there was no info (in zen installation instructions) on what the tables and data should be like for the shopping cart, could this be my problem?
Code:
// define our database connection
define('DB_TYPE', 'mysql');
define('DB_PREFIX', ''); // prefix for database table names -- preferred to be left empty
define('DB_SERVER', 'localhost');
define('DB_SERVER_USERNAME', 'root');
define('DB_SERVER_PASSWORD', '');
define('DB_DATABASE', '');
define('USE_PCONNECT', 'false');
define('STORE_SESSIONS', 'db');
// use 'db' for best support, or '' for file-based storage
Bookmarks