Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions

Reply
 
Thread Tools Display Modes
  #11  
Old 10-09-2008, 09:08 PM
MysCha MysCha is offline
 
Join Date: Sep 2008
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

u never install MGC Plugin ?

i can define what ur plugin with mgc
but, i think u have install a MGC MODS in ur forum
please remember again. Because ur error message tell about it.

nb : ur error message cant lie
Reply With Quote
  #12  
Old 10-09-2008, 09:18 PM
Christon Christon is offline
 
Join Date: Apr 2008
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by veenuisthebest View Post
Do you have these files in /yoursite/forum/includes/xml/

bitfield_mgc_cb_evo.xml
cpnav_mgc_cb_evo.xml

If yes, delete them !
Where I find these veenuisthebest?, I search,but no find nothing.

--------------- Added [DATE]1223590827[/DATE] at [TIME]1223590827[/TIME] ---------------

Quote:
Originally Posted by MysCha View Post
u never install MGC Plugin ?

i can define what ur plugin with mgc
but, i think u have install a MGC MODS in ur forum
please remember again. Because ur error message tell about it.

nb : ur error message cant lie
No MysCha, i never install MGC plugin.
Reply With Quote
  #13  
Old 10-09-2008, 09:24 PM
MysCha MysCha is offline
 
Join Date: Sep 2008
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

or u can manualy drop a field on sql

open ur phpmyadmin
and search sql where u install ur forum

and search this prefix vb_usergroup
open the structure
then u can find anything field called " MGC "
check list and drop them

`title` = 'Moderators',
`description` = '',
`usertitle` = 'Moderator',
`opentag` = '',
`closetag` = '',
`passwordexpires` = '0',
`passwordhistory` = '0',
`mgc_cb_evo_permissions` = '0',
`mgc_cb_evo_nbmsg_show` = '',
`mgc_cb_evo_nbmsg_perday_show` = '',

`forumpermissions` = '3928575',
`genericpermissions` = '1609504463',
`attachlimit` = '0',
`pmquota` = '50',
`pmpermissions` = '7',
`pmsendmax` = '5',
`calendarpermissions` = '63',
`wolpermissions` = '15',
`adminpermissions` = '0',
`genericpermissions2` = '1',
`genericoptions` = '62',
`profilepicmaxwidth` = '100',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '80',
`avatarmaxheight` = '80',
`avatarmaxsize` = '20000',
`signaturepermissions` = '237567',
`sigpicmaxwidth` = '500',
`sigpicmaxheight` = '100',
`sigpicmaxsize` = '10000',
`sigmaxrawchars` = '1000',
`sigmaxchars` = '500',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '4',
`albumpermissions` = '255',
`albumpicmaxwidth` = '600',
`albumpicmaxheight` = '600',
`albumpicmaxsize` = '100000',
`albummaxpics` = '100',
`albummaxsize` = '0',
`usercsspermissions` = '31',
`visitormessagepermissions` = '63',
`socialgrouppermissions` = '511'
WHERE usergroupid=7;

* drop the red bold
Reply With Quote
  #14  
Old 10-09-2008, 09:32 PM
Christon Christon is offline
 
Join Date: Apr 2008
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MysCha View Post
or u can manualy drop a field on sql

open ur phpmyadmin
and search sql where u install ur forum

and search this prefix vb_usergroup
open the structure
then u can find anything field called " MGC "
check list and drop them
MysCha, forgives much trouble, but if you could teach me look like this, I would appreciate.
Reply With Quote
  #15  
Old 10-09-2008, 09:36 PM
MysCha MysCha is offline
 
Join Date: Sep 2008
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

u must try my guide
if not, ur forum cant run normaly coz u cant edit permission for ur usergroup
Reply With Quote
  #16  
Old 10-09-2008, 09:44 PM
Christon Christon is offline
 
Join Date: Apr 2008
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MysCha View Post
u must try my guide
if not, ur forum cant run normaly coz u cant edit permission for ur usergroup
you can send me your guide MysCha.
Reply With Quote
  #17  
Old 10-09-2008, 09:45 PM
MysCha MysCha is offline
 
Join Date: Sep 2008
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^^
read this https://vborg.vbsupport.ru/showpost....7&postcount=13
Reply With Quote
  #18  
Old 10-09-2008, 09:58 PM
veenuisthebest's Avatar
veenuisthebest veenuisthebest is offline
 
Join Date: Mar 2008
Location: India
Posts: 1,416
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well.. the problem isn't that complicated

Error is Unknown column 'mgc_cb_evo_permissions' in 'field list'

clearly means that the columns are ALREADY dropped, but the SQL query is still looking for that column.

This is happening due to the existence of those two .XML files in /xml/ folder on your server.
Remove them, and you're done.
Reply With Quote
  #19  
Old 10-15-2008, 03:21 PM
Christon Christon is offline
 
Join Date: Apr 2008
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by veenuisthebest View Post
well.. the problem isn't that complicated

Error is Unknown column 'mgc_cb_evo_permissions' in 'field list'

clearly means that the columns are ALREADY dropped, but the SQL query is still looking for that column.

This is happening due to the existence of those two .XML files in /xml/ folder on your server.
Remove them, and you're done.
I made the procedure, but the problem is still friends.

--------------- Added [DATE]1224106352[/DATE] at [TIME]1224106352[/TIME] ---------------

help please friends.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:33 PM.


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.05308 seconds
  • Memory Usage 2,236KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete