Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 10-08-2009, 06:18 PM
ukdalai ukdalai is offline
 
Join Date: Oct 2005
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default vba problem

hi all, i have a bit of a problem on our forum, all seems ok but on the usergroup edit page i have a box with no title and just yes and no radio buttons, i have not idea what its for.
but it causes a db error when i submit the page.

this only happend after installing a gallery mod, i uninstalled it to see if it would make a difference but it did not.
i can see that its to do with vba but i cant see what the hell the new option on the edit page is.

any help would be greatly appreciated, attached is an image of the offending option in edit usergroup.
does anyone now how i can remove it from the page and the field list
Craig
the error is:

Code:
Invalid SQL:
UPDATE VB_usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
	`title` = 'Administrators',
	`description` = '',
	`usertitle` = 'Administrator',
	`opentag` = '<strong style=\"color:black;\">',
	`closetag` = '</strong>',
	`passwordexpires` = '180',
	`passwordhistory` = '360',
	`ms_wic4_addon_vba_permissions` = '0',
	`forumpermissions` = '16777215',
	`genericpermissions` = '2113929151',
	`attachlimit` = '0',
	`pmquota` = '100',
	`pmpermissions` = '7',
	`pmsendmax` = '25',
	`pmthrottlequantity` = '0',
	`calendarpermissions` = '63',
	`wolpermissions` = '31',
	`adminpermissions` = '3',
	`genericpermissions2` = '1',
	`genericoptions` = '63',
	`profilepicmaxwidth` = '180',
	`profilepicmaxheight` = '180',
	`profilepicmaxsize` = '100000',
	`avatarmaxwidth` = '180',
	`avatarmaxheight` = '180',
	`avatarmaxsize` = '262144',
	`signaturepermissions` = '245759',
	`sigpicmaxwidth` = '500',
	`sigpicmaxheight` = '100',
	`sigpicmaxsize` = '100000',
	`sigmaxrawchars` = '0',
	`sigmaxchars` = '0',
	`sigmaxlines` = '0',
	`sigmaxsizebbcode` = '7',
	`sigmaximages` = '0',
	`albumpermissions` = '255',
	`albumpicmaxwidth` = '600',
	`albumpicmaxheight` = '600',
	`albumpicmaxsize` = '100000',
	`albummaxpics` = '100',
	`albummaxsize` = '0',
	`usercsspermissions` = '63',
	`visitormessagepermissions` = '63',
	`socialgrouppermissions` = '65535',
	`maximumsocialgroups` = '5',
	`groupiconmaxsize` = '100000',
	`ms_wic4_addon_permissions` = '0',
	`fcpermissions` = '8'
WHERE usergroupid=6;

MySQL Error   : Unknown column 'ms_wic4_addon_vba_permissions' in 'field list'
Error Number  : 1054
Request Date  : Thursday, October 8th 2009 @ 09:02:14 PM
Error Date    : Thursday, October 8th 2009 @ 09:02:14 PM
Classname     : vB_Database
MySQL Version : 5.0.45-log
Attached Images
File Type: jpg usergroupedit.jpg (48.7 KB, 0 views)
Reply With Quote
  #2  
Old 10-08-2009, 06:19 PM
Speysider's Avatar
Speysider Speysider is offline
 
Join Date: Apr 2009
Posts: 1,029
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you remove the phrase that contains that text?
Reply With Quote
  #3  
Old 10-08-2009, 06:20 PM
Brandon Sheley's Avatar
Brandon Sheley Brandon Sheley is offline
 
Join Date: Mar 2005
Location: Google Kansas
Posts: 4,678
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the title says it's a vbadvanced issue, but you say it's from a gallery mod?
which gallery mod is it
Reply With Quote
  #4  
Old 10-08-2009, 06:31 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This should be posted and dealt with over on the vbadvanced site since it is a vbadvanced issue.
Reply With Quote
  #5  
Old 10-08-2009, 06:41 PM
ukdalai ukdalai is offline
 
Join Date: Oct 2005
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

guys, the reason i say its a vba issue is that the error is ms_wic4_addon_vba_permissions

but i cannot see why its there, i searched the vba forums for "ms_wic4_addon_vba_permissions" but found nothing, i was hopeing someone here would know what ms_wic4_addon_vba_permissions was from or how to remove it from the edit page.

Craig
Reply With Quote
  #6  
Old 10-08-2009, 06:51 PM
James Birkett James Birkett is offline
 
Join Date: Jun 2009
Posts: 633
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think the error is basically showing that the column doesn't exist in the table:
MySQL Error : Unknown column 'ms_wic4_addon_vba_permissions' in 'field list'
Reply With Quote
  #7  
Old 10-08-2009, 07:24 PM
ukdalai ukdalai is offline
 
Join Date: Oct 2005
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes... that much i know, i was hoping someone more experienced with vb would be able to tell me how to remove the requirement.

i have removed it by removing to xml files
bitfield_ms_wic4_addon.xml
and
bitfield_ms_wic4_vba_addon.xml

but can anyone tell me what addon they are for

Craig
Reply With Quote
  #8  
Old 10-08-2009, 07:27 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Perhaps you installed a mod and then uninstalled it but didn't also delete any files you uploaded for it. You should always delete files uploaded for a mod after you uninstall it.
Reply With Quote
  #9  
Old 10-08-2009, 07:32 PM
ukdalai ukdalai is offline
 
Join Date: Oct 2005
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks lynne, the weird thing is ive installed UMG gallery, the author is doing some mods for me, but in truth, i decided to uninstall all the UMG stuff to do a reinstall, but then noticed that i had the prob.

i cant see why it has affected the vba xml files.
however removeing the to vba addon xml's has fixed it, i hope there is not a knock on effect.

Craig
Reply With Quote
Reply


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 08:03 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.04120 seconds
  • Memory Usage 2,259KB
  • Queries Executed 12 (?)
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
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (1)postbit_attachment
  • (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_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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete