Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

table doesn't exist message on create new account


Guest

Recommended Posts

Posted

Hi

 

When customers attempt to create a new account (create_account.php) the following message appears at the top of the page:

 

1146 - Table 'skymount_co_uk_oscommerce.sources' doesn't exist

 

select sources_id, sources_name from sources order by sources_name

 

[TEP STOP]

 

This seems to render the page inactive- i.e. there is no continue option at the bottom of the page.

 

I'm at a complete loss- can anyone help?

Posted

1146 - Table 'skymount_co_uk_oscommerce.sources' doesn't exist

Standard osC doesn't have a table called sources.

Posted

You forgot to run a mysql query when you were installing an addon.

 

sources_id and sources_name are fields related to an addon and not the typical mysql that came from an oscommerce install.

 

What addon requires you to run a mysql query that will create this specific table for you?

Archived

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

×
×
  • Create New...