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 08-10-2006, 10:44 PM
Stokerockscene Stokerockscene is offline
 
Join Date: Feb 2006
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Usergroups problem - need help fixing it

A few months back installed vb jukebox and another plugin, i no longer needed these plugins so i uninstalled them recently.

Now both products have gone, in my usergroup settings i am left with 2 tables at the bottom with no text, just radio buttons where the 2 plugins used to be.

I cannot update any usergroup settings because i get an sql db error about the plugins, thing is i have searched the database and site and cannot find any link to these plugins what-so-ever.

Can anybody please help me get rid of these 2 tables as i am pissing in the wind now.

Reply With Quote
  #2  
Old 08-10-2006, 10:47 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

try rebuilding your bitfields by going to admincp/index.php?do=rebuildbitfields but before doing that, make sure that there are no XML files called bitfield_ for these two modifications in the includes/xml directory.
Reply With Quote
  #3  
Old 08-10-2006, 10:50 PM
Stokerockscene Stokerockscene is offline
 
Join Date: Feb 2006
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i love you, problem solved

ok im wrong, the tables have gone but when i submit changes i get an sql db error:

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Administrators',
`description` = '',
`usertitle` = 'Administrator',
`opentag` = '<COLOR=\"White\"><strong><i>',
`closetag` = '</i></strong></COLOR>',
`passwordexpires` = '180',
`passwordhistory` = '360',
`forumpermissions` = '1048575',
`attachlimit` = '0',
`pmquota` = '100',
`pmpermissions` = '3',
`pmsendmax` = '10',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericpermissions` = '205520831',
`genericoptions` = '31',
`profilepicmaxwidth` = '100',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '80',
`avatarmaxheight` = '80',
`avatarmaxsize` = '20000',
`jukeboxpermissions` = '0',
`ecdownloadpermissions` = '0'
WHERE usergroupid=6;

MySQL Error : Unknown column 'jukeboxpermissions' in 'field list'
Reply With Quote
  #4  
Old 08-10-2006, 11:01 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

run this query, but backup your database first just in case it goes wrong.

[sql]ALTER TABLE `usergroup` DROP `jukeboxpermissions`;[/sql]
Reply With Quote
  #5  
Old 08-10-2006, 11:05 PM
Stokerockscene Stokerockscene is offline
 
Join Date: Feb 2006
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

MySQL said: Documentation
#1091 - Can't DROP 'jukeboxpermissions'; check that column/key exists
Reply With Quote
  #6  
Old 08-10-2006, 11:07 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok, can you get the structure of your usergroup table and post it here inside [ code][/code] tags please.
Reply With Quote
  #7  
Old 08-10-2006, 11:08 PM
Stokerockscene Stokerockscene is offline
 
Join Date: Feb 2006
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
   	 Field   	Type  	Collation  	Attributes  	Null  	Default  	Extra  	Action
	 usergroupid  	smallint(5) 	  	UNSIGNED 	No  	  	auto_increment  	Change 	Drop 	Primary 	Index 	Unique 	Fulltext
	 title  	varchar(100) 	latin1_swedish_ci 	  	No  	  	  	Change 	Drop 	Primary 	Index 	Unique 	Fulltext
	 description  	varchar(250) 	latin1_swedish_ci 	  	No  	  	  	Change 	Drop 	Primary 	Index 	Unique 	Fulltext
	 usertitle  	varchar(100) 	latin1_swedish_ci 	  	No  	  	  	Change 	Drop 	Primary 	Index 	Unique 	Fulltext
	 passwordexpires  	smallint(5) 	  	UNSIGNED 	No  	0  	  	Change 	Drop 	Primary 	Index 	Unique 	Fulltext
	 passwordhistory  	smallint(5) 	  	UNSIGNED 	No  	0  	  	Change 	Drop 	Primary 	Index 	Unique 	Fulltext
	 pmquota  	smallint(5) 	  	UNSIGNED 	No  	0  	  	Change 	Drop 	Primary 	Index 	Unique 	Fulltext
	 pmsendmax  	smallint(5) 	  	UNSIGNED 	No  	5  	  	Change 	Drop 	Primary 	Index 	Unique 	Fulltext
	 pmforwardmax  	smallint(5) 	  	UNSIGNED 	No  	5  	  	Change 	Drop 	Primary 	Index 	Unique 	Fulltext
	 opentag  	varchar(100) 	latin1_swedish_ci 	  	No  	  	  	Change 	Drop 	Primary 	Index 	Unique 	Fulltext
	 closetag  	varchar(100) 	latin1_swedish_ci 	  	No  	  	  	Change 	Drop 	Primary 	Index 	Unique 	Fulltext
	 canoverride  	smallint(5) 	  	UNSIGNED 	No  	0  	  	Change 	Drop 	Primary 	Index 	Unique 	Fulltext
	 ispublicgroup  	smallint(5) 	  	UNSIGNED 	No  	0  	  	Change 	Drop 	Primary 	Index 	Unique 	Fulltext
	 forumpermissions  	int(10) 	  	UNSIGNED 	No  	0  	  	Change 	Drop 	Primary 	Index 	Unique 	Fulltext
	 pmpermissions  	int(10) 	  	UNSIGNED 	No  	0  	  	Change 	Drop 	Primary 	Index 	Unique 	Fulltext
	 calendarpermissions  	int(10) 	  	UNSIGNED 	No  	0  	  	Change 	Drop 	Primary 	Index 	Unique 	Fulltext
	 wolpermissions  	int(10) 	  	UNSIGNED 	No  	0  	  	Change 	Drop 	Primary 	Index 	Unique 	Fulltext
	 adminpermissions  	int(10) 	  	UNSIGNED 	No  	0  	  	Change 	Drop 	Primary 	Index 	Unique 	Fulltext
	 genericpermissions  	int(10) 	  	UNSIGNED 	No  	0  	  	Change 	Drop 	Primary 	Index 	Unique 	Fulltext
	 genericoptions  	int(10) 	  	UNSIGNED 	No  	0  	  	Change 	Drop 	Primary 	Index 	Unique 	Fulltext
	 attachlimit  	int(10) 	  	UNSIGNED 	No  	0  	  	Change 	Drop 	Primary 	Index 	Unique 	Fulltext
	 avatarmaxwidth  	smallint(5) 	  	UNSIGNED 	No  	0  	  	Change 	Drop 	Primary 	Index 	Unique 	Fulltext
	 avatarmaxheight  	smallint(5) 	  	UNSIGNED 	No  	0  	  	Change 	Drop 	Primary 	Index 	Unique 	Fulltext
	 avatarmaxsize  	int(10) 	  	UNSIGNED 	No  	0  	  	Change 	Drop 	Primary 	Index 	Unique 	Fulltext
	 profilepicmaxwidth  	smallint(5) 	  	UNSIGNED 	No  	0  	  	Change 	Drop 	Primary 	Index 	Unique 	Fulltext
	 profilepicmaxheight  	smallint(5) 	  	UNSIGNED 	No  	0  	  	Change 	Drop 	Primary 	Index 	Unique 	Fulltext
	 profilepicmaxsize  	int(10) 	  	UNSIGNED 	No  	0  	  	Change 	Drop 	Primary 	Index 	Unique 	Fulltext
Reply With Quote
  #8  
Old 08-10-2006, 11:11 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is that it or is there a second page?
Reply With Quote
  #9  
Old 08-10-2006, 11:14 PM
Stokerockscene Stokerockscene is offline
 
Join Date: Feb 2006
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thats it.

I think i have found where the problem is, i found jukeboxpermissions and ecdownloadpermissions (2 culprits) in table: datastore > bitfields.

it's all a bit of a mess though
Reply With Quote
  #10  
Old 08-10-2006, 11:15 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

try rebuilding bitfields again.
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 01:01 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07469 seconds
  • Memory Usage 2,262KB
  • 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
  • (1)bbcode_code
  • (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
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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