line: 33 php_define = /home/usbf/public_html/includes/defines.php
line: 34 php_framework = /home/usbf/public_html/includes/framework.php

JPATH_BASE =/home/usbf/public_html
FOUND defines.php
FOUND framework.php
line: 68 trying to set mainframe
line: 70 BYPASS set mainframe
line: 75 IGNORE trying to set application based on line in Factory.php
line: 76 trying to set apps Failed to start application (500 Whoops, looks like something went wrong.)

Exception

HTTP 500 Whoops, looks like something went wrong.

Failed to start application

Exception

Exception

  1.      * @throws  \Exception
  2.      */
  3.     public static function getApplication()
  4.     {
  5.         if (!self::$application) {
  6.             throw new \Exception('Failed to start application'500);
  7.         }
  8.         return self::$application;
  9.     }
Factory::getApplication() in /home/usbf/public_html/apps/includes/session.php (line 77)
  1. ////////    echo "<br> line: " . __LINE__ . "  BYPASS set mainframe" ; 
  2. /////////////////    echo "<br> line: " . __LINE__ . "  trying to set application based on line in Factory.php" ; 
  3. /////// $application = Factory::getApplication()->getConfig();
  4.     echo "<br> line: " __LINE__ "  IGNORE trying to set application based on line in Factory.php" 
  5.     echo "<br> line: " __LINE__ "  trying to set apps" 
  6. $apps Factory::getApplication()->getConfig();
  7. //    echo "<br> line: " . __LINE__ . "  BYPASS set apps" ; 
  8.     echo "<br> line: " __LINE__ "  trying to set prefix" 
  9. $prefix $app->get('dbprefix');
  10.     echo "<br> line: " __LINE__ "  trying to initialise mainframe" 
  11. $mainframe->initialise();
include('/home/usbf/public_html/apps/includes/session.php') in /home/usbf/public_html/apps/entries.php (line 46)
  1.     $debugent2  0;
  2.     $debugent3  0;
  3. // is_test
  4. /// must be before header
  5. include "includes/session.php";    // access joomla login
  6. /*
  7. // test if logged in //
  8. if (isset($my) && $my->username<>"")
  9. {

Stack Trace

Exception
Exception:
Failed to start application

  at /home/usbf/public_html/libraries/src/Factory.php:158
  at Joomla\CMS\Factory::getApplication()
     (/home/usbf/public_html/apps/includes/session.php:77)
  at include('/home/usbf/public_html/apps/includes/session.php')
     (/home/usbf/public_html/apps/entries.php:46)