Promoții
Warning: mysql_query(): Unable to save result set in /home/marirea/public_html/includes/functions/database.php on line 46
1021 - Disk full (/tmp/#sql-temptable-20774c-2e2da-4b41.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
select distinct p.products_id, pd.products_name, p.products_model, pd.products_description, p.products_price, p.products_quantity, p.products_tax_class_id, p.products_image, p.products_trans, p.products_warranty, p.products_type, s.specials_new_products_price, s.specials_new_products_price as final_price, m.manufacturers_id, m.manufacturers_name from products p left join manufacturers m on (p.manufacturers_id=m.manufacturers_id), products_description pd, specials s where p.products_status = '1' and s.products_id = p.products_id and p.products_id = pd.products_id and pd.language_id = '2' and s.status = '1' order by s.specials_new_products_price desc, s.specials_date_added desc, p.products_quantity>0 desc, p.products_ordered desc, pd.products_viewed desc limit 0, 18
[TEP STOP]