Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Sql Error


heartstealer

Recommended Posts

Posted

I was wondering if someone could tell me what this means and how to fix it:

 

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /data/11/1/93/13/1093339/user/1141370/htdocs/catalog/includes/functions/database.php on line 44

0 -

 

select distinct p.products_id, p.products_image, p.products_tax_class_id, if(s.status, s.specials_new_products_price, p.products_price) as products_price from products p left join specials s on p.products_id = s.products_id, products_to_categories p2c, categories c where c.categories_status='1' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and c.parent_id = '91' and p.products_status = '1' order by rand() desc limit 9

 

[TEP STOP]

 

Thanks in Advance

Archived

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

×
×
  • Create New...