• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Watchdog small wrong date parse error

GunFood

Basic Pleskian
Hello,

i got some watchdog error messages while playing around with my mysql server (which is ok), but I've seen a parsing error:

Date: %Mon, 09 Jul 2012 15:21:00 +0200

So horde is unable to display the time and date in webmail. maybe a small fix would be great.

Thanks

Gun-Food
 

Attachments

  • Untitled.png
    Untitled.png
    4.5 KB · Views: 6
Have you set your own timezone in /etc/php.ini and in Tools & Settings -> System Time?
 
/etc/php.ini
Code:
[Date]
; Defines the default timezone used by the date functions
date.timezone = Europe/Berlin

Control panel is set to (GMT +2:00) Europe/Berlin
Time sync active (if important)

So I think no special settings.
I'm on CentOS 5.8 if needed.
 
@IgorG This bug is still present in Plesk 18.0.30 MU#1:
The mail headers of Watchdog emails contain this header:
Date: %Mon, 09 Jul 2012 15:21:00 +0200

The problem is the % sign, which should not be there when following the SMTP RFC.

I did not find out which component is in charge of sending the Watchdog messages. However, since a local monit instance that I run at home does not generate this bug, I would assume that it the problem linked to a Plesk component.
 
Back
Top