1
           
            
                
     
    
    I have recently upgraded to 2.2 and am now getting php debug errors on my modules.
In my CBB Module i get the following:
 Notice [PHP]: unserialize(): Error at offset 0 of 9 bytes in file kernel/object.php line 344 
Notice [PHP]: unserialize(): Error at offset 0 of 7 bytes in file kernel/object.php line 344  
Line 344 is:
 $ret =& unserialize($ret);  
In my WFsection and others I get the following:
 Notice [PHP]: Undefined index: name in file kernel/object.php line 279 
Notice [PHP]: Undefined index: name in file kernel/object.php line 280 
Notice [PHP]: Undefined index: name in file kernel/object.php line 375  
Line 279 is:
 $ret = $this->vars[$key]['value'];  
Line 280 is:
 switch ($this->vars[$key]['data_type']) {  
Line 375 is:
 if ($this->vars[$key]['options'] != '' && $ret != '') {  
Any help with this would be much apperciated :)
Everything seems to be related to the object.php file in kernel