Jump to content

/CODE MODULES PRESTEAMSHOP - PLEASE NOT REMOVE


Recommended Posts

Mi web de un momento a otro se cayo y sale este error

 

//CODE MODULES PRESTEAMSHOP - PLEASE NOT REMOVE //-------------------------------------------------------------------------------------------------------- smartyRegisterFunction($smarty, "modifier", "escape", "escapePTS"); function escapePTS($string, $esc_type = "html", $char_set = null, $double_encode = true, $as_html = false) { $smarty_escape = SMARTY_PLUGINS_DIR."modifier.escape.php"; include_once $smarty_escape; if (!$as_html && is_callable("smarty_modifier_escape")) { $string = call_user_func("smarty_modifier_escape", $string, $esc_type, $char_set, $double_encode); } return $string; } //--------------------------------------------------------------------------------------------------------

 

No se a que se debe, por favor si alguien me ayuda!

 

Prestashop 1.6.0.14

 

  • Like 1
Link to comment
Share on other sites

  • 9 months later...
On 8/2/2018 at 6:00 PM, Carlos Vera said:

Mi web de un momento a otro se cayo y sale este error

 

//CODE MODULES PRESTEAMSHOP - PLEASE NOT REMOVE //-------------------------------------------------------------------------------------------------------- smartyRegisterFunction($smarty, "modifier", "escape", "escapePTS"); function escapePTS($string, $esc_type = "html", $char_set = null, $double_encode = true, $as_html = false) { $smarty_escape = SMARTY_PLUGINS_DIR."modifier.escape.php"; include_once $smarty_escape; if (!$as_html && is_callable("smarty_modifier_escape")) { $string = call_user_func("smarty_modifier_escape", $string, $esc_type, $char_set, $double_encode); } return $string; } //--------------------------------------------------------------------------------------------------------

 

No se a que se debe, por favor si alguien me ayuda!

 

Prestashop 1.6.0.14

 

¿como lo solucionaste?

Nos acaba de pasar (sin hacer nada) y no sabemos como arreglarlo!!! No podemos acceder ni al BO ni al FO...

Link to comment
Share on other sites

por lo visto el archivo config/smarty.config.inc se había reemplazado con el contenido de ese código. Por eso no iba. Hemos reemplazado con un backup que teníamos y listo.

Ahora bien, ¿como se ha sustituido ese archivo? Vete tu a saber...

  • Like 1
Link to comment
Share on other sites

  • 1 year later...
On 7/5/2019 at 8:06 PM, zell9999 dice:

por lo visto el archivo config/smarty.config.inc se había reemplazado con el contenido de ese código. Por eso no iba. Hemos reemplazado con un backup que teníamos y listo.

Ahora bien, ¿como se ha sustituido ese archivo? Vete tu a saber...

Grazie!! ho cercato altri file che potevano essere corrotti ma non guardavo mai questo file pur avendolo sotto mano e con la data aggiornata/modificata.
Ho risolto pure io sotituendo questo file con uno di backup. Nel mio caso chedo sia stato dopo aver installato e poi disinstallato un modulo, nello specifico "googleqrcodelite". Ne sono quasi certo in quanto non ho fatto nessuna altra modifica o operazione prima di questa. Un attimo prima il sito funzionava, dopo aver disinstallato questo modulo il sito ha smesso di funzionare sia in BO che in FO.

****

¡¡Gracias!! Busqué otros archivos que pudieran estar dañados pero nunca miré este archivo a pesar de tenerlo a mano y con la fecha de actualización.
También lo resolví reemplazando este archivo con una copia de seguridad. En mi caso pregunto que fue después de instalar y luego desinstalar un módulo, específicamente "googleqrcodelite". Estoy bastante seguro de ello, ya que no he realizado ningún otro cambio u operación antes de este. Un momento antes de que el sitio funcionara, después de desinstalar este módulo, el sitio dejó de funcionar tanto en BO como en FO.

 

Edited by GrandeLupo (see edit history)
Link to comment
Share on other sites

Ecco il mio errore:

Prestashop 1.6.1.24

 

=Front Office=

//CODE MODULES PRESTEAMSHOP - PLEASE NOT REMOVE //-------------------------------------------------------------------------------------------------------- smartyRegisterFunction($smarty, "modifier", "escape", "escapePTS"); function escapePTS($string, $esc_type = "html", $char_set = null, $double_encode = true, $as_html = false) { $smarty_escape = SMARTY_PLUGINS_DIR."modifier.escape.php"; include_once $smarty_escape; if (!$as_html && is_callable("smarty_modifier_escape")) { $string = call_user_func("smarty_modifier_escape", $string, $esc_type, $char_set, $double_encode); } return $string; } //--------------------------------------------------------------------------------------------------------

Debug:
Notice: Undefined variable: smarty in /web/htdocs/www.##########.it/home/store/config/config.inc.php on line 204
Fatal error: Call to a member function setTemplateDir() on null in /web/htdocs/www.##########.it/home/store/classes/controller/AdminController.php on line 437

 

=Back Office=

//CODE MODULES PRESTEAMSHOP - PLEASE NOT REMOVE //-------------------------------------------------------------------------------------------------------- smartyRegisterFunction($smarty, "modifier", "escape", "escapePTS"); function escapePTS($string, $esc_type = "html", $char_set = null, $double_encode = true, $as_html = false) { $smarty_escape = SMARTY_PLUGINS_DIR."modifier.escape.php"; include_once $smarty_escape; if (!$as_html && is_callable("smarty_modifier_escape")) { $string = call_user_func("smarty_modifier_escape", $string, $esc_type, $char_set, $double_encode); } return $string; } //--------------------------------------------------------------------------------------------------------

Debug:
Notice: Undefined variable: smarty in /web/htdocs/www.##########.it/home/store/config/config.inc.php on line 204
Fatal error: Call to a member function setTemplateDir() on null in /web/htdocs/www.##########.it/home/store/classes/controller/AdminController.php on line 437

Link to comment
Share on other sites

  • 1 year later...
On 5/7/2019 at 8:06 PM, zell9999 said:

por lo visto el archivo config/smarty.config.inc se había reemplazado con el contenido de ese código. Por eso no iba. Hemos reemplazado con un backup que teníamos y listo.

Ahora bien, ¿como se ha sustituido ese archivo? Vete tu a saber...

Mismo problema, misma solución, tampoco estaba nadie tocando ni actualizando nada. Gracias por compartirlo. PS 1.6.1.1

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...