Fatal error: Uncaught User 'agelectrarroot02' has exceeded the 'max_questions' resource (current value: 40000)<br /><br /><pre>SELECT h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module, h.`live_edit`
FROM `zz_module` m
INNER JOIN zz_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 2 AND module_shop.enable_device & 1)
INNER JOIN `zz_module_shop` ms ON ms.`id_module` = m.`id_module`
INNER JOIN `zz_hook_module` hm ON hm.`id_module` = m.`id_module`
INNER JOIN `zz_hook` h ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `zz_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.name != "displayPayment") AND (hm.id_shop = 2) AND (mg.id_shop = 2 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
</pre>
thrown in /home/agelectrar/www/agmaster/classes/db/Db.php on line 791