1
I get the following errors in v 2.2. (I am able to keep my site function by running it with php debug ON). Others have reported the same and no solution seems to be on the site. Any ideas?
Here are the errors:
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
The lines of code I'm running are:
279 $ret = $this->vars[$key]['value'];
280 switch ($this->vars[$key]['data_type']) {
375 if ($this->vars[$key]['options'] != '' && $ret != '') {
If you'd like to see the error, it only appears on the index.php page-- most predicatbly on second entry (hit >> HOME) go to
http://www.fbctogether.orgI do not get the error on other pages. With php debug off, I get the white screen of death.
Any help????