• Hello every body.

    I have a path problem when i uploaded my project into my website with filezilla on type transfert automatic mode.
    in my xml, i use %CURRENTXML%/ pathholder as following


    <preview url="%CURRENTXML%/panos/aerial_e1_e2.tiles/preview.jpg" />

    <image prealign="0|0|0">
    <cube url="%CURRENTXML%/panos/aerial_e1_e2.tiles/pano_%s.jpg" />
    </image>

    here is my directory :

    tour.js
    tour.xml
    tour.html
    panos/aerial_E1_E2.tiles/pano_b.jpg
    /pano_d.jpg


    Here is my problem for all the pictures in my panos folder :


    INFO: krpano 1.20.7 (build 2020-05-26)
    INFO: HTML5/Desktop - Chrome - WebGL
    INFO: Registered to: MATTCONCHITO
    ERROR: hotspot[e2_devant_img] - loading of 'panos/circular_thumbs/e2_devant.png' failed!
    ERROR: hotspot[aerial_e3_img] - loading of 'panos/circular_thumbs/aerial_e3.png' failed!
    ERROR: hotspot[e3_devant_logo_img] - loading of 'panos/circular_thumbs/e3_devant_logo.png' failed!
    ERROR: loading of 'panos/aerial_e1_e2.tiles/preview.jpg' failed!
    ERROR: loading of 'panos/aerial_e1_e2.tiles/pano_d.jpg' failed!
    ERROR: loading of 'panos/aerial_e1_e2.tiles/pano_l.jpg' failed!
    ERROR: loading of 'panos/aerial_e1_e2.tiles/pano_b.jpg' failed!
    ERROR: loading of 'panos/aerial_e1_e2.tiles/pano_r.jpg' failed!
    ERROR: loading of 'panos/aerial_e1_e2.tiles/pano_f.jpg' failed!
    ERROR: loading of 'panos/aerial_e1_e2.tiles/pano_u.jpg' failed!
    I tried with all the placeholders in this link, but i still got the problem.
    https://krpano.com/docu/xml/#urlplaceholders


    Does it happened to anyone before ? i cant see it in the forum...

    cheers from france

  • Hi,

    check the lower/upper-case writing of your files.

    In your xml you're using lower case:

    <cube url="%CURRENTXML%/panos/aerial_e1_e2.tiles/pano_%s.jpg" />


    but here you wrote with upper-case characters:

    panos/aerial_E1_E2.tiles/pano_b.jpg


    On Windows the case wouldn't matter, but on Linux (e.g. on a server) or on Mac it does.

    Best regards,
    Klaus

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!