Joe,
This line...
Code:
includes/class_postbit.php(294) : eval()'d code on line 33
How to read....
File:
class_postbit.php
Line:
294 of
class_postbit.php
That is most likely a plugin and then you need to look at line
33 of the plugin. Trick there is that sometimes there are several plugins using that hook and you don't know which line 33 is. You can look at the datastore table and find the row with the plugin stuff and look there, if needed.