Log in

View Full Version : database error in maintance


Bombowiec89
11-17-2008, 07:18 PM
Database error in vBulletin 3.7.4:

Invalid SQL:


UPDATE myprefix(not show what table has error);

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 1
Error Number : 1064
Request Date : Monday, November 17th 2008 @ 10:12:11 PM
Error Date : Monday, November 17th 2008 @ 10:12:11 PM
Script : http://www.site.com/admincp/misc.php?do=updateusernames
Referrer : http://www.site.com/admincp/misc.php
IP Address : xxxx
Username : username
Classname : vB_Database
MySQL Version : 5.0.45-community

Lynne
11-17-2008, 07:52 PM
It could be from a modification (hard to tell since the whole mysql query isn't shown) - try disabling your 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);

Bombowiec89
11-18-2008, 05:21 AM
yes i have :(