[SOLVED] Knowledge Base error

Support for IntegraMOD 141

Moderator: Integra Moderator

[SOLVED] Knowledge Base error

PostAuthor: MercAngel » Tue Jan 30, 2007 6:39 pm

Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Basic Knowledge
Board URL: http://atlantis.servegame.org/forums/portal.php

PHP Version:
MySQL Version:


What was done before the problem appeared?
just trying to access Knowledge Base


What was done to try to solve the problem?
Nothing Yet



De.scription and Message

this is the error i get whne i try to access the Knowledge Base

this was a new install with no mods

SQL Error : 1146 Table 'Eagle.phpbb_kb_custom' doesn't exist

SELECT * FROM phpbb_kb_custom ORDER BY field_order ASC
Last edited by MercAngel on Tue Jan 30, 2007 7:12 pm, edited 1 time in total.

MercAngel
Newbie
Newbie
 
Posts: 5
Likes: 0 post
Liked in: 0 post
Joined: Sun Jul 30, 2006 8:38 pm
Cash on hand: 0.00

Re: Knowledge Base error

PostAuthor: Teelk » Tue Jan 30, 2007 6:45 pm

It's very rare to see any of the db entries fail on install, but I suppose it could happen. Run this sql query in phpmyadmin to create the table.

Code: Select all
CREATE TABLE phpbb_kb_custom (   custom_id int(50) NOT NULL auto_increment,   custom_name text NOT NULL,   custom_de.scription text NOT NULL,   data text NOT NULL,   field_order int(20) NOT NULL default '0',   field_type tinyint(2) NOT NULL default '0',   regex varchar(255) NOT NULL default '',   PRIMARY KEY  (custom_id)) TYPE=MyISAM;
Last edited by Teelk on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 6:25 pm
Cash on hand: 0.00
Location: Canada

Re: Knowledge Base error

PostAuthor: MercAngel » Tue Jan 30, 2007 7:09 pm

Thanks that fixed it
Last edited by MercAngel on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

MercAngel
Newbie
Newbie
 
Posts: 5
Likes: 0 post
Liked in: 0 post
Joined: Sun Jul 30, 2006 8:38 pm
Cash on hand: 0.00


Return to IntegraMOD 141

Who is online

Registered users: App360MonitorBot, Bing [Bot], Google [Bot]