stubbs123
Forum Replies Created
-
Forum: Plugins
In reply to: [BackUpWordPress] ZipArchive::close(): Invalid or unitialized Zip objectHi tcaseng86,
Thanks for the feedback, your issue is a known issue that we are currently work on to find a fix for. To work around the issue until it is fixed you can add the following to you wp-config.php file.
define( 'HMBKP_ZIP_PATH','PclZip' );Forum: Plugins
In reply to: [BackUpWordPress] Error 500 on BackupYou can also define excludes by adding the following to your wp-config.php
define ( ‘HMBKP_EXCLUDE’, ‘wp-content/uploads/’ );
That should work for you.
Forum: Plugins
In reply to: [BackUpWordPress] Cron problem after update to 2.3What is the URL of the site you are working on, or u can email [email address moderated – these forums do not provide support via email]
Forum: Plugins
In reply to: [BackUpWordPress] Backup zips whole site even when I select database only.One thing that i can suggest is that you uninstall the plugin and re-install it.
Forum: Plugins
In reply to: [BackUpWordPress] More control over scheduled backups1. We are building a UI for changing the time of the backups, should be in the next major version.
You can control the time the backups are taken by using the HMBKP_SCHEDULE_TIME constant (see the help tab for more details).
2. Thats a good idea and something we’ll implement in a future version
We accidently added the .git file in the last release, it will be removed in the next release.
Forum: Plugins
In reply to: [BackUpWordPress] 500 internal server error in dashboard after upgradeCould you try deactivating your other plugins, then doing the update, then reactivating your other plugins. There is an incompatibility with another plugin which we are still trying to track down.
Forum: Plugins
In reply to: [BackUpWordPress] Modal items not selectable in SettingsSounds like he has a javascript error, recommend you deactivates your other plugins to see if that fixes the problem, if it does then you should re-activate his plugins one at a time until it stops working, then you’ll know which plugin is causing the issue.
Forum: Plugins
In reply to: [BackUpWordPress] Stuck at "Creating Zip"If you could email support@hmn.md and they will help you debug the issue.
Forum: Plugins
In reply to: [BackUpWordPress] Error 500 on BackupWhen you back-up does it work Database only? If so you need to exclude some of the files, to see if it works.
Forum: Plugins
In reply to: [BackUpWordPress] Exclusion without slashesSomething that you can try, is to manually exclude the files to see if that fixes your issue.
Forum: Plugins
In reply to: [BackUpWordPress] change request: dump database records one per lineThanks for using BackUpWordPress and we will look into implementing this idea in the next version of the plugin.
Forum: Plugins
In reply to: [BackUpWordPress] Won't backup my large sitesThere is no size limit per say, but depending on your server you may end up running into timeout or memory limit issues. I’d suggest either contacting your host and asking them to help you track down the issue or exclude some files until it starts working again.
Forum: Plugins
In reply to: [BackUpWordPress] duplicate database backups from weekly scheduleThis issue will be fixed in the next version of the plugin.
Forum: Plugins
In reply to: [BackUpWordPress] "Your backup failed"to solve the issue you are having you need to add
define( 'HBMKP_MYSQLDUMP_PATH', false );to your wp-config.php file.Then try running the backup of database only again.