![]() |
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
#21
|
||||
|
||||
|
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. |
|
#22
|
|||
|
|||
|
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 Any ideas? Last edited by Joe Blow; 10-21-2011 at 03:50 PM. |
|
#23
|
|||
|
|||
|
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 ) |
|
#24
|
|||
|
|||
|
I've got the same problem... Running current VBA & most recent VB.
Does one of the above queries work still?
__________________
What is misandry anyway? |
|
#25
|
||||
|
||||
|
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. |
|
#26
|
|||
|
|||
|
Which one, please?
__________________
What is misandry anyway? |
|
#27
|
|||
|
|||
|
Where and how does one 'execute a query'
|
|
#28
|
||||
|
||||
|
__________________
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. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |