Announcement

Collapse
No announcement yet.

'hs.GetPlugLinks'Response - Help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    'hs.GetPlugLinks'Response - Help

    I updated some plug-in's using updater and now I receive this message on lots of different asp pages. What do I need to fix?

    Script error: Object doesn't support this property or method: 'hs.GetPlugLinks'Response.Send Cstr( CustomHeader(arrTemp))Response.Send Cstr( CustomHeader(arrTemp))

    #2
    Gary,
    Open up one of the asp files that is erroring and paste the second of code that looks like this:

    redim arrTemp(5)
    arrTemp(0) = "Mailbox 1"
    arrTemp(5) = "OldStyle"
    Response.Write CustomHeader(arrTemp)
    💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

    Comment


      #3
      [QUOTE]Originally posted by Gary Mull:


      This is from my Weatherstats.asp page:

      strCityName = hs.GetINISetting("WeatherCom_CurrentData","Report_City","",s trINIFileName)
      redim arrTemp(6)
      arrTemp(0) = "Current Weather"
      arrTemp(5) = "Yes"
      arrTemp(6) = 1
      %>
      <%=CustomHeader("Current Weather")%>
      <%=MenuRow(fnPageName) %>
      <table>

      Comment


        #4
        Gary,
        What version of HomeSeer are you currently running?
        --
        Jeff Farmer
        HS 3, HSPhone
        My HS3 Plugins: CFHSExtras, Random, Restart, Tracker, WeatherXML, PanaBluRay
        Other Plugins In Use: APCUPSD, BLOnkyo, Device History, EasyTrigger, HSTouch Server, PHLocation2, Pushover, RFXCom, UltraGCIR3, UltraMon3, UltraPioneerAVR3, X10, Z-Wave

        Hardware: GoControl Irrigation Controler, Schlage Lever Lock, Schlage Deadbolt, Way2Call Hi-Phone, RFXCom RFXrec433 Receiver, WGL 800, TI-103, Z-Net, Pioneer 1120, Pioneer 1021, Pioneer LX302, Panasonic BDT-110, Panasonic BDT-210 x2

        Comment


          #5
          I am running 1.7.0

          Comment


            #6
            Thats the problem.
            The function hs.GetPlugLinks was added for 1.7.7.

            You can either upgrade HS to 1.7.7 or wait and I'll add a version check to the includes this weekend.
            --
            Jeff Farmer
            HS 3, HSPhone
            My HS3 Plugins: CFHSExtras, Random, Restart, Tracker, WeatherXML, PanaBluRay
            Other Plugins In Use: APCUPSD, BLOnkyo, Device History, EasyTrigger, HSTouch Server, PHLocation2, Pushover, RFXCom, UltraGCIR3, UltraMon3, UltraPioneerAVR3, X10, Z-Wave

            Hardware: GoControl Irrigation Controler, Schlage Lever Lock, Schlage Deadbolt, Way2Call Hi-Phone, RFXCom RFXrec433 Receiver, WGL 800, TI-103, Z-Net, Pioneer 1120, Pioneer 1021, Pioneer LX302, Panasonic BDT-110, Panasonic BDT-210 x2

            Comment


              #7
              Jeff - I updated to 1.7.7

              For Weatherstats.asp I receive the following message now:
              "Script error: Subscript out of range: '[number: 1]'Response.Send Cstr( CustomHeader(arrTemp))Response.Send Cstr( CustomHeader(arrTemp))

              Liksddit.asp: I receive the following:
              "Script error: Subscript out of range: '[number: 1]'
              redim arrTemp(6)
              arrTemp(0) = "HomeSeer Links Editor"
              arrTemp(5) = "Yes"
              arrTemp(6) = 0
              Response.Send customheader(arrTemp)
              Response.Send MenuRow("linksedit.asp")
              if Request.Form("removeonelink") <> "" Then

              Comment


                #8
                Gary.
                Have you downloaded the latest includes from the updater as well?
                💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

                Comment


                  #9
                  Yes I have downloaded the latest includes from updater as well.

                  Big Question: Where is the Includes file folder to sit in HomeSeer. I have two files.

                  Comment


                    #10
                    Yes - I have downloaded the latest includes from the updater!..

                    I have includes in two directories. Should it only be in one location? My guess is that it should be only in one location.

                    Under the html folder there is a hs folder with a subfolder of Includes.

                    There is a Includes folder under html.

                    Comment


                      #11
                      Should be hs/html/includes
                      💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

                      Comment

                      Working...
                      X