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

Reply
 
Thread Tools Display Modes
  #1  
Old 09-26-2012, 07:35 PM
Lilmikeishere Lilmikeishere is offline
 
Join Date: Dec 2008
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default vBulletin CMS Prevents Uninstalling of Products

I'm using vBulletin 4.2.0 Patch Level 2. I did not upgrade to this version, I installed it like a week ago.

I disabled Blogs + CMS and added a few random products I found on different websites. Some products I want to uninstall though, and it doesn't let me and gives me a mySQL error with the CMS.

Here's the error I get:

Code:
Database error in vBulletin 4.2.0:

Invalid SQL:


            DELETE cms_widgettype, cms_widget, cms_widgetconfig
            FROM package AS package
            LEFT JOIN cms_widgettype AS cms_widgettype
                ON cms_widgettype.packageid = package.packageid
            LEFT JOIN cms_widget AS cms_widget
                ON cms_widget.widgettypeid = cms_widgettype.widgettypeid
            LEFT JOIN cms_widgetconfig AS cms_widgetconfig
                ON cms_widgetconfig.widgetid = cms_widget.widgetid
            WHERE package.productid = 'username_html_markup';


MySQL Error   : Table 'xxx.cms_widgettype' doesn't exist
Error Number  : 1146
Request Date  : Wednesday, September 26th 2012 @ 03:33:56 PM
Error Date    : Wednesday, September 26th 2012 @ 03:33:57 PM
Script        : http://xxx.com/admincp/plugin.php?do=productkill
Referrer      : http://xxx.com/admincp/plugin.php?do=productdelete&productid=username_html_markup&s=
IP Address    : 127.0.0.1
Username      : xxx
Classname     : vB_Database
MySQL Version : 5.5.23-55
Reply With Quote
  #2  
Old 09-26-2012, 08:49 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

And does that table exist? Have you tried running the upgrade.php script again? Did you just disable the CMS or uninstall it?
Reply With Quote
  #3  
Old 09-26-2012, 09:46 PM
Lilmikeishere Lilmikeishere is offline
 
Join Date: Dec 2008
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
And does that table exist? Have you tried running the upgrade.php script again? Did you just disable the CMS or uninstall it?
Disabled it. I don't think I can uninstall it.
Reply With Quote
  #4  
Old 09-26-2012, 10:11 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

And does that table exist? Have you tried running the upgrade.php script again?
Reply With Quote
  #5  
Old 09-26-2012, 10:15 PM
Lilmikeishere Lilmikeishere is offline
 
Join Date: Dec 2008
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
And does that table exist? Have you tried running the upgrade.php script again?
Yeah, I remember following this thread for guidance:
https://www.vbulletin.com/forum/show...n-t-exist-eror

I re-ran the upgrade script and it froze at like 91% and then I exited out of it and later was able to uninstall various products which then ended up breaking my forum (in terms of the templates in the skins - even when i reverted them the whole skin was broken)
Reply With Quote
  #6  
Old 09-26-2012, 11:25 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You cannot only upgrade to 91% - that is not a complete upgrade and it will cause issues if you just quit then. Please do the upgrade again and click to View Details so you know exactly where in the script you are when it has problems.
Reply With Quote
  #7  
Old 09-26-2012, 11:38 PM
Lilmikeishere Lilmikeishere is offline
 
Join Date: Dec 2008
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
You cannot only upgrade to 91% - that is not a complete upgrade and it will cause issues if you just quit then. Please do the upgrade again and click to View Details so you know exactly where in the script you are when it has problems.
I already roll backed the forums to pre-upgrading.

Also, the upgrade crashed last time I tried it; I waited it out for like an hour before I closed it.
Reply With Quote
  #8  
Old 09-27-2012, 01:54 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So, you are fine now?
Reply With Quote
  #9  
Old 09-27-2012, 02:49 AM
Lilmikeishere Lilmikeishere is offline
 
Join Date: Dec 2008
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
So, you are fine now?
No... I can't uninstall any products and I get that error.
Reply With Quote
  #10  
Old 09-27-2012, 03:19 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't understand your comment about how you rolled back the forums then. Your database error says 4.2.0. Are you saying that your files are for a different version? Exactly what have you done and what is the state of your site right now (file version and database version)?
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:41 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.03969 seconds
  • Memory Usage 2,248KB
  • Queries Executed 11 (?)
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
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (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_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