View Single Post
  #61  
Old 01-02-2004, 11:38 AM
 
dealsondeals dealsondeals is offline
 

eXpert
  
Join Date: Dec 2002
Location: Dallas, Texas, USA
Posts: 231
 

Default

dbr1066,

In order to not receive the "Can't find to template engine" message, please locate and change the following in your catageory_modify.php:

Change:

Quote:
require "../smarty.php";
require "../config.php";
require "./auth.php";
require "../include/security.php";

to ....

Quote:
require "./auth.php";
require $xcart_dir."/include/security.php";


HTH,

Glen
__________________
Never understimate stupidity.
--------
X-Cart Version: 3.5.2
Hosting:mind-in-design.net
Configuration: Virtual Dedicated Server || Intel Pentium 4 2.4 GHZ CPU || 1024MB PC2100 DDR RAM || Linux || PHP 4.3.2 || MySQL server 4.0.14
Reply With Quote