Robert Windisch
Forum Replies Created
-
Hi Toshiyuki,
maybe the error was on SugarSync. Our Plugin depends many things to work. That’s why we have such problems to get many errors solved.
regards,
RobertForum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Can't access plugin optionsHi ncsumarit,
please try the solution provided in the topic about redirect error with 3.0.11.
regards,
RobertForum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] 3.0.11 gives redirect error…Hi Moxtell,
thank you for your hint. Please try to change the following line in the backwpup.php file
if ( ! get_site_option( 'backwpup_about_page', FALSE ) )into:
if ( ! get_site_option( 'backwpup_about_page', FALSE ) && $_REQUEST[ 'page' ] != 'backwpupabout' )That should fix the redirect problem on your installation.
regards,
RobertHi devrag,
No, because “Restart on every main step?” will only ensure that the plugin checks the progress on every restart. But your server kills our script when we need to long to execute. We have no influence on the time-out.
regards,
RobertHi yardle,
no you don’t need to buy a certificate. Your Server should allow trusted connections. To check this error please change the following in the file inc/class-destination-dropbox.php
curl_setopt( $ch, CURLOPT_SSL_VERIFYPEER, TRUE ); curl_setopt( $ch, CURLOPT_SSL_VERIFYHOST, 2 );into:
curl_setopt( $ch, CURLOPT_SSL_VERIFYPEER, FALSE ); curl_setopt( $ch, CURLOPT_SSL_VERIFYHOST, 0 );This will disable the SSL certificate check.
regards,
RobertHi fulanoinc,
is this error on the logfile or when you authenticate with dropbox?
regards,
RobertHi,
did you try this with the current version 3.0.11 of the plugin? We had some changes with the about page that you no longer need to visit this page.
regards,
RobertForum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Can't access plugin optionsHi,
our plugin runs smooth on multisite and we also use it with Domainmapping on marketpress.com. Please add your own user the right “BackWPup Admin” at your profile page. Then you should get access to the plugin.
regards,
RobertHi,
please check that your provider supports trusted SSL connections. It could be that our plugin can’t get a trusted connection to SugarSync.
regards,
RobertHi yardle,
that error seems to be on your server only. Please check if you have SSL for php activated (ask your web hosting provider). And check if your web host supports ssl on the serverside. Maybe they do not support SSL and our plugin can not get an encrypted trusted connection with dropbox. Please ask your web host provider these questions.
regards,
RobertForum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] E_USER_ERROEHi Workshopshed,
we have released the version 3.0.11 with the change of the constant you have suggested. Thank again for your feedback.
regards,
RobertHi adambundy,
we have released the version 3.0.11 which will no longer limit the access to the plugin after the update.
regards,
RobertHi VBog,
the last line on the logfile for the big upload means “ERROR: User abort!”. Please use the cron to backup your files and check the logfile after that.
regards,
RobertHi Patrick,
could you provide the whole logfile (please use pastbin) that we could see any error that occurs before.
regards,
RobertHi np07,
please check your uploaded files. And show us your logfile (please use pastebin) that we could check it for problems.
regards,
Robert