Can't access GLOBALS.php after moving forum [message #20313] |
Thu, 07 October 2004 19:31 |
BugLaden
Messages: 216 Registered: February 2002 Location: Westminster, MD
Karma: 0
|
Senior Member |
|
|
I just moved the forum. Once I copied the data directory over, I now get a
Fatal error: Failed opening required './GLOBALS.php' (include_path='.:/usr/share/pear') in /var/www/html/ccgw/forum/index.php on line 13
I tried to open via web request GLOBALS.php and it gave me:
You don't have permission to access /forum/GLOBALS.php on this server.
Here is the ls -l list of the file in the forums directory
lrwxrwxrwx 1 apache apache 33 Oct 7 11:38 GLOBALS.php -> /usr/fudforum/include/GLOBALS.php
and the data directory
[root@server1 include]# ls -l GLOBALS.php
-rw-rw-rw- 1 apache apache 2232 Oct 4 10:27 GLOBALS.php
Any ideas?
-=BugLaden
|
|
|
|
Re: Can't access GLOBALS.php after moving forum [message #20317 is a reply to message #20313] |
Thu, 07 October 2004 19:58 |
BugLaden
Messages: 216 Registered: February 2002 Location: Westminster, MD
Karma: 0
|
Senior Member |
|
|
Yes, the data directory is /usr/fudforum. I went into the shell and edited the symlink with vi and it came up no problem. I deleted, and re-recreated the symlink just to be sure.
The thing is, the master GLOBALS.php was one that was copied from the old server. Not sure if this has anything to do with it, since the link is ok, and I can edit it via shell.
What throws me is the fact I can't even access it via direct HTTP request. Could it be something with httpd.conf and symlinks? I could access a blank forum just fine before I moved over the old files.
-=BugLaden
[Updated on: Thu, 07 October 2004 20:01] Report message to a moderator
|
|
|
|
|