Few days ago scheduled backup stopped working with the following error:
exec() has been disabled for security reasons on line 160 in app/models/backup.php
After some investigation it was determined that the host admin disabled exec and shell_exec in an effort to tighten up security. Is there any workaround to perform schedule backups without having to use php exec()? If no workaround exists what are my options?
Question
S.H.
Few days ago scheduled backup stopped working with the following error:
exec() has been disabled for security reasons on line 160 in app/models/backup.php
After some investigation it was determined that the host admin disabled exec and shell_exec in an effort to tighten up security. Is there any workaround to perform schedule backups without having to use php exec()? If no workaround exists what are my options?
Thanks.
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.