Hi
When the user is automatically logged out due to inactivity timeout, the banner is displaying the message that he's logged out, has a wrong time stamp. The time is showing +7 hours wrong. My time zone is UTC +1. All other time stamps in RC are displaying correct. I've also checked the time zone setting in MySQL, and it's correct.
I'm running RC 0.7 stable (the problem was also discovered in RC 0.6) on a QNAP TS-119.
Any help would be appreciated.
Thanks in advance
Michael
Do you have $rcmail_config['timezone'] set in /config/main.inc.php?
Thank you for replying.
Tried to change $rcmail_config['timezone'] = 'auto'; to $rcmail_config['timezone'] = +1;
But still the same problem.
Michael
Maybe have a look at your php.ini!
Yes, you were right. After making changes to php.ini it works.
Thank you very much.
Michael
No prob. You are welcome.
:)
I don't know a autologout plugin. Where can I find it?