kippesp
Mon 3rd Jun '02, 4:15pm
I've gotten two of these errors over about 5 months. So, not a big deal.
Database error in vBulletin Mod Control Panel 2.2.5:
Invalid SQL: SELECT COUNT(*) AS threads,SUM(replycount) AS replies FROM thread WHERE forumid= AND
visible=1 AND open<>10
mysql error: You have an error in your SQL syntax near 'AND visible=1 AND open<>10' at line 1
mysql error number: 1064
Date: Sunday 02nd of June 2002 04:33:02 PM
Script: http://www.fictionalley.org/artisticalley/reviews/artisticalley/reviews/mod/moderate.php
Referer: http://www.fictionalley.org/artisticalley/reviews/mod/moderate.php?s=&action=posts
I would guess there is a race condition here. We have several moderators, so it wouldn't surprise me. Perhaps updateforumcount() should check for a NULL value and just return. (Is this also possible with the other update functions?)
Database error in vBulletin Mod Control Panel 2.2.5:
Invalid SQL: SELECT COUNT(*) AS threads,SUM(replycount) AS replies FROM thread WHERE forumid= AND
visible=1 AND open<>10
mysql error: You have an error in your SQL syntax near 'AND visible=1 AND open<>10' at line 1
mysql error number: 1064
Date: Sunday 02nd of June 2002 04:33:02 PM
Script: http://www.fictionalley.org/artisticalley/reviews/artisticalley/reviews/mod/moderate.php
Referer: http://www.fictionalley.org/artisticalley/reviews/mod/moderate.php?s=&action=posts
I would guess there is a race condition here. We have several moderators, so it wouldn't surprise me. Perhaps updateforumcount() should check for a NULL value and just return. (Is this also possible with the other update functions?)