Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Who's online shopping cart problem...


SuperCrank

Recommended Posts

while testing my shopping cart(adding items to it) I went and checked who's online and I got this:

 

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /mystore/admin/includes/functions/database.php on line 45

0 -



select p.products_id, pd.products_name, p.products_model, p.products_price, p.products_weight, p.products_tax_class_id from products p, products_description pd where p.products_id='43' and pd.products_id = p.products_id and pd.language_id = '1'



[color=darkred][b][TEP STOP][/b][/color]

 

however when I remove the item from the shopping cart, it works fine.

 

how can I fix this?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...