Faulty database query: "'.$e->getQuery().'".';
}
catch(Exception $e){
$content = '
'.$e->getMessage().'
';
}
if(defined('USING_OLD_CONFIG')){
$content = 'Your WebMUM installation is still using the old deprecated config style!
Please update your config to the new style (an example config can be found in config.php.example)
and delete your old config.inc.php and config.inc.php.example.
'.$content;
}
echo Router::loadAndBufferOutput(
'include/php/template/layout.php',
array(
'content' => $content,
)
);