PDA

View Full Version : Error when inserting catorgary Icons


blowy
09-15-2011, 07:38 AM
I am getting the following DB error when i try and add icons onto my site


Database error in vBulletin 4.1.5:

Invalid SQL:
UPDATE forum SET
title_clean = 'Admin & Mod Only Chat Room',
title = 'Admin & Mod Only Chat Room',
description_clean = 'All discussions are private here',
description = 'All discussions are private here',
link = '',
displayorder = 1,
parentid = 57,
daysprune = -1,
defaultsortfield = 'lastpost',
defaultsortorder = 'desc',
showprivate = 0,
newpostemail = '',
newthreademail = '',
### Bitfield: forum.options ###
options = IF(options & 8, options - 8, options),
options = IF(options & 16, options - 16, options),
options = IF(options & 32, options - 32, options),
options = IF(options & 32768, options - 32768, options),
options = IF(options & 8192, options, options + 8192),
options = IF(options & 4, options, options + 4),
options = IF(options & 1, options, options + 1),
options = IF(options & 2, options, options + 2),
options = IF(options & 16384, options, options + 16384),
options = IF(options & 256, options - 256, options),
options = IF(options & 64, options, options + 64),
options = IF(options & 128, options, options + 128),
options = IF(options & 512, options, options + 512),
options = IF(options & 1024, options, options + 1024),
options = IF(options & 2048, options, options + 2048),
options = IF(options & 4096, options, options + 4096),
options = IF(options & 65536, options, options + 65536),
options = IF(options & 131072, options - 131072, options),
styleid = 0,
imageprefix = '',
password = '',
customimg = ' http://www.cardsharing-chat.info/images/statusicon/chit chat.png',
forum_hlfg = '0'
WHERE forumid = 58;

MySQL Error : Unknown column 'forum_hlfg' in 'field list'
Error Number : 1054
Request Date : Thursday, September 15th 2011 @ 09:36:34 AM
Error Date : Thursday, September 15th 2011 @ 09:36:35 AM
Script : http://www.cardsharing-chat.info/admincp/forum.php?do=update
Referrer :
IP Address : 12.34.56.78
Username :bla bla
Classname : vB_Database
MySQL Version : 5.1.56-log

Lynne
09-15-2011, 03:43 PM
There is no forum_hlfg field in the forum table in default vbulletin. Your error is from a modification.