tomibabi
07-26-2001, 11:37 PM
I need a new auction script or fix this one if possible.
Warning: Failed
http://parkhere.com.au/eauctions/admin/listusers.php
any help apprecitated.
T
acetate
07-26-2001, 11:51 PM
Warning: Failed opening '..//home/parkhere/public_html/eauctions/includes/passwd.inc.php/passwd.inc.php' for inclusion (include_path='') in /home/parkhere/public_html/eauctions/includes/config.inc.php on line 161
The path to the include is wrong.. Maybe this would help?
include('passwd.inc.php');
or
include('/home/parkhere/public_html/eauctions/includes/passwd.inc.php');
tomibabi
07-27-2001, 12:05 AM
can you explain a bit more, sorry im a newbie at this?
trying to set up a auction hehehe.
thanks
T
acetate
07-27-2001, 12:17 AM
There's an error on line 161 of "config.inc.php". Basically it's saying that it can't open/find the file "passwd.inc.php" in the directory (..//home/parkhere/public_html/eauctions/includes/passwd.inc.php/).. Notice there's a "..//" which is the problem.. Actually it's trying to look for the passwd.inc.php in the directory /home/parkhere/public_html/eauctions//home/parkhere/public_html/eauctions/includes
Confusing eh?? hehe.. sorry. ummmm lemme see how I explain it.. eh.. i can't.. just go to line 161 of config.inc.php and type in the correct path to the "password.inc.php"..