vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v4.0 Support > Troubleshooting & Problems

Reply
 
Thread Tools Display Modes
  #1  
Old 04-19-2010, 11:59 PM
TeknoSounds TeknoSounds is offline
Senior Member
 
Join Date: Nov 2006
Posts: 140
Default Missing vBAdvanced in plugins

Hey Brian, how do you think I can correct this?

Before switching to vB4, while still in vB3.8, I disabled vBA CMPS and then uninstalled it from the plugins menu. (I didn't use the install file to uninstall).

When upgraded to vB4, and went to install the new version of vBA, it still detected I had the plugin installed. I went ahead with the upgrade and everything works fine, except:
When going in the plugins page there isn't any listing for vBA CMPS, and clicking the diagnostics for the CMPS warns me its disabled (even tho its not and it works fine still).

How do you think I can get it to show back up in my plugins page? I tried the option for reinstalling plugins and nothing happened that I saw.
Reply With Quote
  #2  
Old 04-20-2010, 11:16 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

There shouldn't be any reason that using the option to reinstall the plugins wouldn't have added them back. Have you double-checked your 'Plugin Manager' link again after running that to make sure they haven't been added? And is the CMPS working if you try to access it from the user-end?
__________________
Frequently Asked Questions
CMPS Users Manual

For vBadvanced software assistance, please use the support forums.
Unsolicted PMs, IMs, and email will not be responded to.
If you have a non-software related question or problem with your account, please submit a support ticket.
Reply With Quote
  #3  
Old 04-20-2010, 03:03 PM
TeknoSounds TeknoSounds is offline
Senior Member
 
Join Date: Nov 2006
Posts: 140
Default

Checked again just now, different system different location (work vs home) and still nothing showing in there.

Its odd since the diagnostics still detects it and says its disabled, but its not.

Works just fine on the user-end.

Really its nothing major since it works and all, and no plans of uninstalling, so its kinda moot but for functionality sake.

Maybe the reinstall option doesn't work because it still detects its there or something? I'm not certain :-/
Reply With Quote
  #4  
Old 04-20-2010, 04:12 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

If things are working on the user-end then there's no way the plugins would be missing... If they were then you would receive errors on your CMPS pages instead. When you're checking your plugins, you are going to Admin CP => Plugin Manager, right?
__________________
Frequently Asked Questions
CMPS Users Manual

For vBadvanced software assistance, please use the support forums.
Unsolicted PMs, IMs, and email will not be responded to.
If you have a non-software related question or problem with your account, please submit a support ticket.
Reply With Quote
  #5  
Old 04-20-2010, 06:30 PM
TeknoSounds TeknoSounds is offline
Senior Member
 
Join Date: Nov 2006
Posts: 140
Default

heres a screenshot of my Manage Products page.

http://teknosounds.com/images/plugins_2.jpg

In the AdminCP I have the VBA CMPS menu and can control everything there just fine. The page is active and working great for everyone. Its just not listed in the Manage Products pages and the diagnostics page says its disabled. Just an odd situation.

Last edited by TeknoSounds; 04-20-2010 at 06:47 PM.
Reply With Quote
  #6  
Old 04-20-2010, 06:47 PM
TeknoSounds TeknoSounds is offline
Senior Member
 
Join Date: Nov 2006
Posts: 140
Default

There is an adv_cmps at the top of the Plugin Manager

So it just doesn't exist in the Manage Products page.

But even still in the Plugin Manager everything is listed as enabled.
Reply With Quote
  #7  
Old 04-21-2010, 11:00 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

Weird... I'm still not sure how the product would be missing, but you should be able to add it by running the following SQL query via your Admin CP or phpMyAdmin:
Code:
INSERT INTO product
			(productid, title, description, version, active, url)
		VALUES (
			'adv_cmps',
			'vBadvanced CMPS',
			'vBadvanced Content Management & Portal System',
			'4.0.0',
			1,
			'http://www.vbadvanced.com'
	)
__________________
Frequently Asked Questions
CMPS Users Manual

For vBadvanced software assistance, please use the support forums.
Unsolicted PMs, IMs, and email will not be responded to.
If you have a non-software related question or problem with your account, please submit a support ticket.
Reply With Quote
  #8  
Old 04-22-2010, 02:50 AM
TeknoSounds TeknoSounds is offline
Senior Member
 
Join Date: Nov 2006
Posts: 140
Default

Thanks, that got it

Still showed disabled using the Diagnostics page, tho just went back to the Plugin Manager and disabled then re-enabled vBA and it cleared the diags.

So yeah, not sure what happened during the uninstall awhile back, but guess it fubar'd something. Anyway, all working again, thanks for your help sir!
Reply With Quote
  #9  
Old 05-05-2010, 08:16 PM
kyle kyle is offline
Member
 
Join Date: Mar 2004
Location: Okanagan Centre, B.C. Canada
Posts: 61
Default

Thanks, had the same problem, thought I was seeing things or not seeing things, query ran fixed it.
Reply With Quote
  #10  
Old 08-04-2011, 06:31 PM
raptor6345 raptor6345 is offline
Junior Member
 
Join Date: Aug 2010
Posts: 19
Default

Scared the **** out of me... Glad it worked.

Just disabled and enabled.. 1 less thing to worry about...

Thanks!
Reply With Quote
  #11  
Old 08-06-2012, 03:04 AM
Sola Sola is offline
Member
 
Join Date: Aug 2004
Posts: 41
Default

Quote:
Originally Posted by TeknoSounds View Post
Hey Brian, how do you think I can correct this?

Before switching to vB4, while still in vB3.8, I disabled vBA CMPS and then uninstalled it from the plugins menu. (I didn't use the install file to uninstall).

When upgraded to vB4, and went to install the new version of vBA, it still detected I had the plugin installed. I went ahead with the upgrade and everything works fine, except:
When going in the plugins page there isn't any listing for vBA CMPS, and clicking the diagnostics for the CMPS warns me its disabled (even tho its not and it works fine still).

How do you think I can get it to show back up in my plugins page? I tried the option for reinstalling plugins and nothing happened that I saw.
I have this same problem, Brian. Is there an update to this query to fix the issue? This one has a syntax error. Thanks.
Reply With Quote
  #12  
Old 08-11-2012, 12:01 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

There is not a syntax error in the query above. Maybe you use table prefixes on your database tables? If so, then you'll need to add that prefix before "product" in the first line.
__________________
Frequently Asked Questions
CMPS Users Manual

For vBadvanced software assistance, please use the support forums.
Unsolicted PMs, IMs, and email will not be responded to.
If you have a non-software related question or problem with your account, please submit a support ticket.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Duplicate Plugins r_hippy Bugs From v4.0.0 RC1 9 03-15-2010 04:33 PM
One or more of your vBadvanced CMPS plugins are missing worldwidereefer Bugs From v4.0.0 Beta 2 6 01-25-2010 03:26 PM
Can vBadvanced Dynamics replace my current plugins? trbothead Pre-Sale Questions 10 04-22-2009 10:47 AM
how do I enable in products and plugins? redhawk "How Do I..." Questions 2 01-01-2009 08:45 PM
plugins goshalim Site Feedback & Updates 1 10-20-2007 12:38 PM


All times are GMT -4. The time now is 04:30 PM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.