View Single Post
  #2  
Old 01-22-2004, 05:13 PM
  B00MER's Avatar 
B00MER B00MER is offline
 

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

Default

$force_compile set to true should force all templates to be compiled regardless of timestamp. This should fix the problem, unless you have improper permissions on the templates_c/ dir, I'd remove the directory and let smarty recreate it so it has permissions the webserver can read/write too.

Another thing I would change is:
$smarty->use_sub_dirs = false;

in smarty.php, I don't see the point of forcing compiling in one dir?

Btw, caching is disabled by default in x-cart with smarty.
$caching = 0;

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