BirthdayAnniversaryGet Well soonNew BabyCongratulationWedding
1021 - Disk full (/var/db/mysql-tmp/#sql-temptable-1fc0c4-25e163-109.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
select distinct p.products_image, m.manufacturers_name, m.manufacturers_id, p.products_id, SUBSTRING_INDEX(pd.products_description, ' ', 20) as products_description, pd.products_name, p.products_price,p.products_ssmdata, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price from products p left join manufacturers m using(manufacturers_id) left join specials s on p.products_id = s.products_id, products_description pd, categories c, products_to_categories p2c where p.products_status = '1'and p.products_quantity > '0' and p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and (not (p2c.categories_id in (48,49,118,50,33,354,37,315,316,318,319,320,337,331,333,332,334,335,340,341,338,336,339,330,314,382,44,112,100,349,355,362,365,366,367,364,307,308,184,389,407,390,394,25,79,376,402,41,42,401,288,145,305,313,180,181,182,158,160,161,159,146,386,406,289,345))) and ((pd.products_seo_keywords LIKE '%for%' OR pd.products_name like '%for%' or p.products_model like '%for%' or m.manufacturers_name like '%for%') and (pd.products_seo_keywords LIKE '%mother%' OR pd.products_name like '%mother%' or p.products_model like '%mother%' or m.manufacturers_name like '%mother%') ) order by pd.products_name limit 0, 240
[TEP STOP]