cdi-buy.com Posted January 3, 2004 Share Posted January 3, 2004 What do these error msgs mean? 1146 - Table 'dchocken_osc1.TABLE_SCART' doesn't exist select * from TABLE_SCART where dateadded >= '20031230' [TEP STOP] 1146 - Table 'dchocken_osc1.TABLE_SCART' doesn't exist select * from TABLE_SCART where customers_id = '63' [TEP STOP] :wacko: :huh: Link to comment Share on other sites More sharing options...
Guest Posted January 3, 2004 Share Posted January 3, 2004 whatever mod you have added, you did not add the sql table to your database. ie, 'the cupboard is bare of the table needed' Link to comment Share on other sites More sharing options...
cdi-buy.com Posted January 3, 2004 Author Share Posted January 3, 2004 I even re-added the database so that cant be it. It's for the recover cart sales contribution and the first error disappears when there are no abandoned carts and reappears when there are abandoned carts. the second error is constant. Link to comment Share on other sites More sharing options...
beardeddone Posted January 3, 2004 Share Posted January 3, 2004 This usually means that you forgot to put the define data for this mod in either the filenames.php or database_tables.php or both Best Regards Link to comment Share on other sites More sharing options...
cdi-buy.com Posted January 3, 2004 Author Share Posted January 3, 2004 thanks bearded.....turns out I accidentally wrote over the database_tables.php define when I installed the paypal IPN :lol: oops! speaking of the PayPal IPN....do you know what would cause this: 1054 - Unknown column 'o.paypal_ipn_id' in 'where clause' select count(*) as total from paypal_ipn as p, paypal_ipn_orders as po, orders as o where p.paypal_ipn_id = po.paypal_ipn_id AND po.paypal_ipn_id = o.paypal_ipn_id AND o.paypal_ipn_id = p.paypal_ipn_id [TEP STOP] Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.