Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
warning at plugin page
I don’t know what happened but my plugins just wouldn’t work all of a sudden.. and I didn’t even fiddle with any of the txp coding. at the plugins page all my plugins are gone [so the plugins on my website wouldn’t work either] then it says on top:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/oinx/public_html/textpattern/lib/txplib_db.php on line 264
The following lines are from 262-268 of txplib_db.php:
<code>
function nextRow($r)
{
$row = mysql_fetch_assoc($r); // line 264
if ($row === false)
mysql_free_result($r);
return $row;
}
</code>
<br />what could be wrong?
Offline
#2 2006-08-11 18:22:04
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: warning at plugin page
Does diagnostics reveal anything?
Offline
#3 2006-08-11 23:27:04
- zem
- Developer Emeritus

- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: warning at plugin page
at the plugins page all my plugins are gone [so the plugins on my website wouldn’t work either]
An error like that on your plugins page won’t prevent plugins from working.
I’d guess you have database corruption problems.
Alex
Offline
Pages: 1