just thought i would say I have upgraded to 0.3RC1 with no major problems apart from this issue:
http://www.roundcubeforum.net/requests/5091-date-timezone-problem.html
Is th final release going to include the date.timezone check? it doesnt seem to be necessary but maybe i'm missing ssomething!
anyways, seems great apart from that! a couple of extra themes would be nice!
I tested the RC today and it works fine. But i had the same problem with that timezone variable.
You can had it all here
PHP: List of Supported Timezones - Manual (http://www.php.net/manual/en/timezones.php)
the problem is that my host does not support php.ini files.
Can't you use ...
php_value date.timezone Europe/Berlin
... in .htaccess in RoundCube Root folder?
i don't know, can i!? all i know is my host won't except any php settings not assigned by themselves. im not really sure about php.ini files and .htaccess files.
if that is the solution, would be great to get that info shown during the installation.
You can try it. Otherwise, you could try adding this at the top of index.php
ini_set('date.timezone', 'Europe/Berlin');