• Resolved Tunn

    (@iuriem)


    How to stop the PHP Warnings about escapeshellarg()? I have to erase regularly my error_log file because of it. Why you don’t solve this? I see multiple complaints about this on the Internet.

    [09-Oct-2017 07:14:12 UTC] PHP Warning: escapeshellarg() has been disabled for security reasons in /../public_html/wp-content/plugins/updraftplus/class-updraftplus.php on line 1488
    [09-Oct-2017 07:14:46 UTC] PHP Warning: escapeshellarg() has been disabled for security reasons in /../public_html/wp-content/plugins/updraftplus/class-updraftplus.php on line 1410
    [09-Oct-2017 07:14:46 UTC] PHP Warning: escapeshellarg() has been disabled for security reasons in /../public_html/wp-content/plugins/updraftplus/class-updraftplus.php on line 1415
    [09-Oct-2017 07:14:46 UTC] PHP Warning: escapeshellarg() has been disabled for security reasons in /../public_html/wp-content/plugins/updraftplus/class-updraftplus.php on line 1415
    [09-Oct-2017 07:14:46 UTC] PHP Warning: escapeshellarg() has been disabled for security reasons in /../public_html/wp-content/plugins/updraftplus/class-updraftplus.php on line 1415

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor aporter

    (@aporter)

    Hi,

    Looks like that function is disabled in your PHP install.

    Could you contact your host and ask can they enable it?

    Best Wishes,

    Ashley

    Thread Starter Tunn

    (@iuriem)

    Hi @aporter,

    Sure, I will contact them, but I am afraid that they will refuse to enable it if they have reasons tor that. And if the UpdraftPlus plugin works with the disabled escapeshellarg() (and it really works!) why not to disable it in the plugin for hosts that have it disabled or something else? I suppose this is possible.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to stop the escapeshellarg() PHP Warnings?’ is closed to new replies.