Cannot load weblog, get "INCLUDE_ERROR"

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
brakke
Posts: 4
Joined: Mon Dec 05, 2005 2:39 am

Cannot load weblog, get "INCLUDE_ERROR"

Post 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
Last edited by brakke on Thu Jan 11, 2007 9:43 am, edited 1 time in total.
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post 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!";
?>
Judebert
---
Website | Wishlist | PayPal
Harald Weingaertner
Regular
Posts: 474
Joined: Mon Mar 27, 2006 12:32 am

Post 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
brakke
Posts: 4
Joined: Mon Dec 05, 2005 2:39 am

Post 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.
Davy
Regular
Posts: 109
Joined: Fri Oct 13, 2006 2:06 pm
Location: The Netherlands

Post by Davy »

I see it's working again! :)
brakke
Posts: 4
Joined: Mon Dec 05, 2005 2:39 am

Post by brakke »

Yep, it's up and running again.. My hosting provider had to change something...
Post Reply