Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Admin Menu Panel Issues


thecustomshop

Recommended Posts

If you select any of the below, you receive the corresponding error.

 

I understand its more then likely its from an admin control panel contribution that I had attempted to install, and then removed. And like an idiot, I had not backed up recently enough. But is there a way to replace the missing tables?

 

Admin>Customers

1146 - Table 'c3683_oscom.table_admin_files' doesn't exist

select admin_files_name from TABLE_ADMIN_FILES where FIND_IN_SET( '', admin_groups_id) and admin_files_is_boxes = '0' and admin_files_name = 'customers.php'

 

Admin>Locations/Taxes

1146 - Table 'c3683_oscom.table_admin_files' doesn't exist

select admin_files_name from TABLE_ADMIN_FILES where FIND_IN_SET( '', admin_groups_id) and admin_files_is_boxes = '0' and admin_files_name = 'countries.php'

 

Admin>Localization

1146 - Table 'c3683_oscom.table_admin_files' doesn't exist

select admin_files_name from TABLE_ADMIN_FILES where FIND_IN_SET( '', admin_groups_id) and admin_files_is_boxes = '0' and admin_files_name = 'currencies.php'

 

Admin>Reports

1146 - Table 'c3683_oscom.table_admin_files' doesn't exist

select admin_files_name from TABLE_ADMIN_FILES where FIND_IN_SET( '', admin_groups_id) and admin_files_is_boxes = '0' and admin_files_name = 'stats_products_viewed.php'

 

Admin>Tools

1146 - Table 'c3683_oscom.table_admin_files' doesn't exist

select admin_files_name from TABLE_ADMIN_FILES where FIND_IN_SET( '', admin_groups_id) and admin_files_is_boxes = '0' and admin_files_name = 'backup.php'

Link to comment
Share on other sites

Hello Jason

 

Why don't you just install the oscommerce.sql file again?

 

I compared the two files (the original versus mine) and see no differences. I will have to reinstall two contributions, but may be less stress then banging my head on this now.

Link to comment
Share on other sites

I attempted to do a restore from the original SQL database, and would just reinstall the two previous contribution. Unfortunatly, while attempting to restore the database, I continuously get an error.

 

Example:

MySQL said:  

#1050 - Table 'address_book' already exists

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...