Quote:
05-15-03 at 04:56 AM Dave Rosteck said this in Post #168
Can someone help me out here? The welcome panel comes up just fine but I can't get rid of the following error message:
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/davesmk/public_html/v3.php on line 2
Any ideas? Also, the welcome panel won't display my online status even though I have my forums at /forums. Help is much appreciated. The page is located at http://www.davesmk.com/v3.php
|
I was having the same issue and I looked everywhere for help. I basically just played with it and I got it to work. Not sure if it will screw things up, but I just changed it to:
<?php
("../forum/");
require('global.php');
?>
And it worked like a charm. I have tested it out, by logging in and out and with others, and there is no glitches that I can see. Maybe this will work for you.
Also, I am using 2.3.0 for those who want to know.