This is the error I get.
I'm using php 5 & MYSQL 5 with the 2.6.1 beta. Please help this time. It's been a few months.
Code:
Database error in vBulletin 3.8.1:
Invalid SQL:
UPDATE vb_forum SET
title_clean = 'Modeling & Acting Auditions (Metro Miami/Ft. Lauderdale & Florida!)',
title = 'Modeling & Acting Auditions (Metro Miami/Ft. Lauderdale & Florida!)',
description_clean = 'Castings in Metro Miami , Orlando, Tampa, and the rest of Florida.',
description = 'Castings in Metro Miami , Orlando, Tampa, and the rest of Florida.',
link = '',
displayorder = 60,
parentid = 3,
daysprune = -1,
defaultsortfield = 'lastpost',
defaultsortorder = 'desc',
showprivate = 0,
newpostemail = '',
newthreademail = '',
### Bitfield: vb_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 - 8192, options),
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, options + 256),
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 = '',
vbseo_moderatepingbacks = 0,
vbseo_moderatetrackbacks = 0,
vbseo_moderaterefbacks = 0,
chiefpost = 1,
ei_replyaddress = 'atlanta@jobs.mymodeltalk.com',
ei_hostname = 'mail.mymodeltalk.com',
ei_username = 'atlanta@jobs.mymodeltalk.com',
ei_password = 'getmoney',
ei_folder = 'INBOX',
ei_connectiontype = '0',
ei_usergroups = '2',
ada_forum = 1,
ada_style = 3
WHERE forumid = 17;
MySQL Error : Unknown column 'ei_replyaddress' in 'field list'
Error Number : 1054
Request Date : Wednesday, May 27th 2009 @ 10:14:41 AM
Error Date : Wednesday, May 27th 2009 @ 10:14:41 AM
Script : http://www.mymodeltalk.com/jobs/admi....php?do=update
Referrer : http://www.mymodeltalk.com/jobs/admi...o=edit&f=17&s=
IP Address : 76.97.227.84
Username : mykkal
Classname : vB_Database
MySQL Version : 5.0.77-community
And then when I try to update the allowed forums I get another error:
Code:
Database error in vBulletin 3.8.1
Invalid SQL:
SELECT ei_usergroups, title_clean, ei_active
FROM vb_forum
WHERE forumid = 57;
MySQL Error : Unknown column 'ei_usergroups' in 'field list'
Error Number : 1054
Request Date : Wednesday, May 27th 2009 @ 10:24:10 AM
Error Date : Wednesday, May 27th 2009 @ 10:24:11 AM
Script : http://www.mymodeltalk.com/jobs/admincp/usergroup.php?do=update
Referrer : http://www.mymodeltalk.com/jobs/admincp/usergroup.php?do=edit&usergroupid=2
IP Address : 76.97.227.84
Username : mykkal
Classname : vB_Database
MySQL Version : 5.0.77-community
|