• Recent
    • Tags
    • Popular
    • Register
    • Login

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    publicview: "sstgraphics not defined" error

    User help
    5
    6
    2.7k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      pakoelflako
      last edited by

      Hello mango guys,

      when use a public view of dashboard http://host:8080/public_view.htm?viewId=1
      if i use dynamic graphics, appears an error "sstgraphics not defined".

      Searching for this error, cant find a solution.

      how can solve this?

      regards.

      1 Reply Last reply Reply Quote 0
      • jeremyhJ
        jeremyh
        last edited by

        Do you have the sstGraphics module installed?

        Also under the general settings under "Chart API" there is an option to "Allow anonymous access to chart API". You might try that, though it's unclear whether this is for old or new charting functionality.

        1 Reply Last reply Reply Quote 0
        • D
          DarraghRogan
          last edited by

          I'm experiencing this issue too - pakeolflako did you manage to solve it??

          I tried jeremyh's suggestion - no joy...

          1 Reply Last reply Reply Quote 0
          • phildunlapP
            phildunlap
            last edited by phildunlap

            Hi Darragh,

            I'm going to have to look at why this was done, but it appears this bug was purposeful at some point or another. You can get rid of the 'sstGraphics is not defined' error by uncommenting lines 37 and 38 of Mango/web/modules/graphicalViews/web/publicView.jsp Specifically, change

            <%-- <c:forEach items="<%= Common.applicationScripts %>" var="modScript"> --%>
            <%-- <tag:versionedJavascript src="/${modScript}" /></c:forEach> --%>

            to

            <c:forEach items="<%= Common.applicationScripts %>" var="modScript">
            <tag:versionedJavascript src="/${modScript}" /></c:forEach>

            You may also have to delete the contents of your Mango/work directory.

            1 Reply Last reply Reply Quote 0
            • D
              DarraghRogan
              last edited by

              Many thanks for that Phil - seems to be resoved now :)

              And apols for slow response - I thought the forum would prompt me when someone replied - don't wish to be rude!

              D

              1 Reply Last reply Reply Quote 0
              • JoelHaggarJ
                JoelHaggar
                last edited by

                Here are some tips on how to set up your account so you get email notifications: http://infiniteautomation.com/forum/topic/1830/welcome-to-our-new-forum

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post