Roundcube Community Forum

Release Support => Pending Issues => Topic started by: Colly-K on May 12, 2012, 08:38:45 AM

Title: Login,sent,recieve works, but settings>error500
Post by: Colly-K on May 12, 2012, 08:38:45 AM
Ik have a strange problem. Installed roundcube on a plesk 10.x (used http://omgkielb.blogspot.com/2012/04/installing-roundcube-to-plesk.html)

All works fine instead when hitting the settingsbutton. Then we get an http 500 error.

We read about problems with conf
Stopping httpd:                                            [  OK  ]
Starting httpd:                                            [  OK  ]
[root@cs1 roundcube]# tail /etc/httpd/conf.d/roundcube.conf
<Directory "/var/www/roundcube">
        Allowoverride All
        allow from all
        php_flag magic_quotes_gpc Off
        php_flag register_globals Off
        php_flag include_path /usr/share/awl/inc
</Directory>
</VirtualHost>

Can anyone help me telling what i'm overseeing?

UPDATE:
I was running 0.8-beta, rolled back to 0.7.2 and all works fine!

Error-log:
[12-May-2012 15:38:59] PHP Fatal error:  Uncaught exception 'Exception' with message 'DateTime::__construct(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2,0/DST' instead' in /var/www/roundcube/program/steps/settings/func.inc:187
Stack trace:
#0 /var/www/roundcube/program/steps/settings/func.inc(187): DateTime->__construct()
#1 /var/www/roundcube/program/steps/settings/func.inc(54): rcmail_user_prefs()
#2 [internal function]: rcmail_sections_list(Array)
#3 /var/www/roundcube/program/include/rcube_template.php(761): call_user_func('rcmail_sections...', Array)
#4 [internal function]: rcube_template->xml_command(Array)
#5 /var/www/roundcube/program/include/rcube_template.php(676): preg_replace_callback('/<roundcube:([-...', Array, '<!DOCTYPE html ...')
#6 /var/www/roundcube/pro in /var/www/roundcube/program/steps/settings/func.inc on line 187
[12-May-2012 15:38:59] PHP Warning:  date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2,0/DST' instead in /var/www/roundcube/program/include/rcube_mdb2.php on line 606

--END ERRORLOG

Even after change timezone from auto to europe/amsterdam problem resisted

Thnx Colly