Ошибка в SQL запросе:
SELECT pup.prop_id, pup.type_view, prop.*
FROM `webstore_product_user_property_data` as pup
LEFT JOIN `webstore_property` as prop
ON pup.prop_id = prop.id
LEFT JOIN `webstore_category_user_property` as cup
ON cup.property_id = prop.id
WHERE pup.`product_id` = '55' AND cup.category_id = '17'
ORDER BY `sort` DESC;
Disk full (/var/tmp/#sql_5f7f_0); waiting for someone to free some space.../var/www/www-root/data/www/hivh10.ru/mg-core/models/product.php (line 1142)
/var/www/www-root/data/www/hivh10.ru/mg-core/controllers/product.php (line 57)
/var/www/www-root/data/www/hivh10.ru/mg-core/lib/moguta.php (line 65)
/var/www/www-root/data/www/hivh10.ru/mg-core/mg-start.php (line 29)
/var/www/www-root/data/www/hivh10.ru/index.php (line 92)