Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Copying existing layout to new database/website


angel_leyva

Recommended Posts

Hello Everyone,

 

I have an osCommerce site, but i wanted to start another under a different web address. i already have the website/hosting services. i know i can just copy and paste the entire original site to the second, but i was wondering which files to edit. i know i edit these below but which other ones?

 

/admin/includes/configure.php

 

/includes/configure.php

 

Any help is greatly appreciated. Thx All!

Link to comment
Share on other sites

I think the configure.php is all you need since they define the databases and directory roots.

 

As long as there configured it should all be good.

 

 

i did modify both but i keep receiving the error below...

 

1146 - Table 'db233395627.admin' doesn't exist

 

select admin_id as login_id, admin_groups_id as login_groups_id, admin_firstname as login_firstname, admin_email_address as login_email_address, admin_password as login_password, admin_modified as login_modified, admin_logdate as login_logdate, admin_lognum as login_lognum from admin where admin_email_address = '[email protected]'

 

[TEP STOP]

 

anyone know what that means? the site does not work and the login page works on admin, but after you login, this error is displayed. i'm guessing i need to modify more than those 2 configure.php files?

Link to comment
Share on other sites

If you have made changes to the database, you will need to use the 'restore' function in admin>tools>backup or use PHPmyAdmin and restore the database from the old to the new.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...