In a form application in SC 8 i have this code in onApplicationInit:
$_SESSION['sc_session'][$this->Ini->sc_page]['form_khkansprechpartner']['where_filter'] = "";
(delete quick search box)
This generate the following error:
Undefined property: form_khkansprechpartner_form::$sc_page
In SC 7 there is no problem with it …