Error from cron: Use of uninitialized value in numeric gt

ice-pro

Registered
Apr 14, 2020
2
0
1
Germany
cPanel Access Level
Website Owner
I have wordpress blog. In cPanel I have configured a cron expression to run all scheduled wordpress jobs.
Daily it runs backups using "updraftplus" but after each run I am getting the following email

----

from:Cron Daemon <[email protected]-hosting.com>
subject:Cron <alex@server1> /usr/local/bin/php /home/alex/public_html/wp-cron.php

Use of uninitialized value in numeric gt (>) at /usr/local/cpanel/Cpanel/Filesys/Mounts.pm line 205.
Use of uninitialized value in numeric gt (>) at /usr/local/cpanel/Cpanel/Filesys/Mounts.pm line 205.
Use of uninitialized value in numeric gt (>) at /usr/local/cpanel/Cpanel/Filesys/Mounts.pm line 205.
Use of uninitialized value in numeric gt (>) at /usr/local/cpanel/Cpanel/Filesys/Mounts.pm line 205.

----

Is this harmful? How this can be fixed?
 

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,309
363
Houston
The local FS wouldn't be NFS normally but if so we don't support it and it could be why you're getting that error. In all instance I've seen that error before it's a result of a filesystem issue where the filesystem doesn't support flock
 

mlopez

Well-Known Member
Dec 17, 2020
76
13
8
Maldonado - Uruguay
cPanel Access Level
Root Administrator
Twitter
Hello,
I'm having the same issue on a WordPress cron task. I get this mail:
Subject: Cron <example@server1...> /usr/local/bin/php /home/example/public_html/wp-cron.php /dev/null 2>&1
Body: Use of uninitialized value in numeric gt (>) at /usr/local/cpanel/Cpanel/Filesys/Mounts.pm line 206.

I use the WP plugin Updraft Plus which is set to send backups through FTP and now the FTP server is temporally down, so I think that's the problem, Updraft cannot send the backup files to the remote destination.

Hope it helps.