Товари. Сторінка 79


Warning: mysqli_query(): (HY000/3): Error writing file '/tmp/#sql/fd=1404' (Errcode: 28 "No space left on device") in /var/www/html/freeboard.com.ua/includes/functions/database.php on line 45
3 - Error writing file '/tmp/#sql/fd=1404' (Errcode: 28 "No space left on device")

select SQL_CALC_FOUND_ROWS g.goods_id, g.customer_id, if(length(ab.entry_company), ab.entry_company, concat(c.customers_firstname, ' ', c.customers_lastname)) as s, g.goods_name, substring(g.goods_description, 1, 170) as goods_description, g.goods_price, g.goods_currency, g.goods_image1, g.goods_image2, g.goods_image3, g.goods_image4, g.goods_image5 from goods as g, customers as c left join address_book as ab on c.customers_id = ab.customers_id where g.customer_id = c.customers_id and g.goods_status = '1' and g.goods_user_status = '1' order by g.goods_id desc limit 2340, 30

[TEP STOP]