softlayer-object-storage-php icon indicating copy to clipboard operation
softlayer-object-storage-php copied to clipboard

This doesn't work in conjunction with other frameworks

Open connorsmacartist opened this issue 13 years ago • 2 comments

Trying to add this with any other framework and spl_autoload_register conflicts with everything else causes all kinds of errors.

connorsmacartist avatar Nov 06 '12 06:11 connorsmacartist

I've been using it with Zend Framework without issue. Which http adapter are you using?

follower46 avatar Nov 06 '12 15:11 follower46

I am using it in cakephp. I fixed it by changing Util.php

if(file_exists( $objectStorageDirectory . '/'.$path)){
        require_once($path);
    }

connorsmacartist avatar Nov 06 '12 15:11 connorsmacartist