Thorsten Ott
Forum Replies Created
-
Forum: Plugins
In reply to: [Microsoft Azure Storage for WordPress] Default Container drop down emptyThanks, that’s a good find. We’ll add some test method to the plugin
Forum: Plugins
In reply to: [Microsoft Azure Storage for WordPress] Default Container drop down emptyHi there,
If you visit wp-admin/options-general.php?page=windows-azure-storage-plugin-options you should see a dropdown labeled “Default Storage Container”. Using this dropdown you should be able to select any existing container or create a new one.
If this does not work the credentials you entered likely do not have sufficient permissions.
Could you provide a screenshot of your settings screen with private data obfuscated?
Thanks
ThorstenForum: Plugins
In reply to: [Microsoft Azure Storage for WordPress] Can’t generate thumbnailHi Isaiah,
sadly I’m not familiar with the Boal theme you’re using on this site but I’m assuming they are using a custom method to deal with thumbnail generation within the theme that does not follow the WordPress standards and therefore does not provide the necessary hooks for the plugin to act upon.
Given that this is closed source code I can’t tell you much more than this. Maybe take a closer look at the theme code and see if you can figure out how thumbnails are built.
I hope this helps
Thorsten
Forum: Plugins
In reply to: [Microsoft Azure Storage for WordPress] SAS Token SupportHi,
we do not support this currently, but I’d like to encourage you to open a feature request at https://github.com/10up/windows-azure-storage/issues for further consideration.
Best
ThorstenForum: Plugins
In reply to: [Microsoft Azure Storage for WordPress] CDN ConfigurationHi Ashivn,
the CNAME setting should work in this regard. Did you run into any issues with this approach?
Best
ThorstenHi,
could you send us the output of phpinfo()? It sounds like you’d be hitting a limit there.
Thanks
ThorstenForum: Plugins
In reply to: [Microsoft Azure Storage for WordPress] HTTP errorHi @setevoy,
that’s great news. The proxy surely is a little detail we were missing in our investigation 🙂
Glad you got this worked out.
Thorsten
Forum: Plugins
In reply to: [Microsoft Azure Storage for WordPress] HTTP errorHi @setevoy,
thanks for letting us know and thanks for all the help troubleshooting. We will be happy to help in case you have any other use of this plugin.
Best
ThorstenForum: Plugins
In reply to: [Microsoft Azure Storage for WordPress] HTTP errorHi @setevoy,
I’m sorry to hear this. Is there anything we can do to have your client change his mind?
Best
ThorstenForum: Plugins
In reply to: [Microsoft Azure Storage for WordPress] Moving to AzureThanks @partiallypro, glad this worked out
Forum: Plugins
In reply to: [Microsoft Azure Storage for WordPress] Azure Blobs and WooCommerceHi @partiallypro,
sorry for the late reply. Could you share a screenshot so we know which exact place you’re referencing?
Thanks
ThorstenForum: Plugins
In reply to: [Microsoft Azure Storage for WordPress] HTTP errorHi @setevoy,
thanks for testing this out. Are the changes reflected in your settings after you reload the webserver? I’m a little bit worried as you have two system.webServer sections now and I’m not 100% sure if this is a supported format for IIS
Best
ThorstenForum: Plugins
In reply to: [Microsoft Azure Storage for WordPress] HTTP errorHi @setevoy,
could you try to increase the uploadReadAheadSize to a more reasonable value. Especially when working over SSL this limit can be reached pretty quickly and I think. I’d suggest setting a value of around 10 MB to align with your 8MB upload limits.
Please let me know if this solves the issue
Thanks
ThorstenForum: Plugins
In reply to: [Microsoft Azure Storage for WordPress] HTTP errorHi @setevoy,
that would not help at this point. I was hoping to identify if the uploads issue is actually related to the azure storage plugin or a more general issue. Just changing the settings would not help us to identify this.
Let’s see what the settings reveal.
Best
ThorstenForum: Plugins
In reply to: [Microsoft Azure Storage for WordPress] HTTP errorHi @setevoy,
can you give us some insights on your IIS settings especially uploadReadAheadSize and maxRequestEntityAllowed
https://www.iis.net/configreference/system.webserver/serverruntime
Also the maxAllowedContentLength limit might be of interest as per
https://blogs.msdn.microsoft.com/azureossds/2016/06/15/uploading-large-files-to-azure-web-apps/
In addition, can you confirm that uploads are working if you disable the azure storage plugin?
Thanks
Thorsten- This reply was modified 9 years, 5 months ago by Thorsten Ott.