You're misreading the error message. The error occurs on ajax.php at line 69, which is a hook, the actual error is on the 102 line that is being evaluated at that hook.
So to solve the error, go to line 69 of your ajax.php and find what hook is being evaluated when the problem occurs. Then go to the corresponding hook for downloadsII and see what the 102nd line of code is.
Based on the referrer I'd say it has something to do with searching downloads.
|