I can reproduce it. I will look what i kan do. Taht will take some time.
Quick solution:
open the file inc\class-destination-sugarsync.php and replace all
curl_setopt( $curl, CURLOPT_SSLVERSION, 3 );
with
curl_setopt( $curl, CURLOPT_SSLVERSION, 1 );
Thread Starter
KUCKLU
(@kuck1u)
Thank you.
An error has been resolved.
I’m having the same problem, so I want to try this fix. How do I access this file?
inc\class-destination-sugarsync.php
Via ftp, go to wp-content > plugins > Backwpup > inc > class-destination-sugarsync.php
I did this, the job ran successfully but returned the following warning:
WARNING: curl_setopt() expects parameter 1 to be resource, null given
Is this an issue? Does it mean I missed something?
Thank you Daniel Hüsken – is this a temporary fix or will it be incorporated in the next version of the plugin ?
That will be fixed with the next version but in moment i can’t say when.
Is it just me? I hate to be negative, but it seems like it will be much easier to get a different plugin instead of rewriting code on 16 sites.
Is this problem only with SugarSync? Would it work without modifying the code if I was backing up to Google Drive?
@kimmarla: Backup to Google drive is a PRO version feature.