Roundcube Community Forum

Release Support => Pending Issues => Topic started by: cbrace on August 15, 2012, 02:51:38 AM

Title: no dates
Post by: cbrace on August 15, 2012, 02:51:38 AM
I just upgraded to v0.8 and I notice that the Date column in the message index is empty. When I hit Reply, the date string is also missing from the string, as in:
On , [email protected] wrote:

I am seeing this both under the Classic skin as well as under Larry.

Any ideas what might be going wrong here?

PHP 5.3.15.

TIA
Title: Re: no dates
Post by: SKaero on August 15, 2012, 03:30:24 AM
It means you don't have your date.timezone set.
Title: Re: no dates
Post by: leegethas on August 15, 2012, 04:05:39 AM
I had the same issue and date.timezone in php.ini was indeed the problem. After fixing that, it worked perfectly.

Thanks!