I updated the file: /templates/ja_aiga/tpls/blocks/mainbody.php
Line 16:
if (in_array(JFactory::getApplication()->input->get('Itemid'), $this->getParam('skip_component_content')) && JFactory::getApplication()->input->get('option') != 'com_config')
changed to:
if (is_array($this->getParam('skip_component_content')) &&
in_array(JFactory::getApplication()->input->getInt('Itemid'), $this->getParam('skip_component_content')))
Your site is working now.