User 'fabrykab_orth' has exceeded the 'max_questions' resource (current value: 1000000)

			SELECT h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module, h.`live_edit`
			FROM `ps_module` m
			LEFT JOIN `ps_hook_module` hm ON hm.`id_module` = m.`id_module`
			LEFT JOIN `ps_hook` h ON hm.`id_hook` = h.`id_hook`
			AND m.`active` = 1
			ORDER BY hm.`position`