SQLSTATE[HY000]: General error: 1021 Disk full (/tmp/#sql-temptable-48b-146064-bc6a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
SELECT cat.id, cat.icon, cat.image, trad.name, trad.description, COUNT(art.id) as products
FROM pim_categories cat
INNER JOIN pim_category_translations trad ON (cat.id = trad.category_id)
INNER JOIN pim_article_category art_cat ON (cat.id = art_cat.category_id)
INNER JOIN pim_articles art ON (art.id = art_cat.article_id AND art.active = 1)
WHERE cat.deleted_at IS NULL AND
art.deleted_at IS NULL AND
cat.active = 1 AND cat.parent_id IS NULL
GROUP BY cat.id, icon, trad.name, trad.description
ORDER BY cat._lft, trad.name
Execute() called at /var/www/www/public/plugin/function.categorie.php at line 37<br />
Fatal error: Uncaught Error: Call to a member function FetchRow() on bool in /var/www/www/public/plugin/function.categorie.php:38
Stack trace:
#0 /var/www/www/cache/d5718e0fb83cde243e567ba4e38b12f67f9ad9f1_0.file._categorie.tpl.php(25): smarty_function_categorie()
#1 /var/www/www/public/lib/smarty/sysplugins/smarty_template_resource_base.php(128): content_64a65c9399c6d0_25526399()
#2 /var/www/www/public/lib/smarty/sysplugins/smarty_template_compiled.php(162): Smarty_Template_Resource_Base->getRenderedTemplateCode()
#3 /var/www/www/public/lib/smarty/sysplugins/smarty_internal_template.php(188): Smarty_Template_Compiled->render()
#4 /var/www/www/public/lib/smarty/sysplugins/smarty_internal_template.php(354): Smarty_Internal_Template->render()
#5 /var/www/www/cache/86de0dd33fd07899090777096d115aad38ec0a3c_0.file.products.tpl.php(76): Smarty_Internal_Template->_subTemplateRender()
#6 /var/www/www/public/lib/smarty/sysplugins/smarty_template_resource_base.php(128): content_6947bf508dad08_02381833()
#7 /var/www/www/public/lib/s in /var/www/www/public/plugin/function.categorie.php on line 38