escapeshellarg() has been disabled for security reasons

后端 未结 4 965
谎友^
谎友^ 2020-11-30 13:58

When I want to upload anything in any form I see the Warning: escapeshellarg() has been disabled for security reasons message on my site. What can I do to f

4条回答
  •  青春惊慌失措
    2020-11-30 14:54

    1. Remove the escapeshellarg string from the disable_functions at php.ini* file

    2. Ask your hosting provider to remove the string above if you don't have an access to the php.ini* file

    3. Change hosting provider which allows the running of the escapeshellarg function.

    from this website: http://www.2by2host.com/articles/php-errors-faq/disabled_escapeshellarg/

提交回复
热议问题