Roundcube Community Forum

Release Support => Release Discussion => Topic started by: dom_b on July 31, 2009, 07:03:47 AM

Title: 0.3RC1 tested fine!
Post by: dom_b on July 31, 2009, 07:03:47 AM
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!
Title: 0.3RC1 tested fine!
Post by: tom555 on August 02, 2009, 10:46:30 AM
I tested the RC today and it works fine. But i had the same problem with that timezone variable.
Title: 0.3RC1 tested fine!
Post by: edwardally on August 02, 2009, 09:59:59 PM
You can had it all here
PHP: List of Supported Timezones - Manual (http://www.php.net/manual/en/timezones.php)
Title: 0.3RC1 tested fine!
Post by: dom_b on August 03, 2009, 08:44:19 AM
the problem is that my host does not support php.ini files.
Title: 0.3RC1 tested fine!
Post by: rosali on August 05, 2009, 04:05:42 PM
Can't you use ...

php_value date.timezone Europe/Berlin

... in .htaccess in RoundCube Root folder?
Title: 0.3RC1 tested fine!
Post by: dom_b on August 06, 2009, 06:05:25 AM
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.
Title: 0.3RC1 tested fine!
Post by: bpat1434 on February 01, 2010, 07:43:33 PM
You can try it.  Otherwise, you could try adding this at the top of index.php

ini_set('date.timezone', 'Europe/Berlin');