Jump to content

error de interpretacion en modulos


ghostmind

Recommended Posts

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!

post-289278-0-25821100-1317298387_thumb.jpg

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...