Well, I have been so happy with OSCdox version of OSCommerce. I love it. I have a working shop with a lot of customized (look and feel) changes made. One day I noticed that the paypal IPN stuff was not working. When I clicked on it, it took me to admin login again and so when I would login it would refresh the login page.
So at the advice of another, I upgraded the paypal IPN stuff to 1.7 from oscommerce contrib. I had to do it manually even though I did not want to. Now, I notice I get a sql error saying a table does not exist.
I got a full site backup before I started, but the site owners have since added something like 200 products and descriptions. I can't get help at oscommerce.com for some reason so I was hoping you guys could help me out here. I am desperate. Please ask me questions and I will get whatever you need to help me solve this issue.
Currently this is the error I see on everypage towards the bottom:
Code:
1146 - Table 'dixiemm_shop.TABLE_PRODUCTS_XSELL' doesn't exist
select distinct p.products_id, p.products_image, pd.products_name, p.products_tax_class_id, products_price from TABLE_PRODUCTS_XSELL xp, products p, products_description pd where xp.products_id = '510' and xp.xsell_id = p.products_id and p.products_id = pd.products_id and pd.language_id = '1' and p.products_status = '1' order by xp.products_id asc limit 6
[TEP STOP]
and
Code:
1146 - Table 'dixiemm_shop.TABLE_COUNTER' doesn't exist
select startdate, counter from TABLE_COUNTER
[TEP STOP]
MUCH AND MANY THANKS in advance.
Phil
Bookmarks