boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Installing problem

 
Post new topic   Reply to topic    boardom Forum Index -> Installation issues
View previous topic :: View next topic  
Author Message
Amberina



Joined: 03 Oct 2003
Posts: 4

PostPosted: Sat Feb 28, 2004 9:11 am    Post subject: Installing problem Reply with quote

I had this error message when installing B2...

Now creating the necessary tables in the database...


doh, can't create the table "b2posts" in the database.

query:
CREATE TABLE b2posts ( ID int(10) unsigned NOT NULL auto_increment, post_author int(4) DEFAULT '0' NOT NULL, post_date datetime DEFAULT '0000-00-00 00:00:00' NOT NULL, post_content text NOT NULL, post_title text NOT NULL, post_category int(4) DEFAULT '0' NOT NULL, post_karma int(11) DEFAULT '0' NOT NULL, PRIMARY KEY (ID), UNIQUE ID (ID) )

error:
Table 'b2posts' already exists

[/i]
Back to top
View user's profile Send private message
lolita



Joined: 18 Sep 2003
Posts: 2

PostPosted: Fri May 07, 2004 9:03 am    Post subject: Reply with quote

try changing the config file, where it says

# database tables' names (change them if you want to have multiple b2's in a single database)
$tableposts = 'b2posts';
$tableusers = 'b2users';
$tablesettings = 'b2settings';
$tablecategories = 'b2categories';
$tablecomments = 'b2comments';

change the names (or do what I do and add an extra 's' to each name) ie. # database tables' names (change them if you want to have multiple b2's in a single database)
$tableposts = 'b2postss';
$tableusers = 'b2userss';
$tablesettings = 'b2settingss';
$tablecategories = 'b2categoriess';
$tablecomments = 'b2commentss';

Hope that helps..
do you already have b2 on your website somewhere?
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> Installation issues All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group