PDA

View Full Version : Help, what can I do?!?


The Man
02-02-2009, 11:00 AM
I have a Problem.

Mistake!
vBadvanced CMPS is disabled in your vBulletin Installed Products section. Please enable vBadvanced CMPS in order for it to work.

What can I do?

Brian
02-02-2009, 12:31 PM
Admin CP => Plugins & Products => Manage Products
Choose 'Enable' from the select menu next to 'vBadvanced CMPS'.

Our Sponsors
 

swh
02-18-2009, 01:56 PM
Admin CP => Plugins & Products => Manage Products
Choose 'Enable' from the select menu next to 'vBadvanced CMPS'.

I don't have vBadvanced CMPS on my products list :confused:

Brian
02-19-2009, 12:20 PM
What version are you running?

Our Sponsors
 

jwashburn
02-20-2009, 08:02 AM
Having the same problem. Just upgraded to the newest version. vbadvanced still seems to work howerver.

Brian
02-20-2009, 10:22 AM
I'm not really sure how the product could just disappear, but you can run this query to add it back.

INSERT INTO " . TABLE_PREFIX . "product
(productid, title, description, version, active)
VALUES (
'adv_cmps',
'vBadvanced CMPS',
'vBadvanced Content Management & Portal System',
'3.1.0',
1
)