View Single Post
  #79  
Old 05-18-2015, 04:10 AM
 
aim aim is offline
Advanced Staff Users
 

X-Cart team
  
Join Date: Dec 2008
Posts: 928
 

Default Re: Attention users of X-Cart vv.4.0.x - 4.7.1

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) . ' <-- '; } }
__________________
Sincerely yours,
Ildar Amankulov
Head of Maintenance group
Reply With Quote