|
Re: Global configuration rollback [message #38169 is a reply to message #38133] |
Sun, 22 July 2007 19:48 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Check the permissions of the GLOBALS.php to make sure you can write to it. Then make sure that the GLOBALS.php inside adm/ and forum root directory are symlinks to the one inside the include dir.
FUDforum Core Developer
|
|
|
|
Re: Global configuration rollback [message #38185 is a reply to message #38179] |
Mon, 23 July 2007 23:04 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
ls -l on the file will show if it is a symlink or not, alternatively you can use the is_link() PHP function to check for symlinks.
FUDforum Core Developer
|
|
|