Error SQL:
QUERY:
SELECT catreview.text_name,
catreview.text_company,
catreview.textarea_otziv,
catreview.text_vote,
catreview.datetime_date
FROM `grk_ru_catreview` AS `catreview`
LEFT JOIN `grk_ru_catalog_cat` AS `catalog_cat`
ON `catreview`.`pselect_catalog` = `catalog_cat`.`parent`
WHERE `catalog_cat`.`text_name` = 7412
AND `catreview`.`check2_active` = 1
ORDER BY RAND()
LIMIT 5
MYSQL Error:
Disk full (/var/tmp/#sql_665_0); waiting for someone to free some space...