Brandon Olivares
Forum Replies Created
-
Forum: Plugins
In reply to: [Search & Replace] Image url-s replaceHi @rtomo, currently you’d have to enter each image URL, and replace with the image URL you’d like to replace it with. There’s no regular expression functionality at this time.
Forum: Plugins
In reply to: [Search & Replace] It doesn’t show up in the Plugins pageHi @sleeplessindc, were you able to get the plugin working? Please let me know if not.
Forum: Plugins
In reply to: [Search & Replace] SQL Backup Option doesn’t work@adwsys and @jessicapschultz, can you tell me if you are still experiencing these issues? I cannot reproduce them on my end.
Forum: Plugins
In reply to: [Search & Replace] Changing domain via ‘Search & Replace’ tab throws an errorHi @rsimpson, this has actually been fixed now and will be in the next release. I apologize for the delay in responding and for the issue you encountered.
Hi @jdy68, no, these do not need to be replace, as they are not referring to tables. You should be just fine as-is. 🙂
Hi @bethannon1, are your backups significantly larger than they were before May 6?
Are there any odd permissions or anything else on your host? I find the filesize warnings quite interesting.
And finally, the warning about restart due to inactivity, is usually a sign that you should decrease Maximum script execution time, under BackWPup > Settings > Jobs. Usually 25 seconds or so does the trick.
Hi @joshbiz, if your sites do not have much traffic, I suggest using crontab. Does your host allow you to create cron jobs?
Hi @lillis, what destination type are you using? And, do you have 3.3.7, or did you happen to download the beta?
Hi @oliviaruthband, I’m sorry to hear that. We’re happy to help, but sometimes there are conflicts with the host environment and such. We can work around those but it takes a bit of debugging.
Hi again @joshbiz, just still trying to debug this. Do the double emails come exactly at the same time, or a few minutes apart?
Can you check the logs? Is there only one log for this job, or double of those as well?
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] What select@kyra1883, if you could, please enable debug logging. Go to BackWPup > Settings > Logs, scroll down to Logging Level, and enable the last option, Debug (not translated).
Then please email that log to support [at] backwpup.com. That will give us more information to find out what’s going on.
@bethannon1, I’m sorry you’re experiencing this issue.
The duplicate logs issue is an odd one, but I will investigate it.
As for the errors, could you enable debug logging on one of these sites and then post the log? Or you can email the log to support at backwpup.com, and we’ll take a look at it.
You can enable debugging by going to BackWPup > Logs > Log Level, switching it to one of the debug settings.
Finally, when exactly did these problems begin?
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] error warningNo problem, keep us updated as to whether it works.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] What selectThanks @kyra1883, but I still need to see at least part of your log if you could. 🙂
Hi @oliviaruthband, I’m sorry for your frustration.
Generally when there are wp-cron errors, it is down to the host. You could ask your host why a script is having trouble accessing wp-cron.
Or, a fast workaround in such circumstances is to enable ALTERNATE_WP_CRON. You can do so by adding this in wp-config.php:
define( 'ALTERNATE_WP_CRON', true );