cwf Posted August 7, 2004 Posted August 7, 2004 Help me please! What do u need to do? The following error has occurred: The configuration files do not exist, or permission levels are not set. Please perform the following actions: cd /home/steven/public_html/includes/ touch configure.php chmod 706 configure.php cd /home/steven/public_html/admin/includes/ touch configure.php chmod 706 configure.php Is this the only thing what I need to fill in in the 2 files? // define our database connection define('DB_SERVER', ''); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', ''); define('DB_SERVER_PASSWORD', ''); define('DB_DATABASE', 'osCommerce'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' Is this good? // define our database connection define('localhost', ''); // eg, localhost - should not be empty for productive servers define('steven_he', ''); define('mypass', ''); define('steven_cwf', 'osCommerce'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' Thank you :D :D :D
Guest Posted August 7, 2004 Posted August 7, 2004 Hi, You just have to change the permissions of the 2 files that are mentioned, you can do this easily via FTP
Recommended Posts
Archived
This topic is now archived and is closed to further replies.