• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Cron <root@server> run-parts /etc/cron.hourly mails

hayridumanli

New Pleskian
Hi,
I receive e-mails every hour;

Subject : Cron <root@server> run-parts /etc/cron.hourly
Mail :
/etc/cron.hourly/plesk-php-cleanuper:

/usr/lib64/plesk-9.0/maxlifetime: line 16: [: <span style='color: #ff0000'><pre>
Deprecated: Directive 'track_errors' is deprecated in Unknown on line 0
</pre></span>1440: integer expression expected
/usr/lib64/plesk-9.0/maxlifetime: line 16: [: <span style='color: #ff0000'><pre>
Deprecated: Directive 'track_errors' is deprecated in Unknown on line 0
</pre></span>1440: integer expression expected

How can I solve this error?

My VPS :
OS : ‪CentOS Linux 7.7.1908 (Core)‬
Product : Plesk Obsidian
Version 18.0.23 Update #4, last updated on Feb 12, 2020 05:43 PM
 
Make sure that you have the same line 16 in file /usr/lib64/plesk-9.0/maxlifetime:

Code:
# cat /usr/lib64/plesk-9.0/maxlifetime | sed -n 16,16p
        [ ! "${cur:-0}" -gt "$max" ] || max="$cur"
 
Back
Top