Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
(Resolved) Error in Backup tools "A non well formed numeric value encountered
#1
I got the following message after running backup.

"A non well formed numeric value encountered in /volume1/web/docu/inc/inc.Utils.php"

As i was not able to find an entry related to the file mentioned in the known bugs i wonder if this is a new one or caused by another bug.

Thanks
Daniel
Reply
#2
Hi

In "out.BackupTools.php" file change line 118 and 173
PHP Code:
print "<td>".getLongReadableDate($entry)."</td>\n"
to
PHP Code:
print "<td>".getLongReadableDate(filemtime($settings->_contentDir.$entry))."</td>\n"

Doudoux
Reply
#3
This fixed it, message gone.

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)