Quote:
Originally Posted by bugaminute
Ildar
Thanks for the replay. Yes, I had already deleted the templates_c folder wich is how I got 4.7.1 working. Just now I overwrote it with the Smarty.class.php from 4.7.2. This did not solve another issue
http://forum.x-cart.com/showthread.php?p=386729#post386729
Is this related? Or should I open a new Bug Issue?
Thanks
Nick
|
Please, check if you have this code in the
include/lib/smarty3/Smarty.class.php
file
lines 1610-1618
Code:
class SmartyException extends Exception
{
public static $escape = false;
public function __toString()
{
return ' --> Smarty: ' . (self::$escape ? htmlentities($this->message) : $this->message) . ' <-- ';
}
}