Page 1 of 1

blank page

Posted: Sat Oct 15, 2005 3:20 pm
by Laurent
Hello,

I Have a blank page after installing successfully the package (both admin and public site).

My configuration:
Apache 2
PHP 5.0.4
Linux Fedora Core 4

I tested all that on my laptop ( XP home, Wampserver, PHP 5.0.4, apache 1.3 and every worked well)

Does anybody have a clue ? I checked the forum, I saw the issue raised several times but it seems not to be definitely fixed.

Thanks for your help and carry on your great work !

Re: blank page

Posted: Sat Oct 15, 2005 3:33 pm
by Ted
I've never been able to figure this problem out, actually.  Does the admin panel work ok?

Re: blank page

Posted: Sat Oct 15, 2005 3:45 pm
by Laurent
no, the admin control also displays a blank page.

Re: blank page

Posted: Thu Nov 03, 2005 8:38 pm
by peter
This is happening to me too. And I already tried the .htaccess issue (http://forum.cmsmadesimple.org/index.ph ... 455.0.html). Any other ideas?

Re: blank page

Posted: Fri Nov 04, 2005 7:14 pm
by sjg
Is anything interesting showing up in your web access log? Web error log?

If your PHP install is set to not display errors, there could be informative messages that are being hidden from you.

I've also seen strange things with PHP, where it is configured to display errors, but doesn't. Sometimes, if you put CMS Made Simple into debug mode (edit your config.php, and set $config['debug'] = true), it will then display the errors amongst all the other output.

Good luck!

Re: blank page

Posted: Sat Nov 05, 2005 3:27 pm
by peter
Thanks. I found the error logs on the server.

Apparently version.php was not uploaded during installation. I don't know why, probably my own mistake. Anyway, problem solved now. Thanks again.