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.
On 2013-07-01 07:08, ɹןʇnqן wrote:
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
<snipped>
Before I removed the installer directory everything checked out ok, and I was even able to send a test message.
Do you have any plugins enabled?
-- Arne Berglund System Administrator, Internet Services Lane Education Service District Eugene, OR ____________
On 01 Jul 2013, at 08:08 , ɹןʇnqן lbutler+roundcube@covisp.net wrote:
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).
On other thing, the mysql database is setup.
# mysqldump -d -u rcadmin -p roundcubemail Enter password:
-- Host: localhost Database: roundcubemail
-- Server version 5.1.66
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
etc. As far as I can tell, everything is setup as it is supposed to be.
ɹןʇnqן skrev den 2013-07-01 23:22:
# mysqldump -d -u rcadmin -p roundcubemail Enter password:
it ask password, so hopefully its not password roundcubemail, but anything else, never share passwords, not even to some that say thay like to help !
if you like to hand over password in automatic way, add it to my.cnf, just NOT global in my.cnf
or strip space after -p
eg $HOME/.my.cnf
[client] pass=mypassword user=myuser
chmod it to only be owner that have access to this file
this can be used for multiple users homedirs
-- MySQL dump 10.13 Distrib 5.1.66, for portbld-freebsd8.0 (amd64)
etc. As far as I can tell, everything is setup as it is supposed to be.
blank pages is mostly missing support in php, or unsupported php version, check ports maintainers for roundcube
On 02 Jul 2013, at 09:10 , Benny Pedersen me@junc.eu wrote:
ɹןʇnqן skrev den 2013-07-01 23:22:
# mysqldump -d -u rcadmin -p roundcubemail Enter password:
it ask password, so hopefully its not password roundcubemail,
That is not how the syntax for the mysql commandline works.
but anything else, never share passwords, not even to some that say thay like to help !
-p tells it to prompt for a password. "roundcubemail" is the name of the database.
blank pages is mostly missing support in php, or unsupported php version, check ports maintainers for roundcube
The version of roundcube in ports is quite old (0.8.2) and I don't think it works with PHP 5.4.
In my previous post I listed all the php modules with versions that are installed and listed in INSTALL as required.
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
and the php.ini settings detailed in INSTALL
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
and the error that is produced:
[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
On 07/02/2013 09:49 PM, ɹןʇnqן wrote:
session.auto_start = 0 Call to a member function kill() on a non-object
Are you sure session.auto_start is not enabled somewhere else? I think this is the only case when such error could appear.
On Jul 3, 2013, at 0:06, "A.L.E.C" alec@alec.pl wrote:
Are you sure session.auto_start is not enabled somewhere else? I think this is the only case when such error could appear.
I will look. Where else could it be?
On 03 Jul 2013, at 13:40 , ɹןʇnqן lbutler+roundcube@covisp.net wrote:
On Jul 3, 2013, at 0:06, "A.L.E.C" alec@alec.pl wrote:
Are you sure session.auto_start is not enabled somewhere else? I think this is the only case when such error could appear.
I will look. Where else could it be?
Thanks I have no idea how, but it was in the .htaccess file *for roundcube*.
All working now.