Quote:
Originally posted by Elly
I have installed this about three times I followed all the directions as best as I could. I did all the aditions stated but when I try to view the page I get this series of errors
Warning: ChDir: No such file or directory (errno 2) in /usr/local/psa/home/vhosts/ultimaforce.net/httpdocs/vbindex.php on line 26
Warning: Unable to access ./global.php in /usr/local/psa/home/vhosts/ultimaforce.net/httpdocs/vbindex.php on line 27
Warning: Unable to access ./global.php in /usr/local/psa/home/vhosts/ultimaforce.net/httpdocs/vbindex.php on line 27
I am not running it on the forum directory I want it to be at http://www.ultimaforce.net/
when ever I click that link it tells me forbiden but when I enter http://www.ultimaforce.net/vbindex.php I get the series of errors shown above
Can you please help me ?
|
Line 26 of vbindex.php , you have to change the chdir to the dir of your forum. It must be chdir('./forum'); (if you haven't corrected the path, it's written forums)