HomeSeer / Plugin-SDK

Plugin development kit for the 4th major edition of the HomeSeer platform.
https://www.nuget.org/packages/HomeSeer-PluginSDK/
GNU Affero General Public License v3.0
20 stars 4 forks source link

running hs 4.2.11.2..new startup error #275

Closed mnsandler closed 2 years ago

mnsandler commented 2 years ago

@rjhelmke

I also noticed on restarting the plugin this message: "File does not exist: C:\Program Files (x86)\HomeSeer HS4\html\Insteon\bootstrap\css\addons-pro\steppers.min.css". The CSS is found under "\HomeSeer HS4\html\bootstrap\css\addons-pro".

spudwebb commented 2 years ago

Do you still have this problem? If so, make sure your plugin feature pages do not have a bad href to this css file, it should be: <link href="../bootstrap/css/addons-pro/steppers.min.css" rel="stylesheet"> and not <link href="bootstrap/css/addons-pro/steppers.min.css" rel="stylesheet">

mnsandler commented 2 years ago

i dont see this anymore.