fan4chevy Posted September 24, 2009 Posted September 24, 2009 Hi, I have a fresh copy of OsCommerceMerchantV2.2A which worked fine. However, every time I install Morepics 2.0.6 or Morepics 2.0.7Rollup I get database table errors even though the database shows the files. See below: When opening Install.php: 1146 - Table 'cruisin_shoppingcart.TABLE_PRODUCTS_IMAGES' doesn't exist INSERT INTO TABLE_PRODUCTS_IMAGES SET image_filename = 'matrox/mg200mms.gif', products_id = '1', category_page = '1', product_page = '1', popup_page = '1', last_modified = now() [TEP STOP] When opening the index of cart: 1146 - Table 'cruisin_shoppingcart.TABLE_PRODUCTS_IMAGES' doesn't exist select p.products_id, pi.image_filename, p.products_tax_class_id, p.products_price from products p left join TABLE_PRODUCTS_IMAGES pi on p.products_id = pi.products_id and pi.category_page = '1' where p.products_status = '1' order by p.products_date_added desc limit 10 [TEP STOP] Nomatter what I open I get the database errors. I uploaded all the items mentioned into the correct catalog folders as well. You help is really appreciated. Charles Quote
fan4chevy Posted September 24, 2009 Author Posted September 24, 2009 Hi, I have a fresh copy of OsCommerceMerchantV2.2A which worked fine. However, every time I install Morepics 2.0.6 or Morepics 2.0.7Rollup I get database table errors even though the database shows the files. See below: When opening Install.php: 1146 - Table 'cruisin_shoppingcart.TABLE_PRODUCTS_IMAGES' doesn't exist INSERT INTO TABLE_PRODUCTS_IMAGES SET image_filename = 'matrox/mg200mms.gif', products_id = '1', category_page = '1', product_page = '1', popup_page = '1', last_modified = now() [TEP STOP] When opening the index of cart: 1146 - Table 'cruisin_shoppingcart.TABLE_PRODUCTS_IMAGES' doesn't exist select p.products_id, pi.image_filename, p.products_tax_class_id, p.products_price from products p left join TABLE_PRODUCTS_IMAGES pi on p.products_id = pi.products_id and pi.category_page = '1' where p.products_status = '1' order by p.products_date_added desc limit 10 [TEP STOP] Nomatter what I open I get the database errors. I uploaded all the items mentioned into the correct catalog folders as well. You help is really appreciated. Charles In addition I am now getting this error on all pages: Fatal error: Call to a member function add_current_page() on a non-object in /home2/cruisin/public_html/inspiredamerican/catalog/includes/application_top.php on line 312 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.