Title: derekheld's Replies | WordPress.org

---

# derekheld

  [  ](https://wordpress.org/support/users/derekheld/)

 *   [Profile](https://wordpress.org/support/users/derekheld/)
 *   [Topics Started](https://wordpress.org/support/users/derekheld/topics/)
 *   [Replies Created](https://wordpress.org/support/users/derekheld/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/derekheld/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/derekheld/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/derekheld/engagements/)
 *   [Favorites](https://wordpress.org/support/users/derekheld/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 26 total)

1 [2](https://wordpress.org/support/users/derekheld/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/derekheld/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blue Storage] Upload returns error](https://wordpress.org/support/topic/upload-returns-error/)
 *  Plugin Author [derekheld](https://wordpress.org/support/users/derekheld/)
 * (@derekheld)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/upload-returns-error/#post-12357643)
 * What version of WordPress and PHP are you using?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blue Storage] Parser error when trying to Activate Plugin](https://wordpress.org/support/topic/parser-error-when-trying-to-activate-plugin/)
 *  Plugin Author [derekheld](https://wordpress.org/support/users/derekheld/)
 * (@derekheld)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/parser-error-when-trying-to-activate-plugin/#post-8445660)
 * You’re welcome!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blue Storage] Parser error when trying to Activate Plugin](https://wordpress.org/support/topic/parser-error-when-trying-to-activate-plugin/)
 *  Plugin Author [derekheld](https://wordpress.org/support/users/derekheld/)
 * (@derekheld)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/parser-error-when-trying-to-activate-plugin/#post-8445593)
 * Yeah, that looks right.
 * I think it’s the PHP version. I think it doesn’t like this:
    `wp_upload_dir()['
   baseurl']`
 * Which we can easily split up to make it work, but that causes other problems.
   I think the best option is definitely moving to PHP 5.6 like you are planning.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blue Storage] Parser error when trying to Activate Plugin](https://wordpress.org/support/topic/parser-error-when-trying-to-activate-plugin/)
 *  Plugin Author [derekheld](https://wordpress.org/support/users/derekheld/)
 * (@derekheld)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/parser-error-when-trying-to-activate-plugin/#post-8445451)
 * What version of PHP is used?
 * Can you also just verify that the line in that file is unchanged? You can compare
   it against the file stored in SVN.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blue Storage] no thumbnails](https://wordpress.org/support/topic/no-thumbnails-26/)
 *  Plugin Author [derekheld](https://wordpress.org/support/users/derekheld/)
 * (@derekheld)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/no-thumbnails-26/#post-8443853)
 * I did a test of WordPress 4.6.1 and plugin version 1.2.0 and it looks to be working
   fine.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blue Storage] no thumbnails](https://wordpress.org/support/topic/no-thumbnails-26/)
 *  Plugin Author [derekheld](https://wordpress.org/support/users/derekheld/)
 * (@derekheld)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/no-thumbnails-26/#post-8441075)
 * What version of the plugin are you using?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blue Storage] Replace CNAME](https://wordpress.org/support/topic/replace-cname/)
 *  Plugin Author [derekheld](https://wordpress.org/support/users/derekheld/)
 * (@derekheld)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/replace-cname/#post-7463036)
 * Ahhh I just got some more info here. It looks like the problem only happens if
   you do not put http:// or https:// in front of your CDN URL. Can you check and
   make sure you have either of those there?
 * You will need to update the “url” setting in both the windows_azure_storage_info
   and _wp_attachment_metadata meta keys for that post ID. It should be something
   like
    `https://myendpoint.azureedge.net/mycontainer/2016/06/image.jpg`
 * This will be something definitely improved in the next version I have been working
   on (coming soon I hope!).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blue Storage] Replace CNAME](https://wordpress.org/support/topic/replace-cname/)
 *  Plugin Author [derekheld](https://wordpress.org/support/users/derekheld/)
 * (@derekheld)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/replace-cname/#post-7463034)
 * I took a look. There is most definitely a bug there. Looks like the original 
   URL for the WordPress website is being inserted before the CNAME.
 * I’m working on fixing it now. I’ll let you know when it is patched.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blue Storage] Multisite support](https://wordpress.org/support/topic/multisite-support-156/)
 *  Plugin Author [derekheld](https://wordpress.org/support/users/derekheld/)
 * (@derekheld)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/multisite-support-156/#post-7256586)
 * I can try to take a look soon. I have to get my multisite test website set up.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blue Storage] Multisite support](https://wordpress.org/support/topic/multisite-support-156/)
 *  Plugin Author [derekheld](https://wordpress.org/support/users/derekheld/)
 * (@derekheld)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/multisite-support-156/#post-7256497)
 * I’m actually in the process of rewriting the plugin from scratch and robust multisite
   support is going to be one of the biggest changes. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blue Storage] cache-control](https://wordpress.org/support/topic/cache-control/)
 *  Plugin Author [derekheld](https://wordpress.org/support/users/derekheld/)
 * (@derekheld)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/cache-control/#post-7205915)
 * Fixed it! Tested and working. Releasing now 🙂
 * It’s available in version 1.2.0
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blue Storage] cache-control](https://wordpress.org/support/topic/cache-control/)
 *  Plugin Author [derekheld](https://wordpress.org/support/users/derekheld/)
 * (@derekheld)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/cache-control/#post-7205913)
 * If you check out the SVN commits for the plugin you can see the changes I’ve 
   made.
 * The bad part is that it does not seem to be working. I’m working on figuring 
   out why.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blue Storage] cache-control](https://wordpress.org/support/topic/cache-control/)
 *  Plugin Author [derekheld](https://wordpress.org/support/users/derekheld/)
 * (@derekheld)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/cache-control/#post-7205910)
 * I’ve updated my dev code with an option for setting the cache policy on the blob.
   Hopefully releasing shortly!
 * I use the latest version of the PHP library that Microsoft released. It ended
   up being pretty easy actually. Basically a one line change not counting the changes
   on the settings page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blue Storage] cache-control](https://wordpress.org/support/topic/cache-control/)
 *  Plugin Author [derekheld](https://wordpress.org/support/users/derekheld/)
 * (@derekheld)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/cache-control/#post-7205893)
 * The plugin actually uses a Microsoft library to do the upload.
 * The not HTTPS thing sounds like a bug I need to fix. I think I can take a look
   at that tonight.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blue Storage] cache-control](https://wordpress.org/support/topic/cache-control/)
 *  Plugin Author [derekheld](https://wordpress.org/support/users/derekheld/)
 * (@derekheld)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/cache-control/#post-7205871)
 * Ok, I’ve spent some time looking into this so that I could make sure I gave you
   the best answer.
 * The easiest way to do this would be to use the Azure CDN service and use the 
   CNAME option in this plugin. You can then have full control of the caching at
   the CDN level.
 * I think there is also a way to set the caching policy on the blob itself but 
   I need to spend some time looking into this. I need to figure out all the changes
   that would be required to do it. I’ll put this into my feature request list.
 * Thanks for the feedback!

Viewing 15 replies - 1 through 15 (of 26 total)

1 [2](https://wordpress.org/support/users/derekheld/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/derekheld/replies/page/2/?output_format=md)