Log in

View Full Version : Help needed


barny11
02-19-2006, 07:11 PM
Hi

Im getting this error message when editing posts.

Warning: Invalid argument supplied for foreach() in /includes/class_postbit.php(251) : eval()'d code on line 192

ive look at class_postbit.php line 192 which says - var $forum = array();

to be honest i aint got a clue what this means or how to fix it so any help in pointing me in the right direction would be nice ;)

thanks in advanced.

calorie
02-19-2006, 07:43 PM
It's line 251 of class_postbit.php and line 192 of the plugin hooked to postbit_display_start, so just deactivate the plugin and ask the mod author if there's a fix, as whatever variable is passed into foreach is probably not an array.

barny11
02-19-2006, 10:54 PM
Thanks for the reply calorie :)