Page 1 of 1

Cannot load weblog, get "INCLUDE_ERROR"

Posted: Wed Jan 10, 2007 10:15 pm
by brakke
Hi,

Just wanted to check my weblog which runs on serendipity but I gets only a white screen with the text "INCLUDE_ERROR".
The URL of my weblog is www.brakke.be

Even when I go to the loginpage of my weblog (/serendipity_admin.php) I get the same error..

Someone can help me??

Is this software related of related to the hosting provider...

Thanks in advance!!!

Kris

Posted: Wed Jan 10, 2007 10:20 pm
by judebert
Perhaps you're not allowed to run PHP from that directory? Some providers only allow scripts from the cgi-bin directory.

I suppose PHP could be incorrectly set up on the server, for instance with a bad include path.

Can you make a tiny PHP script and try it:

Code: Select all

<?php
echo "PHP script worked fine!";
?>

Posted: Wed Jan 10, 2007 10:23 pm
by Harald Weingaertner
Try the search function:

An INCLUDE_ERROR means that your serendipity_Config_local.inc.php file is not readable for the webserver.

If this not helps, just search for INCLUDE_ERROR

Posted: Thu Jan 11, 2007 9:38 am
by brakke
I already running serendipity for 1.5 years from there with almost no problems so it should work...

Will check it with my hosting provider.

Posted: Thu Jan 11, 2007 2:08 pm
by Davy
I see it's working again! :)

Posted: Thu Jan 11, 2007 7:06 pm
by brakke
Yep, it's up and running again.. My hosting provider had to change something...