Anataya
Joined: 03 Apr 2004 Posts: 2
|
Posted: Mon May 31, 2004 7:28 pm Post subject: MySQL errors and login errors. I think I'm missing files. :s |
|
|
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? |
|