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

Reply
 
Thread Tools Display Modes
  #21  
Old 10-21-2011, 12:23 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

You should be able to run this query to add the product:
Code:
		INSERT INTO " . TABLE_PREFIX . "product
			(productid, title, description, version, active)
		VALUES (
			'adv_cmps',
			'vBadvanced CMPS',
			'vBadvanced Content Management & Portal System',
			'4.1.2',
			1
	)
__________________
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
  #22  
Old 10-21-2011, 03:21 PM
Joe Blow Joe Blow is offline
Member
 
Join Date: Jan 2005
Posts: 32
Default

Hi Brian,

Many thanks for your help!!!

I tried to execute that query from the vBulletin admincp and got the following message:

Code:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '" . TABLE_PREFIX . "product
(productid, title, description, version, active)' at line 1
I am running PHP 5.2.17 and MySQL 5.1.58

Any ideas?

Last edited by Joe Blow; 10-21-2011 at 03:50 PM.
Reply With Quote
  #23  
Old 10-22-2011, 09:38 AM
Joe Blow Joe Blow is offline
Member
 
Join Date: Jan 2005
Posts: 32
Default

Hi Brian, I got it to work by executing the following query:

Code:
INSERT INTO product
			(productid, title, description, version, active)
		VALUES (
			'adv_cmps',
			'vBadvanced CMPS',
			'vBadvanced Content Management & Portal System',
			'4.1.2',
			1
	)
Reply With Quote
  #24  
Old 07-04-2012, 07:34 PM
karlm karlm is offline
Misandry is a hate crime
 
Join Date: Jul 2006
Location: England
Posts: 145
Default

I've got the same problem... Running current VBA & most recent VB.

Does one of the above queries work still?
__________________
What is misandry anyway?
Reply With Quote
  #25  
Old 07-06-2012, 11:25 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

Yes, the above query would still work if the CMPS is not showing up as an installed product.
__________________
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
  #26  
Old 07-19-2012, 04:49 AM
karlm karlm is offline
Misandry is a hate crime
 
Join Date: Jul 2006
Location: England
Posts: 145
Default

Which one, please?
__________________
What is misandry anyway?
Reply With Quote
  #27  
Old 01-08-2013, 11:25 AM
kmacinct kmacinct is offline
Junior Member
 
Join Date: Dec 2007
Posts: 1
Default

Where and how does one 'execute a query'
Reply With Quote
  #28  
Old 01-17-2013, 05:13 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

http://www.vbulletin.com/docs/html/m...ntenance_query
__________________
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
Enable VBA in Installed Products columbo Troubleshooting & Problems 1 12-30-2008 07:40 PM
installed vbullet & vbadvanced cmps JoeyB34 "How Do I..." Questions 10 08-01-2008 11:35 AM
Can my vBadvanced CMPS be installed on same server but different domain from my vB? pcoskat Pre-Installation Questions 3 06-12-2008 09:50 AM
vBadvanced installed, no CMPS in my admincp lvriot Troubleshooting & Problems 3 03-12-2008 03:26 PM
vBadvanced CMPS Installed but I get this error and 1 official Troubleshooting & Problems 4 01-14-2007 08:45 AM


All times are GMT -4. The time now is 05:18 AM.

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.