howardjones / network-weathermap

Network Weathermap draws diagrams from data
http://www.network-weathermap.com/
MIT License
426 stars 94 forks source link

overlib is not defined, nd is not defined #116

Closed pautiina closed 6 years ago

pautiina commented 7 years ago

Hello.

The latest branch database-refactor have HTML console warning, and graph not drawn on overlib. Web browser console message:

weathermap-cacti10-plugin.php:292 Uncaught ReferenceError: overlib is not defined
    at HTMLAreaElement.onmouseover (weathermap-cacti10-plugin.php:292)
weathermap-cacti10-plugin.php:292 Uncaught ReferenceError: nd is not defined
    at HTMLAreaElement.onmouseout (weathermap-cacti10-plugin.php:292)
weathermap-cacti10-plugin.php:292 Uncaught ReferenceError: overlib is not defined
    at HTMLAreaElement.onmouseover (weathermap-cacti10-plugin.php:292)
weathermap-cacti10-plugin.php:292 Uncaught ReferenceError: nd is not defined
    at HTMLAreaElement.onmouseout (weathermap-cacti10-plugin.php:292)
weathermap-cacti10-plugin.php:258 Uncaught ReferenceError: overlib is not defined
    at HTMLAreaElement.onmouseover (weathermap-cacti10-plugin.php:258)
onmouseover @ weathermap-cacti10-plugin.php:258
weathermap-cacti10-plugin.php:258 Uncaught ReferenceError: nd is not defined
    at HTMLAreaElement.onmouseout (weathermap-cacti10-plugin.php:258)
onmouseout @ weathermap-cacti10-plugin.php:258
howardjones commented 7 years ago

That is correct. The Cacti plugin is only part implemented. That's why the commit log says: DON'T INSTALL THIS.

pautiina commented 7 years ago

ok i understand. I will try to back 67b4c81878d18418cfe865a1a1ddf820a35086ff - resolved this problem but back #105 (it's for me)

pautiina commented 6 years ago

Greetings. As far as I can see you started work on compatibility with Cacti. It would be cool to see the new plugin. I appreciate your work.

pautiina commented 6 years ago

Hello. Do not tell me how things are with the integration for Cacti?

netniV commented 6 years ago

I'm not getting these errors when I just installed the plugin by:

git clone https://github.com/howardjones/network-weathermap weathermap
cd weathermap
bower install
composer install

I think this can be closed now.