Yes, if you have multiple plugin's then check all of the plugins that are associated with the hook that is being excecuted when the error is generated. Your error will probably look like this:
Quote:
Error: .... in somemefile.php(193) eval()'d code line 212
|
193 is the Line number in somefile.php from this you can find the hook which is being executed, 212 is the line number of the code from plugins associated with that hook.