• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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