As posted on the official forums without a shred of fixing it:
I have been getting these odd emails every so often, sometimes in batches.
They come from NZB and vBE, I don't seem to have received any from my other vBSEO-powered sites.
Both use Datastore_Filecache style file caching. No EA or whatever that thing is.
From what I know, the only other people experiencing this are vBSEOed, so lets see if we can track it down.
Okay..
Checking the times against my error log in cPanel, I see the following entries at the same time as my email was generated:
The relevant lines in class_core.php are all about how vB sends the sql errors:Code:[Mon Apr 30 11:41:11 2007] [error] PHP Warning: mysql_errno(): 12 is not a valid MySQL-Link resource in /home/nzboards/public_html/forums/includes/class_core.php on line 856 [Mon Apr 30 11:41:11 2007] [error] PHP Warning: mysql_error(): 12 is not a valid MySQL-Link resource in /home/nzboards/public_html/forums/includes/class_core.php on line 838 [Mon Apr 30 11:41:11 2007] [error] PHP Warning: mysql_query(): 12 is not a valid MySQL-Link resource in /home/nzboards/public_html/forums/includes/class_core.php on line 364
364 (* Executes an SQL query through the specified connection):
856 (Returns the numerical value of the error message from previous database operation):PHP Code:if ($queryresult = $this->functions[$buffered ? 'query' : 'query_unbuffered']($this->sql, $link))
838 (Returns the text of the error message from previous database operation):PHP Code:$this->errno = $this->functions['errno']($this->connection_recent);
So.. there's some more information.PHP Code:$this->error = $this->functions['error']($this->connection_recent);


LinkBack URL
About LinkBacks






Reply With Quote



