Roundcube Community Forum

Release Support => Pending Issues => Topic started by: nwtech on January 30, 2013, 01:06:24 PM

Title: [Solved] Date is blank in webmail
Post by: nwtech on January 30, 2013, 01:06:24 PM
I'm running Roundcube 0.8.4 and am not seeing dates in webmail. In a mail client, they show up.

I did see that the date.timezone needed to be set in php.ini.

I ran php -i phpinfo | grep 'Configuration File' to find out which php.ini file my server used and edited that.

I uncommented and changed the following line:
date.timezone = America/Los_Angeles

Then restarted the httpd service on my server....dates are still not showing up. Any ideas or suggestions?

My server is running CentOS 5.9 and I'm using the Plesk Panel.

TIA
Title: Re: Date is blank in webmail
Post by: nwtech on January 30, 2013, 01:12:54 PM
For what it's worth, I also attempted to use: date.timezone = "America/Los_Angeles"

and restarted....still no dates
Title: Re: Date is blank in webmail
Post by: SKaero on January 30, 2013, 02:45:57 PM
Make a php file with phpinfo() in the RoundCube directory to make its showing the data.timezone.
Title: Re: Date is blank in webmail
Post by: nwtech on January 30, 2013, 02:56:44 PM
That indicated that the site used it's own php.ini file. Thanks for that!

I located the proper php.ini and added the date.timezone and all is working now.