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!
