• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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