PHP version: 4.4.6
MySQL Version: 4.1.22-standard-log
URL to roster: http://www.tribalfury.org/eqroster
====================================
This is a very minor issue, everything seems to work just fine, it only happens when logging in. When I log in the following message briefly flashes in the body section of roster screen (then it logs in and works fine):
Screenshot Link: http://www.tribalfury.org/worff/ROSTER_Error.png

When I lookup those line numbers in functions.php, they are all under the Write Cookie section... funny part is it all looks normal to me LOL. Here are the lines (249-254):
Code: Select all
setcookie( "EQRoster[UserName]", $_SESSION['UserName'], $nTime );
setcookie( "EQRoster[Password]", $_SESSION['Password'], $nTime );
setcookie( "EQRoster[SortOrder]", $_SESSION['SortOrder'], $nTime );
setcookie( "EQRoster[SortDirection]", $_SESSION['SortDirection'], $nTime );
setcookie( "EQRoster[ShowAlts]", $_SESSION['ShowAlts'], $nTime );
setcookie( "EQRoster[ClassFilter]", $_SESSION['ClassFilter'], $nTime );
Any ideas? Like I said it's very minor issue since everything works following this error message... just thought I'd check hehe.