I've turned it back on again...

and also in configuation

PHP Code:
<?php
  ini_set
('display_errors''1');
  
define('STRICT_ERROR_REPORTING'true);
  
define('DEBUG_AUTOLOAD',true);
  
error_reporting(E_ALL E_STRICT); 
?>
DrByte, does the site work for you in both FF2 and IE6 ?