Thread: Froogle Google
View Single Post
  #60  
Old 01-02-2004, 06:33 PM
  finestshops's Avatar 
finestshops finestshops is offline
 

eXpert
  
Join Date: Oct 2002
Location: Toronto, Canada
Posts: 335
 

Default

Quote:
Originally Posted by escott
Quote:
Originally Posted by Courage
X-cart 3.5.1
Installed froogle_update.php in /provider directory

I get this error:

Code:
Can't to find template engine!

Did anyone come up with a solution to this problem? I get it too.

Try to change

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

to

Code:
require "./auth.php"; require $xcart_dir."/include/security.php";
__________________
Best regards,

Anton Pachkine
finestshops.com/x-cart
Reply With Quote