I had a bit of a challenge trying to get MCSTemperature installed and working with 2.0. I got it mostly working. I've installed the latest JVM, the graphing software and the latest version of the plugin. All is working with 1-Wire. The problem I've bumped into when trying to view any of the web pages, such as temperature.asp, I receive the following error:
Script error: Object required: 'c'
if c.name = "mcsTemperature" then
response.write c.TemperatureASP(request, response)
I very likely may have missed, or simply messed up the installation of something. Any pointers would be appreciated!
Script error: Object required: 'c'
if c.name = "mcsTemperature" then
response.write c.TemperatureASP(request, response)
I very likely may have missed, or simply messed up the installation of something. Any pointers would be appreciated!
Comment