Zum Hauptinhalt gehen

HTML5 v2.5.2 to v2.6 upgrade breaks sites (nothing loads)

Kommentare

3 Kommentare

  • Permanently deleted user
    Hi Laura,

     

    Interesting, I haven't heard of this happening before.  Can you please open a support case at your convenience, so that we can investigate?

     

    Thanks!

     

    ?Danny
    0
  • Permanently deleted user
    I opened a case with Support and found out that I was missing a comma in my Index.html file (where I configured my short viewer links). I had to make the change below. I can't believe I missed it! 

     

    "default": "Resources/Config/Default/" + shellName + ".json.js"

     

    So it looks like this:

     

    "default": "Resources/Config/Default/" + shellName + ".json.js",

     

     
    0
  • Permanently deleted user
    JSON is notoriously easy to get wrong for just this reason; it's very easy to miss a comma or a quote and have everything unravel. If you edit JSON files on a regular basis, it's not a bad idea to invest in a text editor that is capable of validating the JSON on-the-fly (I'm a fan of Sublime Text, myself). If you edit JSON only occasionally and don't need or want a fancy text editor, I'd still recommend making a habit of validating your configuration via an online validation tool like http://jsonlint.com/ after any edit you make.
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.