PDA

View Full Version : Error Number : 1064


maroceve
09-07-2009, 03:13 PM
Database error in vBulletin 3.8.3:

Invalid SQL:

SELECT MAX(dateline) AS lastpost, COUNT(*) AS total
FROM usernote AS usernote
WHERE userid =;

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 3
Error Number : 1064
Request Date : Monday, September 7th 2009 @ 11:35:28 AM
Error Date : Monday, September 7th 2009 @ 11:35:28 AM
Script : http://www.maroceve.com/forums/members/zakaria-elkellali.html
Referrer :
IP Address : 81.192.184.75
Username : Ez
Classname : vB_Database
MySQL Version : 5.0.81-community

Any ideas where this can come from ?

Thanks

Lynne
09-07-2009, 04:19 PM
Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

maroceve
09-11-2009, 12:59 PM
It's probably from a plugin ..now i need to find out which one right ?

Lynne
09-11-2009, 01:53 PM
It's probably from a plugin ..now i need to find out which one right ?
Yep. Then you can read the modification thread and see if this error has been brought up before and if there is a fix posted.

maroceve
09-15-2009, 10:43 AM
Thank you Lynne

Breixo
12-11-2010, 07:43 AM
Did you find which plugin was causing the error?
I've got the same problem...