Quote:
Originally Posted by Viks
hey, i think i spoke too soon hehe...
im getting the following error when i click "referal statistics" link from FORUMSHOME page -
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /hsphere/local/home/vikram/thalforum.com/forums/referrals.php on line 28
and following error when no user is logged in.
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /hsphere/local/home/vikram/thalforum.com/forums/referrals.php on line 28
Unable to add cookies, header already sent.
File: N/A
Line: 0
=-=-=-=-=-=
AND when i click the link from CMPS home I get page cannot be displayed because it is trying to hit the refferal.php in the root directory instead from /forums/refferal.php.
any suggestions gspot? others?
V
|
viks - on line 28 in referrals.php file you need to have the following:
chdir('/hsphere/local/home/vikram/thalforum.com/forums/');
TRY THAT - it should fix your problem. It seems that you didnt have the path setup correctly. Save the file and reupload once you edit it. Then let me know if it works.