Index: global.inc.php
===================================================================
--- global.inc.php	(revision 2219)
+++ global.inc.php	(working copy)
@@ -75,8 +75,10 @@
             $buffer = ob_get_clean();
             echo 'OB:';
             var_dump(ini_get('output_buffering'));
-            echo 'GZ:';
-            var_dump($SETTINGS['gzipcompress']);
+            if (isset($SETTINGS['gzipcompress'])) {
+                echo 'GZ:';
+                var_dump($SETTINGS['gzipcompress']);
+            }
             echo "<br /><br />Error: XMB failed to start due to file corruption. "
                . "Please inspect $error_source.  It has generated the following unexpected output:$buffer";
         }
