NetTalk Central

Author Topic: Error in site JavaScript after upgrading to NetTalk 11  (Read 2614 times)

JHojka

  • Newbie
  • *
  • Posts: 48
    • View Profile
    • Email
Error in site JavaScript after upgrading to NetTalk 11
« on: December 10, 2019, 06:27:17 AM »
I have a site that was created using the Generate Web Site Template using a prior version on NetTalk. I recompiled using NT11. When I run this site I get "Error in site JavaScript". I used CTRL SHIFT I to examine what is going on. below is what I am seeing. Do I need to turn off "string MIME cheching"? Any suggestions on what is happening?

Jeff Hojka
Marathon Software Co.

(index):1 Refused to apply style from 'http://127.0.0.1:5098/themes/Smoothness/theme.css?c=1' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
(index):4 GET http://127.0.0.1:5098/scripts/all.js?c=1 net::ERR_ABORTED 404 (The page cannot be found)
(index):1 Refused to apply style from 'http://127.0.0.1:5098/redactor/redactor.min.css?c=1' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
(index):1 Refused to apply style from 'http://127.0.0.1:5098/styles/chrome.css?c=1' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
(index):5 GET http://127.0.0.1:5098/redactor/redactor.min.js?c=1 net::ERR_ABORTED 404 (The page cannot be found)
(index):32 Uncaught ReferenceError: versionCheck is not defined
    at (index):32
(anonymous) @ (index):32
(index):9 GET http://127.0.0.1:5098/images/logo.jpg 404 (The page cannot be found)
(index):11 GET http://127.0.0.1:5098/images/_busy.gif 404 (The page cannot be found)


JHojka

  • Newbie
  • *
  • Posts: 48
    • View Profile
    • Email
Re: Error in site JavaScript after upgrading to NetTalk 11
« Reply #1 on: December 10, 2019, 07:09:38 AM »
Never mind! The site uses an XML file to store the path of the web folder. Changing this worked.

Jeff