kaelynd
Joined: 12 Aug 2004 Posts: 2
|
Posted: Fri Aug 13, 2004 7:49 am Post subject: Two Errors ARRGGHH |
|
|
I have b2 installed just fine but when i use a php include to get my blog to show up on index.php I get an error
Quote: |
Warning: main(./b2config.php): failed to open stream: No such file or directory in /home2/starslut/public_html/kay/b2/b2archives.php on line 5
Fatal error: main(): Failed opening required './b2config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/starslut/public_html/kay/b2/b2archives.php on line 5 |
^^ That is at www.kay.starslut.org
For the first one line 5 is:
Quote: | $siteurl = 'http://starslut.org/kay'; |
The actual blog it working fine though
http://www.starslut.org/kay/b2/index.php
This is the php include code I'm using incase somthing is wrong with that:
Quote: | <html>
<head>
<title>kay.starslut</title>
</head>
<body>
<?php require ("b2/index.php"); ?>
</body>
</html> | [/quote] |
|