Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

i am one problem


corneliu25

Recommended Posts

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...