PDA

View Full Version : mySQL Error #1064


Dex
08-17-2002, 02:36 AM
This is what my board tells me when I try to change the status of a user (Registered -> Admin):

Database error in vBulletin Control Panel 2.2.1:

Invalid SQL: SELECT COUNT(*) AS users FROM user,usergroup WHERE user.usergroupid=usergroup.usergroupid AND usergroup.cancontrolpanel=1 AND user.userid<>
mysql error: You have an error in your SQL syntax near '' at line 1

mysql error number: 1064

Date: Friday 16th of August 2002 02:23:41 PM
Script: http://www.*****.org/memberarea/memberarea/admin/user.php
Referer: http://www.*****.org/memberarea/admin/user.php?action=edit&userid=209

I'd appreciate if somebody could help me out, since I'm not all too familiar with PHP and mySQL.

Thanks in advance,

Dex

mr e
08-17-2002, 06:11 AM
it's probably some bug, you should update to 2.2.6

Steve Machol
08-17-2002, 06:23 PM
This is a bug caused by PHP 4.2.x. The only fix is to upgrade to vB 2.2.6 as mr e suggested.

Dex
08-17-2002, 10:33 PM
Ouch... doesn't that mean I will lose all my hacks and modifications in the process?

If so, is there any other way around it?

I appreciate the help. :)

Dex

Austin Dea
08-18-2002, 02:34 AM
You could upgrade using this (https://vborg.vbsupport.ru/showthread.php?s=&threadid=38545) tutorial by Nakkid ;).