I switched my GoDaddy to PHP 8.4 and everything is running great after I added the option "gd" in my PHP options. Then the graphs were ok. I also had to change some code in inc-rainfall-get-noaa.php (if you use that script)
old line: // while (($data = fgetcsv($fp, 2500, ",")) !== FALSE) { Changed 3-15-2025 for PHP 2.4
new line: while (($data = fgetcsv($fp, 2500, ",", '"', "\\")) !== FALSE) {
I've been running 8.4 for a few days now and I don't have any error_log dataset.