Jump to content

ERROR Trasnferencia "Smarty"


Buckler

Recommended Posts

Hola, tengo el siguiente problema:

 

Cuando voy a realizar una transferencia bancaria me salta Error de HTTP 500 (Internal Server Error)

 

Ya cambie los permisos de las carpetas y de los archivos a 755 y 644 y no funciono.

 

Contacte con mi hosting y me dijo que el error saltaba en el siguiente archivo:

 

/tools/smarty/sysplugins/smarty_internal_register.php

 

aparentemente en la linea que señalo con la flecha

 

public function registerPlugin($type, $tag, $callback, $cacheable = true, $cache_attr = null)

{

if (isset($this->smarty->registered_plugins[$type][$tag])) {

---> throw new Exception("Plugin tag \"{$tag}\" already registered");

} elseif (!is_callable($callback)) {

throw new Exception("Plugin \"{$tag}\" not callable");

} else {

$this->smarty->registered_plugins[$type][$tag] = array($callback, (bool) $cacheable, (array) $cache_attr);

}

 

Conozco lo justo de programación y no se cual puede ser el error ni la solución, alguna idea?

 

Mil gracias por adelantado!

 

ck

Link to comment
Share on other sites

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