H
Joined: 30 Dec 2004 Posts: 1
|
Posted: Thu Dec 30, 2004 11:43 am Post subject: *confused* a few errors |
|
|
I just installed b2, but theres a few errors.
Firstly at domain.com/b2 theres;
Warning: main(/home/mistress/public_html/b2/./b2-include/b2template.functions.php): failed to open stream: No such file or directory in /home/mistress/public_html/b2/blog.header.php on line 12
Fatal error: main(): Failed opening required '/home/mistress/public_html/b2/./b2-include/b2template.functions.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mistress/public_html/b2/blog.header.php on line 12
And at b2install.php theres;
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
Lastly at b2login.php there;
Warning: main(./b2-include/b2template.functions.php): failed to open stream: No such file or directory in /home/mistress/public_html/b2/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/mistress/public_html/b2/b2login.php on line 4
- Can someone please help?! |
|