Page 1 of 1

Controller not properly loading in admin

Posted: Thu Dec 08, 2011 5:55 am
by fretbeater
Everytime i bring up report online in admin I get this line repeated about 10 times..

Notice: Undefined offset: 1 in /home/robert0/public_html/admin/controller/report_online.php on line 26


what can i do to get rid of this notice?

Re: Controller not properly loading in admin

Posted: Thu Dec 08, 2011 6:09 am
by Brent
In admin/server info, check for Suhosin installed.
This disrupts sessions and encypts the session variables.
The session data will not be availabe when Suhosin is installed.
Session Data - You may find Report on Line does not return all the data you expect. This may be caused by Suhosin security mod for PHP. You will have to get the host to disable this to correct or install a standard PHPini file.

Re: Controller not properly loading in admin

Posted: Sun Dec 11, 2011 5:37 pm
by Brent
Try this. It contains a new session class and a new report online controller.
The sessions are now class dependent instead of using php sessions.
The report online is modified to use proper serialization.
You should delete any existing sessions as these will create errors due to incompatibility with the new session values.
Let me know if this fixes your problem.