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
Cannot load weblog, get "INCLUDE_ERROR"
Cannot load weblog, get "INCLUDE_ERROR"
Last edited by brakke on Thu Jan 11, 2007 9:43 am, edited 1 time in total.
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:
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!";
?>
-
Harald Weingaertner
- Regular
- Posts: 474
- Joined: Mon Mar 27, 2006 12:32 am