Thread: Login Link
View Single Post
  #49  
Old 08-10-2006, 08:14 PM
 
yages yages is offline
 

eXpert
  
Join Date: Sep 2004
Location: Australia
Posts: 332
 

Default

Copied Laureon's mod and the following error occurs

Warning: main(./auth.php): failed to open stream: No such file or directory in /home/xxxx/public_html/xxxxx/customer/myaccount.php on line 2

here is the php file

<?
require "./auth.php";
require $xcart_dir."/include/categories.php";
$smarty->assign("main", "myaccount");
$smarty->assign("location",$location);
$smarty->display("customer/home.tpl");
?>

Anyone know how to fix the error
__________________
yages
x-cart version 4.5.5
Reply With Quote