Can't open GLOBALS.php [message #12890] |
Thu, 18 September 2003 01:24 |
Victor_M
Messages: 51 Registered: January 2003 Location: NJ, USA
Karma: 0
|
Member |
|
|
My forum had been working just fine when out of the blue we can't get in. I get this message:
Quote: | Warning: main(GLOBALS.php): failed to open stream: Permission denied in /home/purple6/public_html/forum/index.php on line 18
Warning: main(): Failed opening 'GLOBALS.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/purple6/public_html/forum/index.php on line 18
Fatal error: Call to undefined function: fud_use() in /home/purple6/public_html/forum/index.php on line 19
|
The permissions for GLOBALS.php is 600. Any idea what could possibly be wrong?
|
|
|
Re: Can't open GLOBALS.php [message #12927 is a reply to message #12890] |
Thu, 18 September 2003 14:55 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Make sure that the user who owns GLOBALS.php is the same as the webserver.
FUDforum Core Developer
|
|
|
|
Re: Can't open GLOBALS.php [message #13043 is a reply to message #13030] |
Fri, 19 September 2003 17:15 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
It is possible your webhost in their infinite wisdom decided to change the owner/group of all the files in your account to you. Meaning that files that were owned by the webserver are now owned by you and webserver cannot open them.
FUDforum Core Developer
|
|
|