Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Olivier 22 posts 115 karma points
    Oct 28, 2015 @ 00:23
    Olivier
    0

    Images don't render but it's stored to Azure

    I created a new topic after my reply here : https://our.umbraco.org/projects/backoffice-extensions/azure-blob-storage-provider/your-remarks-ideas-etc/67698-cannot-create-image-in-umbraco#comment-232720

    So I find that if I comment :

    < add key="AzureBlobFileSystem.UseWAStorageEmulator" value="true" / >

    That work fine in localhost, but on azure, I still have an issue :

    enter image description here

    Here, Errors:

    enter image description here

    If I click on image, a new tab load the image at the url:

    enter image description here

    So, why the image is not rendered on Azure and why I can't upload images ? (because everything works fine on localhost)

    Please, any will be appreciated

  • Dirk Seefeld 126 posts 665 karma points
    Oct 28, 2015 @ 12:37
    Dirk Seefeld
    0

    Hi,

    on your second screenshot you see in console window ... 500 (Internal Server Error) please click on one of these links. This should reveal more details about the error. Otherwise double check your configuration.

    Btw. which Umbraco version are you using?

    Yours, Dirk

  • Olivier 22 posts 115 karma points
    Oct 28, 2015 @ 13:15
    Olivier
    0

    Hi thank you for the reply,

    I use umbraco 7.3. Locally, Everything work fine. Blobstorage works but not when my website is on Azure...

    POST:

    enter image description here

    GET:

    enter image description here

  • Dirk Seefeld 126 posts 665 karma points
    Oct 28, 2015 @ 13:41
  • Dirk Seefeld 126 posts 665 karma points
    Oct 28, 2015 @ 14:16
    Dirk Seefeld
    0

    Now,

    I have checked the latest package version with Umbarco 7.3.0 and it works as expected. Please be aware that there are issues with Umbraco 7 in the back office. But these do not have to do with this package. Please see this solution https://github.com/JimBobSquarePants/UmbracoFileSystemProviders.Azure as an alternative. Currently this not available as a package on our or on nuget. But should be worth to wait some time.

  • Olivier 22 posts 115 karma points
    Oct 28, 2015 @ 14:50
    Olivier
    0

    Hi,

    I have installed https://github.com/JimBobSquarePants/UmbracoFileSystemProviders.Azure doesn't work. I got the same errors.

    Both solutions work in backoffice locally but when I publish to Azure, That doesn't work anymore...

    Do I need https://our.umbraco.org/projects/backoffice-extensions/azure-blob-storage-provider/your-remarks-ideas-etc/64307-Image-CropperImage-Processor-Crops in order to work ?

  • Dirk Seefeld 126 posts 665 karma points
    Oct 28, 2015 @ 15:16
    Dirk Seefeld
    0

    Obviously, the upload is working. Otherwise clicking on image would not open the image in a new tab.

    Do you have access to the server event logs? You should look for ASP.NET (in source column of event viewer) entries.

  • Olivier 22 posts 115 karma points
    Oct 28, 2015 @ 15:22
    Olivier
    0

    "Obviously, the upload is working. Otherwise clicking on image would not open the image in a new tab."

    When I upload images locally (localhost:49909). the plugin works very well locally, it's only when I go to Azure that I got Error 500.

    Maybe Azure has a security policy somewhere....

    "Do you have access to the server event logs? You should look for ASP.NET (in source column of event viewer) entries."

    I don't know where is it on Azure but I'm looking

  • Olivier 22 posts 115 karma points
    Oct 28, 2015 @ 20:27
    Olivier
    1

    I found the problem....

    When I publish the solution the dll isn't published because when you install the packages, it's not included in the solution. Locally, we don't care about that but when you publish, all stuffs that aren't included in the solution are skipped :)

    Thx for the help.... Which packages I should use ?

    https://github.com/JimBobSquarePants/UmbracoFileSystemProviders.Azure or Azure Blob Storage Provider

    Both work

  • Dirk Seefeld 126 posts 665 karma points
    Oct 29, 2015 @ 09:54
    Dirk Seefeld
    101

    Hi Oliver, I recommend https://github.com/JimBobSquarePants/UmbracoFileSystemProviders.Azure because it is intended to solve the cropper issues especially in back office and works in combination with James other packages. Also the contribution is much better for this solution. In fact I will cancel maintenance of my package when UmbracoFileSystemProviders.Azure becomes available as package on Our and / or nuget. But at least I have no real experience with Umbarco 7 and one of these.

    Yours, Dirk

  • Olivier 22 posts 115 karma points
    Nov 04, 2015 @ 22:11
    Olivier
    0

    I got some problem with https://github.com/JimBobSquarePants/UmbracoFileSystemProviders.Azure

    and not with the other package. But thx for the help !

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies