corneliu25 Posted July 11, 2008 Share Posted July 11, 2008 The database server stores the content of the online store such as product information, customer information, and the orders that have been made. Please consult your server administrator if your database server parameters are not yet known. There was a problem connecting to the database server. The following error had occured: No Server selected. Please verify the connection parameters and try again. i hope help me There was a problem connecting to the database server. The following error had occured: Unknown MySQL server host 'oscommerce' (11001) Please verify the connection parameters and try again. users oscommerce ciao corneliu bucharest romania Link to comment Share on other sites More sharing options...
sLaV- Posted July 11, 2008 Share Posted July 11, 2008 Looks like you have not setup the configure.php file correctly First you need to get the database information from your hosting provider (this would be the host, username, password and database name) then open /catalog/includes/configure.php file and at the bottom just below // define our database connection you need to input these details....so it should look something like this: // define our database connection define('DB_SERVER', 'm4-mysql-server-blahblah.com'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', 'your_username'); define('DB_SERVER_PASSWORD', 'your_password'); define('DB_DATABASE', 'your_database_name'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' Link to comment Share on other sites More sharing options...
MrPhil Posted July 12, 2008 Share Posted July 12, 2008 Unless you know for a fact that the MySQL server is off on another machine, use "localhost" for the server name. Link to comment Share on other sites More sharing options...
satish Posted July 12, 2008 Share Posted July 12, 2008 oscommerce can never be a server.Try localhost Satish Mantri Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.