Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: JCphotog on November 22, 2005, 12:12:44 PM

Title: Security.php error.
Post by: JCphotog on November 22, 2005, 12:12:44 PM
Hi.  Strange problem .. I've changed nothing and now I'm getting this error.  Any thoughts?


Notice: Only variables should be assigned by reference in /home/jessec2/public_html/artdc/forum/Sources/Subs.php on line 232

Notice: Undefined index: is_admin in /home/jessec2/public_html/artdc/forum/Sources/Security.php on line 556

Notice: Undefined index: permissions in /home/jessec2/public_html/artdc/forum/Sources/Security.php on line 563

Warning: in_array(): Wrong datatype for second argument in /home/jessec2/public_html/artdc/forum/Sources/Security.php on line 563
session_start(): Cannot send session cookie - headers already sent by (output started at /home/jessec2/public_html/artdc/forum/Sources/Subs.php:232)
Title: Re: Security.php error.
Post by: redone on November 22, 2005, 12:26:20 PM
Try this:

PHP 4.4.0 Compatibility
(http://www.simplemachines.org/community/index.php?topic=41955.0)

;)
Title: Re: Security.php error.
Post by: JCphotog on November 22, 2005, 01:17:59 PM
Thanks that was it! amazing what a "&" can do!
Title: Re: Security.php error.
Post by: redone on November 22, 2005, 01:39:21 PM
Yes it is.

;)