Brandon Olivares
Forum Replies Created
-
Are you still getting the memory limit error as well, or is it just the warning now?
Hi @fotske, did anything change around the time that things stopped working? I would ask your host whether they have any restrictions on running background scripts. Let them know that you have a plugin that runs in the background and is getting killed off.
You can play around with the max execution time setting, maybe try 15 or 20 seconds, but likely you will have to ask your host about it.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Old archives are not deletedHi @mkj2,
I’m testing this on my own personal system and am not seeing these problems. I emptied the folder, and set the maximum files to 1. Then I ran the job twice.
First run: https://www.dropbox.com/s/henhd5uy81zqolm/Screenshot%202017-07-14%2010.52.30.png?dl=0
Second run: https://www.dropbox.com/s/k4x8f46gcorgjzr/Screenshot%202017-07-14%2010.53.15.png?dl=0
So it seems something else is going on with your system we have to figure out.
As I said above, we can investigate faster if granted access to your specific system. You can email support [at] backwpup.com to send login credentials.
If you’re familiar enough with code to debug, I’d insert this line above line 313 of inc/class-destination-dropbox.php to help debug:
$job_object->log( count( $backupfilelist ) . ' backups found' );That’ll tell if it is detecting all the backups that are in your folder.
Hi @noorin and @brendanshanahan, I would check with your hosts on any limitation on running background scripts. BackWPup requires background processes to be able to run properly.
Hi @dutchi1, are you still experiencing this issue? If not, please mark the topic as resolved. But if you still need help, just let us know.
@fdeitelhoff Can you try something to see if this works for you?
In backwpup/inc/class-jobtype-wpexp.php, line 319, change this line:
$wxr_post .= "\t\t<title>" . apply_filters( 'the_title_rss', $post->post_title ) ."</title>\n";To this:
$wxr_post .= "\t\t<title>" . apply_filters( 'the_title_rss', html_entity_decode( $post->post_title, ENT_COMPAT, 'UTF-8' ) ) ."</title>\n";Let me know how that works for you please.
Forum: Reviews
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Simply Does Not WorkHi @tonyellis, I’m sorry for your negative experience. However, why did you not ask in the support forum before leaving this negative review?
It sounds like either a compatibility issue with another plugin, but we wouldn’t be able to tell without further investigation. We’re always happy to help if you decide to give it another try.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Backups slower and largerHi @grammarphobe, there are really no appropriate settings. It’s just down to what you want to backup or not. Personally I backup pretty much everything.
@wonderful-wanderings, since we didn’t hear back from you, we assume that your problem has been fixed and we can mark this ticket as resolved. If we are wrong, please reopen the ticket and provide more information, so we can help to find a proper solution for you! 🙂
@gk134, since we didn’t hear back from you, we assume that your problem has been fixed and we can mark this ticket as resolved. If we are wrong, please reopen the ticket and provide more information, so we can help to find a proper solution for you! 🙂
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Old backups not deletedHi @danielbenjamins, since this has not been responded to in a while, I’m going to mark it as resolved. If you’re still having problems, feel free to let us know.
@aardvarkgirl, has this issue been resolved for you? If so, please mark the topic as resolved.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Backups slower and larger@grammarphobe, are you still experiencing this issue? If not, please mark the topic as resolved.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] ERROR: Out of memoryHi @timothypaul, since we haven’t gotten a response in a while, I’m going to mark this topic as resolved. If you still need help, feel free to let us know.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Manage Backup ArchivesHi @raysummers, just to follow up, if you go into the backups list immediately after the backup is made, do the backups show up in the list then?