Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Confirmation error message.


Guest

Recommended Posts

I can seem to find where the problem is but when I confirm my order I get this error message:

 

1146 - Table 'autorelm_catalog.paypalipn_txn' doesn't exist

 

select o.orders_status,p.* from orders o LEFT JOIN paypalipn_txn p on p.item_number = o.orders_id AND o.customers_id = '2' order by o.date_purchased desc limit 1

 

[TEP STOP]

 

I have turned off paypal as an option and it still will come up with this error page, but it will confirm the order and put the order in my order box.

If anybody could help that would be great.

Link to comment
Share on other sites

Did you install the paypalIPN module ??

 

It sounds like you didn't import the SQL file that comes with paypal IPN module properly into your database.

 

I would check your database, and see if those tables are in there. If not, and you've attempted to install paypal IPN, sounds like you forgot to run the SQL...

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...