Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

Posted
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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...