
<script type="text/javascript">
  var goToContactPageAfterError = function() {
    var url = '/index.php/help/contact';
    var name = 'RW5naW5lX0xvYWRlcl9FeGNlcHRpb24%3D';
    var loc = 'aHR0cHM6Ly9la29heWl0aS5jb20vaW5kZXgucGhwL3NpdGVtYXA%2FZm9ybWF0PXhtbCZyZXdyaXRlPTE%3D';
    var time = 'MTc4MTMzNTE5MQ%3D%3D';
    //window.location.href = url + '?name=' + name + '&loc=' + loc + '&time=' + time; TRM-VS710(CHANGED)
    loadAjaxContentApp(url + '?name=' + name + '&loc=' + loc + '&time=' + time);
  }
</script>


<div class="error_page_main">
<div id="content">
  <div class="error_page_img">
    <img src="/externals/images/error/error-img.png" alt="Error">
  </div>
  <div class="error_page_right">
    <h2>We apologize for the inconvenience!</h2>
    <div id="error-code">
      <p>
      It seems you have encountered a nasty Bug.Please report the error code to the webmaster using the <a href="javascript:void(0);" onclick="goToContactPageAfterError();return false;">contact</a> form so we may correct the issue as soon as possible.      </p>
      <p class="error_code">Error Code: c18dd1</p>
              <pre>Engine_Loader_Exception: Could not load class: Core_Model_DbTable_MenuItems in /home/ekoayiti/public_html/application/libraries/Engine/Loader.php:124
Stack trace:
#0 /home/ekoayiti/public_html/application/libraries/Engine/Loader.php(153): Engine_Loader::loadClass('Core_Model_DbTa...')
#1 /home/ekoayiti/public_html/application/libraries/Engine/Api.php(249): Engine_Loader->load('Core_Model_DbTa...')
#2 /home/ekoayiti/public_html/application/libraries/Engine/Api.php(223): Engine_Api->load('core', 'Model_DbTable', 'menuItems')
#3 /home/ekoayiti/public_html/application/modules/Core/Api/Menus.php(192): Engine_Api->__call('getDbtable', Array)
#4 /home/ekoayiti/public_html/application/modules/Core/Api/Menus.php(33): Core_Api_Menus->getMenu('core_sitemap')
#5 /home/ekoayiti/public_html/application/modules/Core/Api/Menus.php(25): Core_Api_Menus->getMenuParams('core_sitemap', Array, NULL)
#6 /home/ekoayiti/public_html/application/modules/Core/controllers/SitemapController.php(29): Core_Api_Menus->getNavigation('core_sitemap')
#7 /home/ekoayiti/public_html/application/libraries/Zend/Controller/Action.php(516): Core_SitemapController->indexAction()
#8 /home/ekoayiti/public_html/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('indexAction')
#9 /home/ekoayiti/public_html/application/libraries/Zend/Controller/Front.php(955): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#10 /home/ekoayiti/public_html/application/modules/Core/Bootstrap.php(84): Zend_Controller_Front->dispatch()
#11 /home/ekoayiti/public_html/application/libraries/Engine/Application.php(153): Core_Bootstrap->run()
#12 /home/ekoayiti/public_html/application/index.php(322): Engine_Application->run()
#13 /home/ekoayiti/public_html/boot.php(47): include('/home/ekoayiti/...')
#14 /home/ekoayiti/public_html/index.php(36): Engine_Boot->boot()
#15 {main}</pre>
          </div>
  </div>
  </div>
</div>

<style type="text/css">
  #global_content{
    padding:0;
    width:calc(100% - 30px);
  }
  .error_page_main *{
    font-family: roboto, arial, sans-serif;
    margin: 0px;
    padding: 0px;
  }
  .error_page_main{
    background-image:url(https://www.timlxstatic.com/externals/images/error/error-bg.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding:50px 20px;
  }
  #content{
    max-width:1400px;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap:wrap;
    margin:auto;
  }
  .error_page_img{
    width: 50%;
    padding-right: 30px;
  }
  .error_page_img img{
    max-width: 100%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
  }
  @-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px); }
  }
  @keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px); }
  }
  .error_page_right{
    width:50%;
  }
  .error_page_right h3{
    font-size: 35px;
    margin-bottom: 10px;
    color: #1D3666;
  }
  .error_page_right .caption{
    display: block;
    font-size: 22px;
    color: #2B2A2A;
    margin-bottom: 15px;
    line-height:1.5;
  }
  .error_page_right #error-code{
    color: #1d3666;
    word-break: break-word;
    line-height: 150%;
  }
  .error_page_right #error-code .error_code{
    font-weight:bold;
    margin-bottom:10px;
  }
  .error_page_right #error-code pre{
    max-height:350px;
    overflow: auto;
  }
  @media (max-width:1199px){
    #content{
      width: 100%;
    }
    .error_page_main{
      padding:20px 15px;
    }
  }
  @media (max-width:991px){
    #content{
      flex-direction: column;
    }
    .error_page_img{
      width: 100%;
      text-align: center;
      margin-bottom: 25px;
      margin-right: 0;
    }
    .error_page_img img{
      margin: 0 auto;
      max-width:400px;
    }
    .error_page_right{
      width:100%;
    }
    .error_page_right h3,
    .error_page_right .caption,
    .error_page_right #error-code .error_code{
      text-align:center !important;
    }
  }
  @media (max-width:767px){
    .error_page_right h3{
      font-size: 25px;
      margin-bottom: 6px;
    }
    .error_page_right .caption{
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 10px;
    }
  }
</style>