• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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