View Single Post
  #52  
Old 12-02-2003, 11:25 PM
 
various various is offline
 

Newbie
  
Join Date: Nov 2003
Posts: 6
 

Default

Quote:
Originally Posted by jacobkball
I had tried that, but then kept getting the error "Can't write template cache in the directory: /templates_c. Please check if it exists, and have writable permissions".

You need to remove these lines:

Code:
require $xcart_dir."/smarty.php"; require $xcart_dir."/config.php"; @include "./https.php";

as you'll notice that in the files X-Cart have updated, they have removed these lines also.

This worked for me, thanks for your time jacobkball & BOOMER!
Reply With Quote