The vB Geek

Go Back   The vB Geek > vB Geek Products > Geek Article and Review System

Geek Article and Review System GARS is the mega popular system for turning forums into articles, tutorials, or even reviews.

Advertisement
  Learn how to remove ads

Reply
 
Thread Tools Display Modes
  #1  
Old 08-21-2006, 10:30 PM
Shack Networks's Avatar
Shack Networks Shack Networks is offline
Junior Member
 
Join Date: Sep 2005
Posts: 16
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder 
Default 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...
Reply With Quote
  #2  
Old 08-22-2006, 07:47 AM
The Geek's Avatar
The Geek The Geek is offline
Senior Member
 
Join Date: Aug 2005
Posts: 6,717
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default

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
Reply With Quote
  #3  
Old 08-22-2006, 11:25 AM
Shack Networks's Avatar
Shack Networks Shack Networks is offline
Junior Member
 
Join Date: Sep 2005
Posts: 16
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder 
Default

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...
Reply With Quote
Reply

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
Can not post long threads alichakery Geek Article and Review System 2 10-11-2010 08:47 PM
similar threads after first post Gas Geek Article and Review System 1 03-24-2009 03:41 PM
Delete the first Post on every Side MotMann Geek Article and Review System 4 11-02-2008 03:36 PM
Error message when trying to post... PC101 Geek Article and Review System 3 09-03-2008 06:00 PM
Error on message post trana Geek Article and Review System 1 01-29-2007 04:50 PM


All times are GMT. The time now is 03:27 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.