Quote:
Originally posted by ranger2kxlt
speedstreet i get the same error
anyone have the fix? im on 2.2.9
|
FIXED
I simply removed the following code from the Start Dooutput replacement:
PHP Code:
if ($debug==1) {
$debugmode='Debug Mode <font color="{ hovercolor}">ON</font>';
} else {
$debugmode='Debug Mode OFF';
}
if ($gzipoutput==1) {
$gziptext='GZIP <font color="{ hovercolor}">enabled</font> - level '.$gziplevel;
} else {
$gziptext='GZIP disabled';
}