Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

1146 Table/Database Error


cdi-buy.com

Recommended Posts

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

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

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

Archived

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

×
×
  • Create New...