PDA

View Full Version : Database/MySQL Error 1054


atlemacks
10-22-2010, 05:14 PM
Not sure wtf is going on here.. Any help is welcome! I get this message in my ACP when trying to add a new usergroup. I tried creating a clean 1, and based off of permissions/etc from all other usergroups w/ no luck.... I thought maybe it was a bug as I had 4.0.1 yesterday when I tried so I upgraded to 4.0.8... still getting this.


Database error in vBulletin 4.0.8:

Invalid SQL:

### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO usergroup
(`title`, `description`, `usertitle`, `opentag`, `closetag`, `passwordexpires`, `passwordhistory`, `ispublicgroup`, `canoverride`, `forumpermissions`, `genericpermissions`, `attachlimit`, `pmquota`, `pmpermissions`, `pmsendmax`, `pmthrottlequantity`, `calendarpermissions`, `wolpermissions`, `adminpermissions`, `genericpermissions2`, `genericoptions`, `profilepicmaxwidth`, `profilepicmaxheight`, `profilepicmaxsize`, `avatarmaxwidth`, `avatarmaxheight`, `avatarmaxsize`, `signaturepermissions`, `sigpicmaxwidth`, `sigpicmaxheight`, `sigpicmaxsize`, `sigmaxrawchars`, `sigmaxchars`, `sigmaxlines`, `sigmaxsizebbcode`, `sigmaximages`, `albumpermissions`, `albumpicmaxwidth`, `albumpicmaxheight`, `albummaxpics`, `albummaxsize`, `usercsspermissions`, `visitormessagepermissions`, `socialgrouppermissions`, `maximumsocialgroups`, `groupiconmaxsize`, `arcadepermissions`, `minpoststoplay`, `minreptoplay`, `minreglengthtoplay`, `arcadetourperms`, `akvbghsfs_akismet_permissions`)
VALUES
('Public Relations', '', 'Public Relations Rep', '', '', '', '', '0', '0', '651271', '2626563', '1000000', '0', '0', '5', '', '0', '1', '0', '0', '41', '100', '100', '25000', '50', '50', '20000', '0', '', '', '', '', '', '', '7', '', '0', '', '', '', '', '0', '0', '0', '', '', '0', '', '', '', '0', '0');

MySQL Error : Unknown column 'akvbghsfs_akismet_permissions' in 'field list'
Error Number : 1054
Request Date : Friday, October 22nd 2010 @ 01:03:31 PM
Error Date : Friday, October 22nd 2010 @ 01:03:32 PM
Script : http://armedforcescarclub.com/forum/admincp/usergroup.php?do=update
Referrer : http://armedforcescarclub.com/forum/admincp/usergroup.php?do=add
IP Address : REMOVED
Username : REMOVED
Classname : vB_Database
MySQL Version : 5.1.50

Lynne
10-22-2010, 06:41 PM
That error is from a modification since there is no field named 'akvbghsfs_akismet_permissions' in default vbulletin.

atlemacks
10-23-2010, 03:05 AM
Ah you know what... isnt Akismet that antispam nonsense? I dont even have it enabled so I dont know why it would be giving me errors....

Jinovich
10-23-2010, 02:53 PM
If you aren't using it could I suggest uninstalling it and see if that helps your issue?

Also if you are using something like vBoptimize or xCache you may need to flush your cache.

Lynne
10-23-2010, 03:24 PM
No, I am not talking about the "antispam nonsense" in vbulletin - it would be a default field then. This is from a modification you installed.

MertTurk
10-23-2010, 03:26 PM
Database error in vBulletin 3.8.6:

Invalid SQL:
UPDATE user SET options = options |;

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 : Saturday, October 23rd 2010 @ 06:24:38 PM
Error Date : Saturday, October 23rd 2010 @ 06:24:38 PM
Script : http://gruevo.com/install/upgrade_400a1.php?step=5
Referrer : http://gruevo.com/install/upgrade_400a1.php?step=4
IP Address : 78.73.51.199
Username :
Classname : vB_Database
MySQL Version : 5.0.77-log

--------------- Added 1287906653 at 1287906653 ---------------

Now what do I vbulletin4 to skip??
Where have I failed