RainLoop / rainloop-webmail

Simple, modern & fast web-based email client
http://rainloop.net
MIT License
4.1k stars 886 forks source link

blank PHP pages PHP5.6 #1102

Open zeigerpuppy opened 8 years ago

zeigerpuppy commented 8 years ago

I have installed rainloop from the community edition, on Debian jessie with apache2.4 and libapache2-mod-php5

Testing PHP with:

<?php
phpinfo();

shows that v5.6 is running with all the required extensions.

However, the rainloop check.php and other PHP files just show a blank page. My test.php is in the same directory and with the same permissions so I know PHP is working. There are no errors in the apache logs and error reporting for PHP is on. the access log gives:

"GET /rainloop/check.php HTTP/1.1" 200 3699 "-"

Am I missing something?

zeigerpuppy commented 8 years ago

tried installs with script and manual, apache and nginx, php 5.3 and 5.6 always blank screen (latest installer package) The no errors in logs is weird, seems that PHP is parsing fine, but just displays blank page.

djbrown78 commented 8 years ago

Exactly the same issue here, alpine linux, nginx and php 7.0.8.

fgiorlando commented 8 years ago

this looks like it was to do with extracting the files improperly. Make sure to use the -d option when unzipping. Either that or it was a bug that is fixed in the latest release.