Guest Posted June 12, 2010 Posted June 12, 2010 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?
Jan Zonjee Posted June 12, 2010 Posted June 12, 2010 1146 - Table 'skymount_co_uk_oscommerce.sources' doesn't exist Standard osC doesn't have a table called sources.
BryceJr Posted June 12, 2010 Posted June 12, 2010 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?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.