View previous topic :: View next topic |
Author |
Message |
deekus
Joined: 19 May 2003 Posts: 2
|
Posted: Mon May 19, 2003 4:03 am Post subject: index.php fatal error |
|
|
I just installed my database tables and it gave me the "installation successful" message, and assigned my login & password.
However, when I go to index.php it coughs back
Quote: | Fatal error: Call to unsupported or undefined function require_once() in blog.header.php on line 7 |
Line 7 is:
Quote: | require_once (dirname(__FILE__).'/b2config.php'); |
When I go to b2login.php I get the following error:
Quote: | Fatal error: Failed opening required '/b2config.php' in /u/htdocs/juvone/blog/b2login.php on line 3 |
Line 3 is:
Quote: | require('./b2config.php'); |
Do I have a misnamed variable?
My ISP runs PHP 4.0.6
Any ideas?
-DB |
|
Back to top |
|
 |
Cyberian75
Joined: 26 Sep 2002 Posts: 1019 Location: Oregon
|
|
Back to top |
|
 |
alvyn
Joined: 28 Jun 2004 Posts: 1
|
Posted: Mon Jun 28, 2004 12:04 pm Post subject: |
|
|
I have the same problem as well....
my ISP uses PHP Version 4.3.5 =_=
What the hell! |
|
Back to top |
|
 |
|