|
|
|
|
|
Re: FUDforum 2.6.2 Released [message #17845 is a reply to message #17844] |
Wed, 21 April 2004 20:07 |
sandrobilbeisi
Messages: 6 Registered: April 2004 Location: Rome, Italy
Karma: 0
|
Junior Member |
|
|
hmmm...
I've noticed that the file GLOBALS.php
does NOT explicitly declare any globals, this is a problem on my setup
I've modified GLOBALS.php to declare all globals as:
global $INCLUDE,$WWW_ROOT,$WWW_ROOT_DISK,$DATA_DIR,$ERROR_PATH,$MSG_STORE_DIR,$TMP ,$FILE_STORE,$FORUM_SETTINGS_PATH;
etcetera etcetera
seems to work halfway now
|
|
|
|
|
|
|
|
|
Re: FUDforum 2.6.2 Released [message #17898 is a reply to message #17893] |
Fri, 23 April 2004 20:28 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Given that it output true in both instance the GLOBALS.php parsing should be fine, since the logic is the same.
I've also tried your GLOBALS.php with the parsing code from upgrade.php and it appears to work correctly on my system.
FUDforum Core Developer
|
|
|