Notice: Undefined variable: _COOKIES [message #18160] |
Tue, 11 May 2004 20:11 |
Alpha Male
Messages: 14 Registered: May 2004 Location: San Diego, CA
Karma: 0
|
Junior Member |
|
|
I just installed FUDForum 2.6.2, PHP and MySQL on Win2003 running IIS.
The install went fine but I get the following error at the top of the home page when I first hit the forum.
Notice: Undefined variable: _COOKIES in C:\Inetpub\www.myserver.com\FUDforum\include\core.inc on line 47
Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\www.myserver.com\FUDforum\include\core.inc:47) in C:\Inetpub\www.myserver.com\forum\index.php on line 937
Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\www.myserver.com\FUDforum\include\core.inc:47) in C:\Inetpub\www.myserver.com\forum\index.php on line 938
Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\www.myserver.com\FUDforum\include\core.inc:47) in C:\Inetpub\www.myserver.com\forum\index.php on line 939
Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\www.myserver.com\FUDforum\include\core.inc:47) in C:\Inetpub\www.myserver.com\forum\index.php on line 347
Notice: Undefined index: QUERY_STRING in C:\Inetpub\www.myserver.com\forum\index.php on line 354
|
|
|
|
|
|
|
|
Re: Notice: Undefined variable: _COOKIES [message #18174 is a reply to message #18167] |
Wed, 12 May 2004 13:08 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The _COOKIES & QUERY_STRING not being available is technically a PHP bug, although for unavailable _COOKIES I've made an easy work-around. This is a PHP bug that will be fixed in the next PHP release.
Meanwhile set your error reporting level to E_ALL ^ E_NOTICE inside your php.ini
FUDforum Core Developer
|
|
|
|