Call to a member function execute() on int (500 Whoops, looks like something went wrong.)

Error

HTTP 500 Whoops, looks like something went wrong.

Call to a member function execute() on int

Exception

Error

  1. <?php
  2. define('_JEXEC', 1);
  3. if (file_exists(__DIR__ . '/defines.php')) { include_once __DIR__ . '/defines.php'; }
  4. if (!defined('_JDEFINES')) { define('JPATH_BASE', __DIR__); require_once JPATH_BASE . '/includes/defines.php'; }
  5. require_once JPATH_BASE . '/includes/framework.php';
  6. (require_once __DIR__ . '/includes/app.php')->execute();

Stack Trace

Error
Error:
Call to a member function execute() on int

  at /var/www/clients/client1/web1/web/index.php:6