View Single Post
  #113  
Old 03-15-2006, 08:35 AM
 
bardolino bardolino is offline
 

Advanced Member
  
Join Date: Jun 2005
Posts: 33
 

Default

Hi Boomer,

I also tried your modification, but got this error:

Warning: main(./auth.php): failed to open stream: No such file or directory in /usr/home/bardolino/domains/bardolino.nl/public_html/xcart/customer/sendtofriend.php on line 6

Fatal error: main(): Failed opening required './auth.php' (include_path='.:/usr/local/lib/php') in /usr/home/bardolino/domains/bardolino.nl/public_html/xcart/customer/sendtofriend.php on line 6

After changing:
require "./auth.php";
to
require "../auth.php";

I got the same error as I described in my post to lionel..

There should be .. in stead of just one . right?
__________________
Version 4.0.14
Reply With Quote