Ошибка в SQL запросе:
SELECT pup.property_id, pup.value, pup.product_margin, pup.type_view, prop.*
FROM `mg_product_user_property` as pup
LEFT JOIN `mg_property` as prop
ON pup.property_id = prop.id
LEFT JOIN `mg_category_user_property` as cup
ON cup.property_id = prop.id
WHERE pup.`product_id` = '1676' AND cup.category_id = '63'
ORDER BY `sort` DESC;
Can't create/write to file '/tmp/#sql_3cf9c5_0.MAI' (Errcode: 30 "Read-only file system")
/home/webet400/public_html/mg-core/models/product.php (line 699)
/home/webet400/public_html/mg-core/controllers/catalog.php (line 32)
/home/webet400/public_html/mg-core/lib/moguta.php(77) : eval()'d code (line 11)
/home/webet400/public_html/mg-core/lib/moguta.php (line 77)
/home/webet400/public_html/mg-core/mg-start.php (line 53)
/home/webet400/public_html/index.php (line 78)