vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   need help urgent please (https://vborg.vbsupport.ru/showthread.php?t=143897)

kandip 04-03-2007 01:42 AM

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.

notrious 04-03-2007 02:42 AM

never seen that yar no idea about det

MrPeace 04-03-2007 04:45 AM

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

Michael Biddle 04-03-2007 05:32 AM

it is missing the table mimicbotrop, add that field into your sql, and it *should* work

kandip 04-04-2007 01:41 AM

Quote:

Originally Posted by whitemike (Post 1218858)
it is missing the table mimicbotrop, add that field into your sql, and it *should* work

how do you add this table to the sql..

can you please post the sql queries to be added.. thanks

Michael Biddle 04-04-2007 04:33 AM

something like this into your phpmyadmin, or run through sql query in acp:

Code:

ALTER TABLE vb_forum ADD mimicbotrop varchar(10) NOT NULL

kandip 04-04-2007 11:39 AM

Quote:

Originally Posted by whitemike (Post 1219450)
something like this into your phpmyadmin, or run through sql query in acp:

Code:

ALTER TABLE vb_forum ADD mimicbotrop varchar(10) NOT NULL

great, thanks alot.


All times are GMT. The time now is 02:14 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01090 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete