howardjones / network-weathermap

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

PHP Source File '/var/www/html/plugins/weathermap/Tests/WeathermapManagerTest.php' from Cache has a Syntax error! #109

Closed ikorzha closed 7 years ago

ikorzha commented 7 years ago

I am testing a Cacti 1.0 feature remote polling. Polling of remote devices functions. What I have ran into is that when I look into remote poller log I get the following msg on every poller cycle (every min).

2017/06/08 15:35:02 - POLLER: Poller[3] ERROR: PHP Source File '/var/www/html/plugins/weathermap/Tests/WeathermapManagerTest.php' from Cache has a Syntax error!

howardjones commented 7 years ago

Huh? That isn't even part of the normal code!

What happens if you delete the Tests/ directory? It's not need to run weathermap.

ikorzha commented 7 years ago

Howie, never mind, I UN-unstalled weathermap from main server removed, tests folder, reinstalled all good. Thank you for your guidance.