Roundcube Community Forum

 

0.3RC1 tested fine!

Started by dom_b, July 31, 2009, 07:03:47 AM

Previous topic - Next topic

dom_b

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!

tom555

I tested the RC today and it works fine. But i had the same problem with that timezone variable.

edwardally

Thanks,

Edward Chew

dom_b

the problem is that my host does not support php.ini files.

rosali

Can't you use ...

php_value date.timezone Europe/Berlin

... in .htaccess in RoundCube Root folder?
Regards,
Rosali

dom_b

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.

bpat1434

You can try it.  Otherwise, you could try adding this at the top of index.php

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