XCloner-Wordpress icon indicating copy to clipboard operation
XCloner-Wordpress copied to clipboard

BackWPup – conflicting with Backblaze storage save

Open jimiero opened this issue 2 years ago • 1 comments

If you have this plugin installed on the website: BackWPup – WordPress Backup Plugin ( https://wordpress.org/plugins/backwpup/ ) when you try to setup Backblaze storage, it throws a critical error

I've reproduced and also a customer reported it

#0 /home/*******/public_html/wp-content/plugins/backwpup/vendor/guzzlehttp/guzzle/src/HandlerStack.php(42): GuzzleHttp\choose_handler() #1 /home/*******/public_html/wp-content/plugins/backwpup/vendor/guzzlehttp/guzzle/src/Client.php(65): GuzzleHttp\HandlerStack::create()

jimiero avatar Aug 11 '22 17:08 jimiero

This issue is due to the fact that both XCloner and BackWPup are using different versions of Backblaze libraries. To fix that, we should use different namespaces for vendor libraries. mozart or php-scoper should be integrated in our deploy script to solve this issue.

Ars92 avatar Oct 13 '22 07:10 Ars92