View Single Post
  #8  
Old 01-05-2003, 06:09 PM
  B00MER's Avatar 
B00MER B00MER is offline
 

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

Default

htaccess information:
http://forum.x-cart.com/viewtopic.php?t=1439

Also make sure you edit smarty.php to reflect the new 2.3.1 smarty directory like so:

Code:
if (!@include("../Smarty-2.3.1/Smarty.class.php")) @include("./Smarty-2.3.1/Smarty.class.php");

This is why your getting the error is because it isn't able to locate the class file(s).

hth.
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote