ghostmind Posted September 29, 2011 Share Posted September 29, 2011 Chicos, he estado mirando en foros y demás y no se como solucionar este problema. Os pongo captura. Me sale siempre y no me deja instalar ningun modulo. El codigo perteneciente a ese error ronda por esta sección: // Check if already register $result = Db::getInstance()->getRow(' SELECT hm.`id_module` FROM `'._DB_PREFIX_.'hook_module` hm, `'._DB_PREFIX_.'hook` h WHERE hm.`id_module` = '.intval($this->id).' AND h.`name` = \''.pSQL($hook_name).'\' AND h.`id_hook` = hm.`id_hook`'); if ($result) return true; Gracias! Link to comment Share on other sites More sharing options...
Recommended Posts