SQLSTATE[HY000]: General error: 1021 Disk full (/tmp/#sql-temptable-49e-6870c4-74b4d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
SELECT f.id, f.titolo, f.tipo, f.obbligatorio, f.formato, f.value, f.fieldset,
t1.it AS label
FROM form_fields f
LEFT JOIN aa_translation t1 ON f.label = t1.id
LEFT JOIN form_fieldsets fs ON f.fieldset = fs.id
WHERE f.id_form = '3'
ORDER BY fs.ordine, f.ordine
Execute() called at /var/www/www/public/plugin/function.form.php at line 210<br />
Fatal error: Uncaught Error: Call to a member function fetchRow() on bool in /var/www/www/public/plugin/function.form.php:211
Stack trace:
#0 /var/www/www/public/plugin/function.form.php(37): getFormFields()
#1 /var/www/www/cache/1254fb34d76983e8b6c406aeaf1f3db114595367_0.file._prodotto.tpl.php(166): smarty_function_form()
#2 /var/www/www/public/lib/smarty/sysplugins/smarty_template_resource_base.php(128): content_681b2024d19746_65774670()
#3 /var/www/www/public/lib/smarty/sysplugins/smarty_template_compiled.php(162): Smarty_Template_Resource_Base->getRenderedTemplateCode()
#4 /var/www/www/public/lib/smarty/sysplugins/smarty_internal_template.php(188): Smarty_Template_Compiled->render()
#5 /var/www/www/public/lib/smarty/sysplugins/smarty_internal_template.php(354): Smarty_Internal_Template->render()
#6 /var/www/www/cache/86de0dd33fd07899090777096d115aad38ec0a3c_0.file.products.tpl.php(56): Smarty_Internal_Template->_subTemplateRender()
#7 /var/www/www/public/lib/smarty/sysplugins/smarty_template_resource_base.php(128): co in /var/www/www/public/plugin/function.form.php on line 211