XF 1.2 MySQL Errors in Zend/DB/Statement/Mysqli.php

I see. Been getting the errors every few minutes since yesterday. Should I try to track down the title, or is it not really hurting anything other than cluttering up my error log?
 
I just wanted to follow up on this. This appears to be triggering all the time everywhere. It doesn't appear to be disrupting the forums, but I'm getting like four pages of these errors every few hours. Late last night I went ahead and cleared around 70 pages worth of just this error. The only consistent thing I've noticed in the errors is deffered.php is referenced in every one. The request URI can be virtually any page you can think of.

PHP:
array(3) {
  ["url"] => string(43) "http://www.cogonline.net/forum/deferred.php"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(4) {
    ["_xfRequestUri"] => string(40) "/forum/admin.php?options/list/basicBoard"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
Back
Top Bottom