Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help I have multiple entries in the Admin / Configuration


LiChristopher

Recommended Posts

Posted

You probably tried to install the site several times, and ended up with multiple 'configuration' table entries.

 

If this is a new install then access the database via phpMyAdmin, drop all of the tables in it (this will remove all data) and then .....

 

Click on the SQL or Import Tab, and use the Browse link to locate the install/oscommerce.sql file on your own computer, then click the Go button.

 

Vger

Posted
You probably tried to install the site several times, and ended up with multiple 'configuration' table entries.

 

If this is a new install then access the database via phpMyAdmin, drop all of the tables in it (this will remove all data) and then .....

 

Click on the SQL or Import Tab, and use the Browse link to locate the install/oscommerce.sql file on your own computer, then click the Go button.

 

Vger

 

 

Really appreciate your reply but I don't get it.

DROP ALL OF THE TABLES? Do you mean the database of my eshop or all the database in phpmyadmin?

Please help me, I a noob.

Posted

DROP deletes all of the table / structure / data etc..

 

Running the SQL file will recreate it all.

 

usual sort of sql command would be like:

DROP TABLE IF EXISTS orders;
CREATE TABLE orders (

followed by the structure and then INSERT INTO (the data bits)

 

HTH

one-click installation..

Dave's info

Archived

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

×
×
  • Create New...