You’re going to hate me by the end of all this I read a few posts ago that the graph on the admin home page took a long time to load. Before this little update it was instantaneous for me. Now it’s taking over 2 mins and errors out with:
Fatal error: Maximum execution time of 120 seconds exceeded in (…)corelibpchartpChart.class.php on line 372
It also makes the CPU 100% while this is trying to run.
I have just tested the downloads bit and that seems to be working fine now thanks.
You’re going to hate me by the end of all this I read a few posts ago that the graph on the admin home page took a long time to load. Before this little update it was instantaneous for me. Now it’s taking over 2 mins and errors out with:
Fatal error: Maximum execution time of 120 seconds exceeded in (…)corelibpchartpChart.class.php on line 372
It also makes the CPU 100% while this is trying to run.
I have just tested the downloads bit and that seems to be working fine now thanks.
Haha, it’s ok. Gotta work these kinks out somehow.
Seems like it’s locking up on scaling.
Can you do this for me:
In admin/modules/dashboard/dashboard.php, line 57 is this:
$reportcounts = PIREPData::ShowReportCounts();
After that, add:
print_r($reportcounts);
echo serialize($reportcounts);
And just paste that output in there. It’s a bug in the charting I’m using apparently, I’ll have to fix that and send the patch to developers