Conflict with Rackspace SDK
-
Hi guys,
Just updated your WP Offload S3 Lite plugin today, and I think there may be a conflict with some code that is used in the our Rackspace Cloud SDK scripts.
Our script uses this code….
require ABSPATH . 'vendor/autoload.php'; use OpenCloud\Rackspace; use OpenCloud\ObjectStore\Constants\UrlType; $client = new Rackspace(Rackspace::US_IDENTITY_ENDPOINT, array( 'username' => '******', 'apiKey' => '******' ));
This is used to setup the OpenCloud SDK and it creates a 500 error. I A/B tested this by removing that block (which results in no error).
Thoughts?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Conflict with Rackspace SDK’ is closed to new replies.