Probleme with Update license for maps pligin

  • Hello,

    I've a problem for update license of the map plug.
    I bought the krpano license few years ago and i bought the map license this week.
    I've try to updatee my license with the tool but after, impossible to lauch my vtour. White screen in the navigator directly or with the server.
    I put all the folder or the .js / .swf / bingmap.js / googgle map.js.
    Thanks for you help : my work today : http://export.damienlachas.com/confluence/myvtour/
    Thanks a lot
    Damien

  • Damien,
    Please check your code. There is a warning there:

    Code
    WARNING: Unknown action: else

    The krpano does not have "else" statement.

    Also in the index.html

    Code
    <script src="../galleria.classic.min.js"></script>
         <script>
           (function(){
                G.init();
            }());
        </script>
        <script>


    The G. is undefined.

    In console you can read:
    /favicon.ico:1 Failed to load resource: the server responded with a status of 500 (Internal Server Error)

    Apparently you are mixing the http:// and https:// protocols on the server. (The current browsers do not allow it).

    Try cleaning it.
    Pavel

Participate now!

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