The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
need help urgent please
Hello..
I am getting this error when I add or update a forum. Code:
Invalid SQL: INSERT INTO vb_forum (title_clean, title, description_clean, description, link, displayorder, parentid, daysprune, defaultsortfield, defaultsortorder, showprivate, newpostemail, newthreademail, options, styleid, password, accessf_nb, accesst_nb, create_nb, reply_nb, fdebates, mimicbotrop, is_diary, alowmedia) VALUES ('Hollywood/English Movies', 'Hollywood/English Movies', '', '', '', 1, -1, -1, 'lastpost', 'desc', 0, '', '', 97991, 0, '', 0, 0, 0, 0, 0, '0', 0, 1); MySQL Error : Unknown column 'mimicbotrop' in 'field list' Error Number : 1054 I have quite a few hacks installed, so I dont know which hack this unknown column belongs to. :-s Please please asap.. thanks in advance. |
#2
|
|||
|
|||
never seen that yar no idea about det
|
#3
|
|||
|
|||
Keep note of the hacks you have installed and always remember the last one added... if problems appear it is always most likely that youve installed the last mod improper or the mod has issues with your board :P
|
#4
|
|||
|
|||
it is missing the table mimicbotrop, add that field into your sql, and it *should* work
|
#5
|
|||
|
|||
Quote:
can you please post the sql queries to be added.. thanks |
#6
|
|||
|
|||
something like this into your phpmyadmin, or run through sql query in acp:
Code:
ALTER TABLE vb_forum ADD mimicbotrop varchar(10) NOT NULL |
#7
|
|||
|
|||
great, thanks alot.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|