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 

MySQL errors and login errors. I think I'm missing files. :s

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



Joined: 03 Apr 2004
Posts: 2

PostPosted: Mon May 31, 2004 7:28 pm    Post subject: MySQL errors and login errors. I think I'm missing files. :s Reply with quote

Okay, well, when I go to b2install.php, I get this message:

Quote:
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


Now, I have tried to instal this before (unsuccessfully) so thats probably why I get this message. So I skipped on to the next part in the structions and wet to b2login.php. Here's the message I got:

Quote:

Warning: main(./b2-include/b2template.functions.php): failed to open stream: No such file or directory in /home/element/public_html/jesuis/b2login.php on line 4

Fatal error: main(): Failed opening required './b2-include/b2template.functions.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/element/public_html/jesuis/b2login.php on line 4


Does this mean that I am missing the file "b2template.finctions.php", 'cause I don't have it in the folder I downloaded. I did upload everything I had in the folder and CHMODed what i had to. I edited everything necessary in the config file, although its possible that I could have done somehting wrong there, so I'm not really sure whats going on. Can somebody help?
Back to top
View user's profile Send private message
stevem



Joined: 15 Mar 2003
Posts: 178

PostPosted: Mon May 31, 2004 8:17 pm    Post subject: Reply with quote

The first error is not a problem - it just says the table is already there (from a previous install) so doesn't need re-creating.

You should have folders such as b2-include and b2-img inside the b2 folder. Did you upload these folders and the files in them?
Back to top
View user's profile Send private message
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