|
Geek Article and Review System GARS is the mega popular system for turning forums into articles, tutorials, or even reviews. |
Advertisement | |
This is an HTML example. Isn't it just wonderful?!?!
|
|
Learn how to remove ads |
|
Thread Tools | Display Modes |
#1
|
||||
|
||||
Error message when trying to post and delete threads
The post is made and apears but I get this error when I try to either post or delete posts.
MySQL Error : Table 'shackVB.gars_custom_values' doesn't exist I have reran the installer and its still not working vBull 3.5 Anyhelp appreciated... |
#2
|
||||
|
||||
I think this is an error from upgrading from a previous version that skipped another upgrade step. Try running this is phpmyadmin (insert your table prefix too):
CREATE TABLE `gars_custom_values` ( `custom_threadid` INT NOT NULL , PRIMARY KEY ( `custom_threadid` )); CREATE TABLE `gars_custom_fields` ( `id` INT NOT NULL AUTO_INCREMENT , `title` VARCHAR( 50 ) NOT NULL , `description` VARCHAR( 250 ) NOT NULL , `required` TINYINT NOT NULL , `maxlength` SMALLINT NOT NULL , `displayorder` SMALLINT NOT NULL , `editable` TINYINT NOT NULL , `type` ENUM( 'input', 'select', 'radio', 'textarea', 'checkbox', 'select_multiple' ) NOT NULL , `default` SMALLINT NOT NULL , `allowhtml` TINYINT NOT NULL , PRIMARY KEY ( `id` ) ) ALTER TABLE `gars_custom_fields` ADD `bbcode` TINYINT NOT NULL |
#3
|
||||
|
||||
CREATE TABLE `gars_custom_values` (
`custom_threadid` INT NOT NULL , PRIMARY KEY ( `custom_threadid` )); Did the trick m8, for some reason it did not run the query in the install script.. I did a fresh install not an upgrade as I have just converted back from IPB to vBull for the 3rd time lol ... Thanks for the help your geekyness your a star... |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Can not post long threads | alichakery | Geek Article and Review System | 2 | 10-11-2010 09:47 PM |
similar threads after first post | Gas | Geek Article and Review System | 1 | 03-24-2009 04:41 PM |
Delete the first Post on every Side | MotMann | Geek Article and Review System | 4 | 11-02-2008 04:36 PM |
Error message when trying to post... | PC101 | Geek Article and Review System | 3 | 09-03-2008 07:00 PM |
Error on message post | trana | Geek Article and Review System | 1 | 01-29-2007 05:50 PM |