PDA

View Full Version : Errors on Homepage


RyanH
07-21-2004, 11:37 PM
After installing vBaCMPS I'm receiving errors on the home page, which are listed below. Please note that the server path is correct.

Warning: main(): Unable to access ./global.php in /home/current/public_html/test/index.php on line 25

Warning: main(./global.php): failed to open stream: Permission denied in /home/current/public_html/test/index.php on line 25

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/current/public_html/test/index.php on line 25Thanks. :)

Brian
07-22-2004, 02:37 AM
What do you have set for your chdir line in your cmps_index.php file?

Our Sponsors
 

RyanH
07-23-2004, 12:01 AM
As I said in the first post, the server path is correct. Just to make sure, however I looked at the PHP Info and made sure.

Edit: I found the problem. I moved the forums into a different directory and forgot to add the extra directory into the chdir path. Thanks for the help. :)