Copied to clipboard

Flag this post as spam?

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


  • Rune Grønkjær 1371 posts 3102 karma points
    Jan 26, 2012 @ 16:14
    Rune Grønkjær
    0

    Pixlr not loading image

    Hi,

    The status bar just freezes a 0% when opening an image. I can see that others have had the same problem. But I'm on the live website, so it seems to be another problem.

    The package installed perfectly and the crossdomain.xml is in the root of the website.

    I'm running Umbraco 7.1.1.

    Any help is much appreciated

    /Rune

  • Rune Grønkjær 1371 posts 3102 karma points
    Jan 26, 2012 @ 16:20
    Rune Grønkjær
    0

    Update:

    It's in all browsers and I have tried recycling the website with no luck. Also it doesn't matter if I check the "Save as new?" checkbox.

    /Rune

  • Marc Stöcker 104 posts 560 karma points c-trib
    Feb 16, 2012 @ 13:46
    Marc Stöcker
    0

     

    This crossdomain.xml fixed it for me (umbraco 4.7.x):

    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
    <allow-access-from domain="*.pixlr.com" />
    <site-control permitted-cross-domain-policies="master-only"/>
    <allow-http-request-headers-from domain="*.pixlr.com" headers="*" secure="true"/>
    </cross-domain-policy>

    hth,
    Marc

     

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Feb 23, 2012 @ 10:41
    Jan Skovgaard
    0

    Hmm

    I'm having the same issue on a local instance running Umbraco 4.7.1.1.

    I tried to use the crossdomain file posted above but it did not resolve anything. I have recycled the app pool etc. after making the change...

    Any other ideas on what to check?

    /Jan

  • TaoistTotty 246 posts 314 karma points
    Feb 23, 2012 @ 12:36
    TaoistTotty
    2

    Jan

    Am having the same issue.

    Try this it worked for me:

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
    <allow-access-from domain="*.pixlr.com" />
    <site-control permitted-cross-domain-policies="master-only"/>
    <allow-http-request-headers-from domain="*.pixlr.com" headers="*" secure="true"/>
    </cross-domain-policy>

    The changes from Marc's above are in bold.

    TT 

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Feb 26, 2012 @ 12:01
    Jan Skovgaard
    0

    Hi TT

    Thanks a ton, the missing encoding was exactly the issue it seems. After adding it this works like a charm!

    I hope the package creator will modify the crossdomain.xml file so it will not be neccesary to do this manually in the future.

    /Jan

  • Glynn Powell 2 posts 22 karma points
    Jan 20, 2013 @ 19:06
    Glynn Powell
    0

    Hi Guys,

    I have tried all of the above and still having no joy ...

    I have just noticed it all works fine in Safari , but I have the no image loading issue in Chrome (my client uses chrome unfortunately)

    Any ideas on this one ?

    Cheers

    Glynn

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jan 20, 2013 @ 20:24
    Jan Skovgaard
    0

    Hi Glynn and welcome to our :)

    Have you tried clearing the browser data to see if that helps? (You don't have to delete the browser history of course).

    /Jan

  • Glynn Powell 2 posts 22 karma points
    Jan 20, 2013 @ 20:28
    Glynn Powell
    0

    Hi Jan,

    I was hoping that my first post wouldn't be something so stupid ... be alas it was :(

    Thankyou , that fixed it (obviously)

    :)

    Glynn

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jan 20, 2013 @ 20:35
    Jan Skovgaard
    0

    Hi Glynn

    I don't think it was stupid - Sometimes it's hard to remember all the possible things that it could be related to. We all do this one time or another, so don't you worry :)

    I'm just happy it helped.

    Have fun using Umbraco!

    /Jan

  • Arie 224 posts 675 karma points
    Jan 25, 2013 @ 04:07
    Arie
    0

    I'm afraid I'm encountering the same problem. I've updated the crossdomain.xml, disabled cache in Chrome, and tried IE (10). Alas, the "Loading image" popup is stuck at 0%.

    I'm running Umbraco 4.11.1.

  • Arie 224 posts 675 karma points
    Apr 12, 2013 @ 00:56
    Arie
    0

    I'm now running Umbraco 6.0.3. Changed the XML-file, but I still encountered the same problem. Turned out that clearing my browser cache resolved the issue...

  • Matt Taylor 873 posts 2086 karma points
    Jun 18, 2013 @ 21:22
    Matt Taylor
    0

    I'm having this problem in Umbraco 6.0.5.

    I'm clikcing on the pixlr link that comes with the DAMP datatype.

    I've updated the XML file and cleared all my caches but it won't work on my live server in Firefox or IE10. It works fine in Chrome though.

    On my local development machine it works fine in FF, IE & Chrome.

    I have no idea what the difference is, can anybody help?

     

  • Ravi Motha 290 posts 500 karma points MVP 7x c-trib
    Jul 05, 2013 @ 12:33
    Ravi Motha
    1

    is the format for adding multiple domain just comma separating the values

     

    <cross-domain-policy>

    <allow-access-from domain="*.sitre.com, *.site2.com" />

    <site-control permitted-cross-domain-policies="master-only"/>

    <allow-http-request-headers-from domain="*.sitre.com, *.site2.com" headers="*" secure="true"/>

    </cross-domain-policy>

  • Matt Taylor 873 posts 2086 karma points
    Jul 06, 2013 @ 12:22
    Matt Taylor
    0

    As far as I know you only have to add the pixlr.com domain. Not your own domain.

Please Sign in or register to post replies

Write your reply to:

Draft