Search found 1 match
- Tue Jun 14, 2016 9:07 am
- Forum: Addons for Cacti
- Topic: Blank page plugin monitor
- Replies: 8
- Views: 118567
Blank page plugin monitor
Hello everyone, I got a blank page when I try to reach cacti/plugins/monitor/monitor.php. I use php 7.0.7 To correct this problem, you have to edit monitor.php and replace split() with explode(). list($micro,$seconds) = explode(" ", microtime()); As split doen't exist anymore in php7. I sh...