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 02-15-2009, 12:31 PM
biggeorge's Avatar
biggeorge biggeorge is offline
 
Join Date: Feb 2007
Location: The Great State of Mass!
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default mysql error in usergroup manager

Hopefully someone can help me with this error. It's only occurring in the AdminCP in the usergroup manager. Whether I make a change or not, as soon as I click the SAVE button it tosses this error. I'm no expert, but it looks like the Bump - Debump mod. I uninstalled the mod but it's not helping. I've searched my database and cannot find bumpthreadspermissions... but as I said, I'm no expert.

Any help will be more than appreciated.

Code:
Database error in vBulletin 3.8.1:

Invalid SQL:
UPDATE ebusergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
	`title` = 'Registered Users',
	`description` = '',
	`usertitle` = '',
	`opentag` = '',
	`closetag` = '',
	`passwordexpires` = '0',
	`passwordhistory` = '0',
	`bumpthreadspermissions` = '0',
	`bumpthreadslimit` = '',
	`itraderpermissions` = '3',
	`forumpermissions` = '12316927',
	`genericpermissions` = '1577236163',
	`attachlimit` = '0',
	`pmquota` = '1000',
	`pmpermissions` = '1',
	`pmsendmax` = '5',
	`pmthrottlequantity` = '0',
	`calendarpermissions` = '63',
	`wolpermissions` = '1',
	`adminpermissions` = '0',
	`genericpermissions2` = '1',
	`genericoptions` = '62',
	`profilepicmaxwidth` = '250',
	`profilepicmaxheight` = '250',
	`profilepicmaxsize` = '99999',
	`avatarmaxwidth` = '65',
	`avatarmaxheight` = '65',
	`avatarmaxsize` = '20000000',
	`signaturepermissions` = '245759',
	`sigpicmaxwidth` = '320',
	`sigpicmaxheight` = '240',
	`sigpicmaxsize` = '20000',
	`sigmaxrawchars` = '1000',
	`sigmaxchars` = '500',
	`sigmaxlines` = '0',
	`sigmaxsizebbcode` = '7',
	`sigmaximages` = '2',
	`albumpermissions` = '239',
	`albumpicmaxwidth` = '600',
	`albumpicmaxheight` = '600',
	`albumpicmaxsize` = '100000',
	`albummaxpics` = '100',
	`albummaxsize` = '0',
	`usercsspermissions` = '63',
	`visitormessagepermissions` = '55',
	`socialgrouppermissions` = '51063',
	`maximumsocialgroups` = '5',
	`groupiconmaxsize` = '99999',
	`awardpermissions` = '1',
	`fcpermissions` = '1'
WHERE usergroupid=2;

MySQL Error   : Unknown column 'bumpthreadspermissions' in 'field list'
Error Number  : 1054
Request Date  : Sunday, February 15th 2009 @ 09:24:35 AM
Error Date    : Sunday, February 15th 2009 @ 09:24:35 AM
Script        : http://www.extremebusa.com/extreme/admincp/usergroup.php?do=update
Referrer      : http://www.extremebusa.com/extreme/admincp/usergroup.php?do=edit&usergroupid=2
IP Address    : 71.233.34.243
Username      : BigGeorge
Classname     : vb_database
MySQL Version : 4.1.22-standard
Reply With Quote
  #2  
Old 02-15-2009, 12:37 PM
biggeorge's Avatar
biggeorge biggeorge is offline
 
Join Date: Feb 2007
Location: The Great State of Mass!
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've also noticed this table - which looks like a remneant from the Bump Debump mod.

Attachment 94927
Reply With Quote
  #3  
Old 02-15-2009, 12:43 PM
vbplusme vbplusme is offline
 
Join Date: Sep 2008
Location: CyberSpace
Posts: 332
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

looks like usergroup.php still has a query to it too. It deleted the table but not the calls in the file or at least one of the plugins. I think if you copy a clean usergroup.php to your site the error will go away but you will still have some clean up to do in plugins maybe.
Reply With Quote
  #4  
Old 02-15-2009, 02:54 PM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It appears that you didn't totally remove that addon.

Check your includes/xml folder and make sure there are no remaining files for that addon in that folder.

Make sure when you run the uninstall, it actually removes everything that it added, ie tables, fields, phrases etc

If the addon itself isnt removing all the tables/fields that it added, you will have a harder time removing it.
Reply With Quote
  #5  
Old 02-15-2009, 04:04 PM
biggeorge's Avatar
biggeorge biggeorge is offline
 
Join Date: Feb 2007
Location: The Great State of Mass!
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vbplusme View Post
looks like usergroup.php still has a query to it too. It deleted the table but not the calls in the file or at least one of the plugins. I think if you copy a clean usergroup.php to your site the error will go away but you will still have some clean up to do in plugins maybe.
I initially tried uploading a clean usergroup.php and that didn't work.

Quote:
Originally Posted by snakes1100 View Post
It appears that you didn't totally remove that addon.

Check your includes/xml folder and make sure there are no remaining files for that addon in that folder.
the bumpdebump xml was indeed in there. I deleted it, opened the usergroups manager in the admincp and it instantly rebuilt the tables! Everything is back to normal.

Thank you both for your help
Reply With Quote
  #6  
Old 02-15-2009, 04:13 PM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your welcome.

Although Busa's are a tad slow!
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 02:23 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.04269 seconds
  • Memory Usage 2,227KB
  • Queries Executed 14 (?)
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
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (6)postbit
  • (6)postbit_onlinestatus
  • (6)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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete