View Single Post
  #1  
Old 12-02-2003, 01:31 PM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default 3.5.0: Please read if you're using a previous custom mod

any include statement with .. in it needs to be changed to $xcart_dir."/

Example:
Code:
include "../smarty.php";

Version 3.5.0 needs:
Code:
include $xcart_dir."/smarty.php";

New changes in 3.5.x will break any previous version custom mods, the above should fix the error "Can't to find template engine!".

Happy X-Mas!
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote