View Single Post
  #40  
Old 11-24-2003, 09:39 PM
  B00MER's Avatar 
B00MER B00MER is offline
 

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

Default

If your running 3.5.0:

Edit smarty.php and update the corresponding code at line 39:

Code:
# # Define SMARTY_DIR to avoid problems with PHP 4.2.3 & SunOS # define('SMARTY_DIR', $xcart_dir.DIRECTORY_SEPARATOR."Smarty-2.5.0".DIRECTORY_SEPARATOR); if (!@include(SMARTY_DIR."Smarty.class.php")) { if (!@include("../".SMARTY_DIR."Smarty.class.php")) { echo "Can't to find template engine!"; exit; } }

Should do the trick.
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote