install.php and register_globals [message #651] |
Thu, 21 February 2002 08:00 |
brewt
Messages: 1 Registered: February 2002
Karma: 0
|
Junior Member |
|
|
I wanted to give FUDforum a quick look see, but it seems you guys code to depend on register_globals being on. Because of this, the installer just doesn't work. The forum looks pretty nice, but too bad it doesn't properly with register_globals turned off (I believe it's default behaviour with newer versions of PHP).
BTW, you typo'ed on the forum name... Installation
ughh... it seems the forum doesn't work without cookies with Galeon/Mozilla. It keeps complaining about Invalid URL when I try Preview/Spell-check/Create thread.
|
|
|
Re: install.php and register_globals [message #654 is a reply to message #651] |
Thu, 21 February 2002 14:52 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
brewt wrote on Thu, 21 February 2002 3:00 AM | I wanted to give FUDforum a quick look see, but it seems you guys code to depend on register_globals being on. Because of this, the installer just doesn't work. The forum looks pretty nice, but too bad it doesn't properly with register_globals turned off (I believe it's default behaviour with newer versions of PHP).
BTW, you typo'ed on the forum name... Installation
ughh... it seems the forum doesn't work without cookies with Galeon/Mozilla. It keeps complaining about Invalid URL when I try Preview/Spell-check/Create thread.
|
You are quite correct, FUDforum depends on register_globals being turned on. I have the latest version of PHP 4 (4.1.1) and it's php.ini-dist still has the register_globals set to ON by default. The php.ini-recommended has it off, however that config has options that very few people would want to use, such as error_reporting which is set to E_ALL and magic_quotes_gpc which is set to off.
Thanks for pointing out the embarassing typo , I'll fix it in CVS asap.
Uhm... That's unusual, I've been using it without cookies with Mozilla 0.9.8 on Linux without much problem. I'll check and see if I can replicate this problem. Does this occur on your forum only or any any FUDforum you've tried (this one for example)?
FUDforum Core Developer
|
|
|
Re: install.php and register_globals [message #656 is a reply to message #651] |
Thu, 21 February 2002 15:59 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
brewt wrote on Thu, 21 February 2002 3:00 AM | ughh... it seems the forum doesn't work without cookies with Galeon/Mozilla. It keeps complaining about Invalid URL when I try Preview/Spell-check/Create thread.
|
This indeed is was bug that has been intoduced in the previous CVS snapshot, it has since been corrected in the latest CVS.
FUDforum Core Developer
|
|
|
Re: install.php and register_globals [message #665 is a reply to message #651] |
Thu, 21 February 2002 22:49 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The latest CVS has a work around for people who have register_globals turned off, it should work for you now.
FUDforum Core Developer
|
|
|