DreamObjects exec has been disabled for security reasons

Home Forums BulletProof Security Pro DreamObjects exec has been disabled for security reasons

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22063
    Krzysztof
    Participant

    Hello,

    recently I have discovered a dreamhost backkup tool – DreamObjects – it has a WordPress plugin which can send whole backups to their server. The pricing is not as good as with Amazon s3 but still very good. The most important thing is that is very easy to set up.

    While trying to do manual backup I got 2 warnings:

    [17-Apr-2015 19:04:57 UTC] PHP Warning:  exec() has been disabled for security reasons in /xxx/public_html/wp-content/plugins/dreamobjects/lib/dhdo.php on line 198
    [17-Apr-2015 19:05:00 UTC] PHP Warning:  exec() has been disabled for security reasons in /xxx/public_html/wp-content/plugins/dreamobjects/lib/dhdo.php on line 234
    #22065
    AITpro Admin
    Keymaster

    You will need to edit your php.ini file and remove exec from the disable_functions php.ini directive:

    disable_functions = system, exec, passthru, shell_exec, show_source, popen, pclose, pcntl_exec
    #22068
    Krzysztof
    Participant

    Thank you for super fast respons! That did the trick!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.