Quote:
Originally Posted by theArchitect
I have just upgraded to 3.0.4 and it seems to have broken the hack.
When I use the Quick edit function I get this error
Code:
Database error in vBulletin 3.0.4:
Invalid SQL:
UPDATE post
SET editlevel = '0',
dateline = '39599',
username = '',
userid = 0,
ipaddress = ''
WHERE postid = 1
LIMIT 1
mysql error: Unknown column 'editlevel' in 'field list'
mysql error number: 1054
|
This hack doesn't add or alter any queries or database columns so I'm guessing that error is being caused by another hack. The error means that a query is attempting to update a column (editlevel) which does not exist. What other hacks have you previously installed which have something to do with editing posts?
Have you tried the regular edit to see if it gives the error?
{edit} I believe code added by the "advanced editing options" hack is causing your error:
https://vborg.vbsupport.ru/showthrea...ight=editlevel