PDA

View Full Version : Need help with DB Error! From unistalling Pager


michaelsilvia
07-26-2007, 04:54 AM
I uninstalled the pager and reversed the instructions that went with the .zip file, but now I am getting this DB error.

Database error in vBulletin 3.5.5:

Invalid SQL:
SELECT p.pagerid, receiptid, pagerreplyid, touserid, tousername, message, dateline, fromusername, fromuserid, readtime, pagerreplyid, hidden, deleted, active FROM pagertext AS p LEFT
JOIN pagerreceipt AS r ON (p.pagerid=r.pagerid) WHERE ((fromuserid = 1 OR touserid = 1) AND (deleted=0) AND (r.active = 1)) ORDER BY dateline DESC LIMIT;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 2
Error Number : 1064
Date : Thursday, July 26th 2007 @ 01:50:56 AM
Script : http://usfkforums.com/index.php
Referrer : http://usfkforums.com/admincp/index.php?do=head
IP Address : 66.75.127.134
Username : mike
Classname : vb_database

You can see it here.
http://usfkforums.com/index.php

Any help? I did run the replair/optomize function with no luck.

SDB
07-26-2007, 01:24 PM
The problem with the query is that it is missing a number right at the very end..

but the problem is that the query is being run at all, as that query appears to be part of the pager plugin.

It looks like a plugin is still activated. Can you check your plugins and dissable anything that is still running regarding the pager.

If there is nothing running, try dissabling all plugins as see if the problem goes away.

Good luck.