Author Topic: 0.3RC1 tested fine!  (Read 5212 times)

Offline dom_b

  • Jr. Member
  • **
  • Posts: 25
0.3RC1 tested fine!
« 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!

Offline tom555

  • Jr. Member
  • **
  • Posts: 19
0.3RC1 tested fine!
« Reply #1 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.

Offline edwardally

  • Jr. Member
  • **
  • Posts: 10
0.3RC1 tested fine!
« Reply #2 on: August 02, 2009, 09:59:59 PM »
Thanks,

Edward Chew

Offline dom_b

  • Jr. Member
  • **
  • Posts: 25
0.3RC1 tested fine!
« Reply #3 on: August 03, 2009, 08:44:19 AM »
the problem is that my host does not support php.ini files.

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
0.3RC1 tested fine!
« Reply #4 on: August 05, 2009, 04:05:42 PM »
Can't you use ...

php_value date.timezone Europe/Berlin

... in .htaccess in RoundCube Root folder?
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline dom_b

  • Jr. Member
  • **
  • Posts: 25
0.3RC1 tested fine!
« Reply #5 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.

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
0.3RC1 tested fine!
« Reply #6 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');