Hi
I’ve found a bug with the new CDN option BunnyCDN, when this option is enabled and configured it breaks uploading to the WordPress media library.
I did some investigating and found that there is a typo in the following file:
CdnEngine_Mirror_BunnyCdn.php
Line 64:
$api = new Cdn_BunnyCDN_Api( $this->_config );
should be:
$api = new Cdn_BunnyCdn_Api( $this->_config );
The “CDN” should not be capitalized.
This file also contains the typo: Cdn_BunnyCdn_Api.php
Line 3:
File: Cdn_BunnyCDN_Api.php
Should be:
File: Cdn_BunnyCdn_Api.php
This typo is just in a comment