watchfulli / XCloner-Wordpress

Backup and Restore Plugin for Wordpress
https://wordpress.org/plugins/xcloner-backup-and-restore/
GNU General Public License v2.0
92 stars 28 forks source link

BackWPup – conflicting with Backblaze storage save #235

Open jimiero opened 2 years ago

jimiero commented 2 years ago

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()`

Ars92 commented 2 years ago

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.