Roundcube 0.9.2 installed.
Loading up the roundcube page I get a login window. I put in a user name and password and I get a blank screen. On Chrome I get "Server Error" (500).
The only error I can find is:
[01-Jul-2013 13:50:14 UTC] PHP Fatal error: Call to a member function kill() on a non-object in /usr/local/www/roundcube/program/include/rcmail.php on line 648
PHP 5.4.7 php5-pdo-5.4.7 php5-pdo_mysql-5.4.7 pcre-8.31_1 php5-dom-5.4.7 php5-json-5.4.7 php5-simplexml-5.4.7 php5-xml-5.4.7 php5-xmlreader-5.4.7 php5-xmlwriter-5.4.7
php.ini: error_reporting = E_ALL memory_limit = 128MB ; Maximum amount of memory a script may consume (128MB) file_uploads = On session.auto_start = 0 zend.ze1_compatibility_mode = Off ;mbstring.func_overload = 0 magic_quotes_gpc = Off magic_quotes_runtime = Off
(suhosin.session.encrypt is not in my php.ini at all)
I also set: php_value error_log /www/roundcube/logs/errors
Before I removed the installer directory everything checked out ok, and I was even able to send a test message.