Brandon Olivares
Forum Replies Created
-
Forum: Reviews
In reply to: [BackWPup – WordPress Backup & Restore Plugin] ton of useless codeHi @suifengtec, can you explain exactly what you mean? Your review does not give many details, and we cannot improve if you do not let us know what you found unsatisfactory with the plugin.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] EasyCron and schedulingHi @tzeldin88, you have the ability in BackWPup to choose when you want your job to run. It’ll create a cron with EasyCron per the schedule you set.
If we were able to help with our answer, please mark this ticket as resolved. Otherwise, let us know if you need further support and we’ll be happy to help! 🙂
@zottto, is it possible that your host kills off background processes? The script could lose track of the child processes somehow.
Do you mind posting some lines towards the end of your log? I know there are no errors but it might help to know where exactly this takes place.
Thanks @joaomluz. I’m glad it was resolved. If you think it’s applicable, would you mind mentioning any more specifics of the solution? There have been a few threads here and there with similar issues and it might help with debugging.
Thanks @drauth. Glad this could be resolved for you.
Thanks @terry789. Can you try testing another FTP server and see if it works?
Otherwise check if your host blocks outgoing connections, especially on port 21.
Since this will be resolved in the next release, I will set this topic as resolved. Let us know if you need anything else.
@joaomluz, seems you deleted your last reply. 🙂 I appreciate the debug information.
Thank you. Did you enable WP_DEBUG though? I want to see if there are any PHP errors that would cause the response body to be empty.
@danielvonmitschke, are you still experiencing this issue? The call to get_users now seems to say:
$users = get_users( array( 'role' => 'administrator', 'number' => 99, 'orderby' => 'display_name' ) );If this is working for you now, please set the status as resolved. Otherwise, let us know if you need further help.
Hi @drauth,
Are you still having this issue? If so, feel free to let us know. Otherwise, please mark this topic as resolved.
@terry789, I’ve narrowed down @eigenstil’s issue. I don’t know if it is the same for you though.
Are you getting exactly the same error? Are you able to post part of your log with the error in it?
BackWPup just uses the PHP FTP functions, so if it fails connecting, it means that ftp_connect failed. Generally that’s not going to be an issue with BackWPup. But I’ll have to see your logs to be sure of your specific situation.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] ignoreThis is a duplicate, so I’m going to mark as resolved.
Hi @joaomluz,
Can you temporarily enable WP_DEBUG and see if Server self connect changes then? Let us know the value you get.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] What selectHi @kyra1883, can you tell me the errors you get now?