Carlos Vera Posted August 2, 2018 Share Posted August 2, 2018 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 1 Link to comment Share on other sites More sharing options...
Alex Sanchez Posted August 3, 2018 Share Posted August 3, 2018 Contacta con PRESTEAMSHOP Un saludo. Link to comment Share on other sites More sharing options...
Monovolador Posted May 7, 2019 Share Posted May 7, 2019 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 More sharing options...
Monovolador Posted May 7, 2019 Share Posted May 7, 2019 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... 1 Link to comment Share on other sites More sharing options...
GrandeLupo Posted January 9, 2021 Share Posted January 9, 2021 (edited) 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 January 9, 2021 by GrandeLupo (see edit history) Link to comment Share on other sites More sharing options...
GrandeLupo Posted January 9, 2021 Share Posted January 9, 2021 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 More sharing options...
josepmre Posted January 18, 2022 Share Posted January 18, 2022 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now