FRAMEWORK OK
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('site') in /hp/cq/ab/hc/www/j5-maus/index.php (line 11)
  1. require_once __DIR__ '/includes/defines.php';
  2. require_once __DIR__ '/includes/framework.php';
  3. echo "FRAMEWORK OK<br>";
  4. $app \Joomla\CMS\Factory::getApplication('site');
  5. echo "APP OK<br>";

Stack Trace

Exception
Exception:
Failed to start application

  at /hp/cq/ab/hc/www/j5-maus/libraries/src/Factory.php:158
  at Joomla\CMS\Factory::getApplication('site')
     (/hp/cq/ab/hc/www/j5-maus/index.php:11)