Hi @xhordi,
Thank you for reaching out!
Our team is carefully investigating your issue and we will provide you a proper solution as soon as possible.
Thank you!
Plugin Author
iClyde
(@iclyde)
Hi @xhordi
There are few issues that our plugin was able to catch on your website:
- You block “sleep” function that our plugin uses in few places during backup, which instantly stops the process and our plugin can’t even cleanup itself.
– Solution: Remove “sleep” function from php_disable_functions in your php.ini configuration file.
- Seems like our could or could not save the backup file properly due to allowed paths by open_basedir configuration (also in php.ini).
I recommend you to:
- Check if the backups were created, if the backup is visible on the list, it’s 100% valid and can be restored properly. Our plugin have serval ways that can try to “save” the process on its own, maybe one of our method worked successfully and your backup was created at the end.
Otherwise follow:
- Remove sleep function from “php_disable_functions” option
- Reset our plugin configuration, so it can recreate config path
– You can do that in “Troubleshooting” section -> “Check advanced options” at the bottom
- Go to “Other options” section
- Change backup method: https://prnt.sc/1s1ofpa
- Disable PHP CLI checking: https://prnt.sc/1sljr31
- Save “Other options” section
- Force stop both processes: https://prnt.sc/1trv1tm
If you are unable to modify php.ini, you can try to ignore the first step but in my opinion it’s quite important to prevent issues in future.
Once you do that the process should work properly for you 🙂
Thank you!
Plugin Support
MixHa
(@mixha)
Hello @xhordi .
We haven’t heard from you since, so I’ll assume that the issue is resolved and will close this support ticket. If you face any new issues, please feel free to open a new ticket.
Kind regards
Thread Starter
xhordi
(@xhordi)
@iclyde, Thank You for your help..
The problem resolved…
@mixha, I apologize for the late reply, but due to my obligations I was unable to reply earlier