Undefined index error - FUDforum 2.6.0 [message #16231] |
Tue, 20 January 2004 23:59 |
kenmc
Messages: 1 Registered: January 2004
Karma: 0
|
Junior Member |
|
|
Hello,
I am interested in setting up FUDforum on a small Intranet. I worked through a number of minor issues; however, appear to be bogged down with the following.
When calling up FUDforum, I receive the message:
Notice: Undefined index: QUERY_STRING in E:\XITAMI\webpages\fudforum2\index.php on line 387
on the first line of the page
I am using PHP 4.3.4, MYSQL 3.23.38, FUDforum 2.6.0, and Xitami Stable Release 2.4d10.
Any help would be greatly appreciated.
Regards,
Ken..
|
|
|
Re: Undefined index error - FUDforum 2.6.0 [message #16289 is a reply to message #16231] |
Sun, 25 January 2004 16:42 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I take it you are using PHP's CGI sapi?
The first thing to check is to see if your PHP creates the $_SERVER super global, if it does not you need to add "S" to the variables_order INI option.
If the super global exist, but QUERY_STRING is not inside it, then please send me a URL to a phpinfo() output from your server.
If you do not know what that is simply create
<?php phpinfo(); ?>
and send me the URL to that script.
FUDforum Core Developer
|
|
|
|