PDA

View Full Version : Need some Help with a Addon


Racecar
06-28-2008, 05:23 PM
Here is the following message that I ran. I don't know where to find the table prefix that there asking for so any help would be great. Yes, I'm new to this and learning as I go.
UPDATE (TABLE_PREFIX)vbplaza_category
SET categoryid = 9000
WHERE categoryid = 22

Run this query. (Change the (TABLE_PREFIX) to your table prefix for your vbulletin setup.)

I have run the query and don't know what to change.
Thanks.

Paul M
06-28-2008, 07:53 PM
Table prefix is defined in your config.php

Racecar
06-28-2008, 08:29 PM
thank you.