Change this text from admin in the Info System area under HOME PAGE.  You will need to enter atleast two full lines into this area.
1 - Can't create/write to file '/tmp/#sql_4fd9_1.MYI' (Errcode: 28)

select p.products_id, p.products_image, p.products_tax_class_id, pd.products_description, pd.products_name, 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_description pd where p.products_status = '1' and p.products_id = pd.products_id and pd.language_id = '1' order by rand() limit 4

[TEP STOP]