Hi list,
I'm having a tough time getting roundcube to work. Here's the software I'm using, and the versions:
FreeBSD 9.1-RELEASE-p3
nginx/1.4.1
PHP 5.4.16 (php-fpm via fastcgi) (all my extensions are listed below)
So here's the problem. All my php scripts work elsewhere. I even created a new index.php inside roundcube's dir with "echo 'hello world';" to confirm php is working - and it is.
When I browse to /installer/, I get a blank page. Absolutely nothing in my nginx error log, php-fpm log, or php error log. I even tested the php error log by calling error_log("Testing") manually and checking the file to make sure it logged the test.
I'm sorry I don't have more information to provide - that's the whole reason it's bugging me. It's just silently failing. I went through the roundcube requirements list:
http://trac.roundcube.net/wiki/Howto_Requirements
and made sure my php.ini settings are correct. I also tried copying the default php.ini-production and php.ini-development files over to no avail. It's just....silently failing for no detectable reason on my part. Hopefully someone else has some hints/tips?
Thank you!