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:
le="color: #000000"><?php 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:
le="color: #000000"><?php $ret =& unserialize($ret);
In my WFsection and others I get the following:
le="color: #000000"><?php 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:
le="color: #000000"><?php $ret = $this->vars[$key]['value'];
Line 280 is:
le="color: #000000"><?php switch ($this->vars[$key]['data_type']) {
Line 375 is:
le="color: #000000"><?php 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