AzimuthDesigns Hi
It seems not load the correct style, I updated this line of code:
<?php //if($theme && is_file(T3_TEMPLATE_PATH . '/css/themes/' . $theme . '/error.css')):?>
<?php if($theme && is_file(__DIR__ . '/css/themes/' . $theme . '/error.css')):?>
in this file: /templates/ja_aiga/error.php
Kindly check.