I think it's caused by having no data for $dateoflastrainalways = '---'; in testtags.php ..
so it causes the errata
Warning: Undefined array key 1 in /home/hogan2/pennlake.us/ajax-dashboard6.php on line 2974
Warning: Undefined array key 2 in /home/hogan2/pennlake.us/ajax-dashboard6.php on line 2977
Change ajax-dashboard6.php
#error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING);
error_reporting(E_ALL);
to
error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING);
#error_reporting(E_ALL);
to squelch that error display.