a different global_start plugin or a totally different plugin? The only one that I have modified since the errors started (actually the only one that I ever modifed) was the one I showed above.
I got it fixed. I have microstats plugin and for some reason
PHP Code:
ksort($tempusagecache);
foreach ($tempusagecache AS $tempname => $times) {
if ($_TEMPLATEQUERIES["$tempname"]) {
$microstats .= 'Uncached templates: <b>' . $tempname . '</b> (' . $times . ')';
}
}
is generating an error. I just removed it as it never showed anways.