1
pinchecl
blank page on notification
  • 2006/5/12 6:32

  • pinchecl

  • Friend of XOOPS

  • Posts: 193

  • Since: 2005/4/22


Not sure if this is a bug but when I hit Notificication on User menu I get a blank page. Using 2.0.13. PHP debug reports

Fatal error: Call to a member function on a non-object in /home/hskinn13/public_html/notifications.php on line 96
Warning [PHP]: Invalid argument supplied for foreach() in file /home/hskinn13/public_html/include/notification_functions.php line 99
Warning [PHP]: Invalid argument supplied for foreach() in file /home/hskinn13/public_html/include/notification_functions.php line 99
Warning [PHP]: Invalid argument supplied for foreach() in file /home/hskinn13/public_html/include/notification_functions.php line 174

Which lines are resp:

foreach ($not_config['category'] as $category) {

and

foreach ($not_config['event'] as $event) {