Error
Failed opening required '/data/s/svenskakakel.se/www/public_html/../storage/cache/packages.php' (include_path='.:/opt/remi/php81/root/usr/share/pear:/opt/remi/php81/root/usr/share/php:/usr/share/pear:/usr/share/php') Error thrown with message "Failed opening required '/data/s/svenskakakel.se/www/public_html/../storage/cache/packages.php' (include_path='.:/opt/remi/php81/root/usr/share/pear:/opt/remi/php81/root/usr/share/php:/usr/share/pear:/usr/share/php')" Stacktrace: #12 Error in /data/s/svenskakakel.se/www/public_html/wp-content/themes/humbleguys/vendor/illuminate/filesystem/Filesystem.php:109 #11 Illuminate\Filesystem\Filesystem:Illuminate\Filesystem\{closure} in /data/s/svenskakakel.se/www/public_html/wp-content/themes/humbleguys/vendor/illuminate/filesystem/Filesystem.php:110 #10 Illuminate\Filesystem\Filesystem:getRequire in /data/s/svenskakakel.se/www/public_html/wp-content/themes/humbleguys/vendor/humble-guys/humble-core/src/App/PackageManifest.php:110 #9 HumbleCore\App\PackageManifest:getManifest in /data/s/svenskakakel.se/www/public_html/wp-content/themes/humbleguys/vendor/humble-guys/humble-core/src/App/PackageManifest.php:89 #8 HumbleCore\App\PackageManifest:config in /data/s/svenskakakel.se/www/public_html/wp-content/themes/humbleguys/vendor/humble-guys/humble-core/src/App/PackageManifest.php:68 #7 HumbleCore\App\PackageManifest:providers in /data/s/svenskakakel.se/www/public_html/wp-content/themes/humbleguys/vendor/humble-guys/humble-core/src/App/Application.php:201 #6 HumbleCore\App\Application:registerServiceProviders in /data/s/svenskakakel.se/www/public_html/wp-content/themes/humbleguys/vendor/humble-guys/humble-core/src/App/Application.php:76 #5 HumbleCore\App\Application:init in /data/s/svenskakakel.se/www/public_html/wp-content/mu-plugins/humbleCoreLoader.php:10 #4 include_once in /data/s/svenskakakel.se/www/public_html/wp-settings.php:442 #3 require_once in /data/s/svenskakakel.se/www/public_html/wp-config.php:60 #2 require_once in /data/s/svenskakakel.se/www/public_html/wp-load.php:50 #1 require_once in /data/s/svenskakakel.se/www/public_html/wp-blog-header.php:13 #0 require in /data/s/svenskakakel.se/www/public_html/index.php:17
Stack frames (13)
12
Error
/vendor/illuminate/filesystem/Filesystem.php109
11
Illuminate\Filesystem\Filesystem Illuminate\Filesystem\{closure}
/vendor/illuminate/filesystem/Filesystem.php110
10
Illuminate\Filesystem\Filesystem getRequire
/vendor/humble-guys/humble-core/src/App/PackageManifest.php110
9
HumbleCore\App\PackageManifest getManifest
/vendor/humble-guys/humble-core/src/App/PackageManifest.php89
8
HumbleCore\App\PackageManifest config
/vendor/humble-guys/humble-core/src/App/PackageManifest.php68
7
HumbleCore\App\PackageManifest providers
/vendor/humble-guys/humble-core/src/App/Application.php201
6
HumbleCore\App\Application registerServiceProviders
/vendor/humble-guys/humble-core/src/App/Application.php76
5
HumbleCore\App\Application init
/data/s/svenskakakel.se/www/public_html/wp-content/mu-plugins/humbleCoreLoader.php10
4
include_once
/data/s/svenskakakel.se/www/public_html/wp-settings.php442
3
require_once
/data/s/svenskakakel.se/www/public_html/wp-config.php60
2
require_once
/data/s/svenskakakel.se/www/public_html/wp-load.php50
1
require_once
/data/s/svenskakakel.se/www/public_html/wp-blog-header.php13
0
require
/data/s/svenskakakel.se/www/public_html/index.php17
/data/s/svenskakakel.se/www/public_html/wp-content/themes/humbleguys/vendor/illuminate/filesystem/Filesystem.php
 
    /**
     * Get the returned value of a file.
     *
     * @param  string  $path
     * @param  array  $data
     * @return mixed
     *
     * @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
     */
    public function getRequire($path, array $data = [])
    {
        if ($this->isFile($path)) {
            $__path = $path;
            $__data = $data;
 
            return (static function () use ($__path, $__data) {
                extract($__data, EXTR_SKIP);
 
                return require $__path;
            })();
        }
 
        throw new FileNotFoundException("File does not exist at path {$path}.");
    }
 
    /**
     * Require the given file once.
     *
     * @param  string  $path
     * @param  array  $data
     * @return mixed
     *
     * @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
     */
    public function requireOnce($path, array $data = [])
    {
        if ($this->isFile($path)) {
            $__path = $path;
            $__data = $data;
Arguments
  1. "Failed opening required '/data/s/svenskakakel.se/www/public_html/../storage/cache/packages.php' (include_path='.:/opt/remi/php81/root/usr/share/pear:/opt/remi/php81/root/usr/share/php:/usr/share/pear:/usr/share/php')"
    
/data/s/svenskakakel.se/www/public_html/wp-content/themes/humbleguys/vendor/illuminate/filesystem/Filesystem.php
    /**
     * Get the returned value of a file.
     *
     * @param  string  $path
     * @param  array  $data
     * @return mixed
     *
     * @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
     */
    public function getRequire($path, array $data = [])
    {
        if ($this->isFile($path)) {
            $__path = $path;
            $__data = $data;
 
            return (static function () use ($__path, $__data) {
                extract($__data, EXTR_SKIP);
 
                return require $__path;
            })();
        }
 
        throw new FileNotFoundException("File does not exist at path {$path}.");
    }
 
    /**
     * Require the given file once.
     *
     * @param  string  $path
     * @param  array  $data
     * @return mixed
     *
     * @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
     */
    public function requireOnce($path, array $data = [])
    {
        if ($this->isFile($path)) {
            $__path = $path;
            $__data = $data;
 
/data/s/svenskakakel.se/www/public_html/wp-content/themes/humbleguys/vendor/humble-guys/humble-core/src/App/PackageManifest.php
        })->filter()->all();
    }
 
    /**
     * Get the current package manifest.
     *
     * @return array
     */
    protected function getManifest()
    {
        if (! is_null($this->manifest)) {
            return $this->manifest;
        }
 
        if (! is_file($this->manifestPath)) {
            $this->build();
        }
 
        return $this->manifest = is_file($this->manifestPath) ?
            $this->files->getRequire($this->manifestPath) : [];
    }
 
    /**
     * Build the manifest and write it to disk.
     *
     * @return void
     */
    public function build()
    {
        $packages = [];
 
        if ($this->files->exists($path = $this->vendorPath.'/composer/installed.json')) {
            $installed = json_decode($this->files->get($path), true);
 
            $packages = $installed['packages'] ?? $installed;
        }
 
        $ignoreAll = in_array('*', $ignore = $this->packagesToIgnore());
 
        $this->write(collect($packages)->mapWithKeys(function ($package) {
/data/s/svenskakakel.se/www/public_html/wp-content/themes/humbleguys/vendor/humble-guys/humble-core/src/App/PackageManifest.php
 
    /**
     * Get all of the aliases for all packages.
     *
     * @return array
     */
    public function aliases()
    {
        return $this->config('aliases');
    }
 
    /**
     * Get all of the values for all packages for the given configuration name.
     *
     * @param  string  $key
     * @return array
     */
    public function config($key)
    {
        return collect($this->getManifest())->flatMap(function ($configuration) use ($key) {
            return (array) ($configuration[$key] ?? []);
        })->filter()->all();
    }
 
    /**
     * Get the current package manifest.
     *
     * @return array
     */
    protected function getManifest()
    {
        if (! is_null($this->manifest)) {
            return $this->manifest;
        }
 
        if (! is_file($this->manifestPath)) {
            $this->build();
        }
 
        return $this->manifest = is_file($this->manifestPath) ?
/data/s/svenskakakel.se/www/public_html/wp-content/themes/humbleguys/vendor/humble-guys/humble-core/src/App/PackageManifest.php
     * @param  string  $basePath
     * @param  string  $manifestPath
     * @return void
     */
    public function __construct(Filesystem $files, $basePath, $manifestPath)
    {
        $this->files = $files;
        $this->basePath = $basePath;
        $this->manifestPath = $manifestPath;
        $this->vendorPath = $basePath.'/vendor';
    }
 
    /**
     * Get all of the service provider class names for all packages.
     *
     * @return array
     */
    public function providers()
    {
        return $this->config('providers');
    }
 
    /**
     * Get all of the aliases for all packages.
     *
     * @return array
     */
    public function aliases()
    {
        return $this->config('aliases');
    }
 
    /**
     * Get all of the values for all packages for the given configuration name.
     *
     * @param  string  $key
     * @return array
     */
    public function config($key)
    {
/data/s/svenskakakel.se/www/public_html/wp-content/themes/humbleguys/vendor/humble-guys/humble-core/src/App/Application.php
        });
 
        $this->singleton('templates', function () {
            return new Templates;
        });
    }
 
    protected function registerBaseServiceProviders(): void
    {
        $this->register(new EventServiceProvider($this));
        $this->register(new LogServiceProvider($this));
        $this->register(new ValidationServiceProvider($this));
        $this->register(new TranslationServiceProvider($this));
    }
 
    protected function registerServiceProviders()
    {
        $providers = config('app.providers') ?? [];
 
        $providers = array_merge($providers, $this->make(PackageManifest::class)->providers() ?? []);
 
        if (empty($providers)) {
            return;
        }
 
        collect($providers)->each(function ($provider) {
            $this->register(new $provider($this));
        });
    }
 
    public function register($provider, $force = false)
    {
        if (($registered = $this->getProvider($provider)) && ! $force) {
            return $registered;
        }
 
        if (is_string($provider)) {
            $provider = $this->resolveProvider($provider);
        }
 
/data/s/svenskakakel.se/www/public_html/wp-content/themes/humbleguys/vendor/humble-guys/humble-core/src/App/Application.php
        if ($templatePath) {
            $this->setTemplatePath($templatePath);
        }
 
        if ($basePath) {
            $this->setBasePath($basePath);
        }
 
        Facade::setFacadeApplication($this);
 
        $this->registerBaseBindings();
        $this->registerBaseServiceProviders();
        $this->registerCoreContainerAliases();
 
        $this->hasBeenBootstrapped = true;
    }
 
    public function init()
    {
        $this->registerServiceProviders();
    }
 
    public function registerErrorHandler()
    {
        if ($_ENV['APP_DEBUG'] == 'true') {
            $whoops = new \Whoops\Run;
 
            $whoops->prependHandler(new \Whoops\Handler\PrettyPageHandler);
 
            $whoops->prependHandler(function () {
                // Hides sensible information of env isnt set to local
                if ($_ENV['APP_ENV'] !== 'local') {
                    $_ENV = [];
                    $_SERVER = [];
                }
 
                return Handler::DONE;
            });
 
            $whoops->register();
/data/s/svenskakakel.se/www/public_html/wp-content/mu-plugins/humbleCoreLoader.php
<?php
 
$app = new HumbleCore\App\Application(ABSPATH.'../', ABSPATH.'wp-content/themes/humbleguys');
 
$app->setConfigPath(templatePath('config'));
$app->setResourcePath(templatePath('resources'));
 
$app->loadConfigFiles();
 
$app->init();
 
add_action('init', function () use ($app) {
    $app->boot();
});
 
/data/s/svenskakakel.se/www/public_html/wp-settings.php
    require ABSPATH . WPINC . '/ms-functions.php';
    require ABSPATH . WPINC . '/ms-default-filters.php';
    require ABSPATH . WPINC . '/ms-deprecated.php';
}
 
// Define constants that rely on the API to obtain the default value.
// Define must-use plugin directory constants, which may be overridden in the sunrise.php drop-in.
wp_plugin_directory_constants();
 
/**
 * @since 3.9.0
 *
 * @global array $wp_plugin_paths
 */
$GLOBALS['wp_plugin_paths'] = array();
 
// Load must-use plugins.
foreach ( wp_get_mu_plugins() as $mu_plugin ) {
    $_wp_plugin_file = $mu_plugin;
    include_once $mu_plugin;
    $mu_plugin = $_wp_plugin_file; // Avoid stomping of the $mu_plugin variable in a plugin.
 
    /**
     * Fires once a single must-use plugin has loaded.
     *
     * @since 5.1.0
     *
     * @param string $mu_plugin Full path to the plugin's main file.
     */
    do_action( 'mu_plugin_loaded', $mu_plugin );
}
unset( $mu_plugin, $_wp_plugin_file );
 
// Load network activated plugins.
if ( is_multisite() ) {
    foreach ( wp_get_active_network_plugins() as $network_plugin ) {
        wp_register_plugin_realpath( $network_plugin );
 
        $_wp_plugin_file = $network_plugin;
        include_once $network_plugin;
Arguments
  1. "/data/s/svenskakakel.se/www/public_html/wp-content/mu-plugins/humbleCoreLoader.php"
    
/data/s/svenskakakel.se/www/public_html/wp-config.php
 
/*
 * Authentication Unique Keys and Salts
 */
define('AUTH_KEY', $_ENV['AUTH_KEY']);
define('SECURE_AUTH_KEY', $_ENV['SECURE_AUTH_KEY']);
define('LOGGED_IN_KEY', $_ENV['LOGGED_IN_KEY']);
define('NONCE_KEY', $_ENV['NONCE_KEY']);
define('AUTH_SALT', $_ENV['AUTH_SALT']);
define('SECURE_AUTH_SALT', $_ENV['SECURE_AUTH_SALT']);
define('LOGGED_IN_SALT', $_ENV['LOGGED_IN_SALT']);
 
/*
* Custom Settings
*/
define('DISALLOW_FILE_EDIT', true);
 
$table_prefix = $_ENV['DB_PREFIX'] ?: 'wp_';
 
require_once 'wp-settings.php';
 
Arguments
  1. "/data/s/svenskakakel.se/www/public_html/wp-settings.php"
    
/data/s/svenskakakel.se/www/public_html/wp-load.php
     * Initialize error reporting to a known set of levels.
     *
     * This will be adapted in wp_debug_mode() located in wp-includes/load.php based on WP_DEBUG.
     * @see https://www.php.net/manual/en/errorfunc.constants.php List of known error levels.
     */
    error_reporting( E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING | E_RECOVERABLE_ERROR );
}
 
/*
 * If wp-config.php exists in the WordPress root, or if it exists in the root and wp-settings.php
 * doesn't, load wp-config.php. The secondary check for wp-settings.php has the added benefit
 * of avoiding cases where the current directory is a nested installation, e.g. / is WordPress(a)
 * and /blog/ is WordPress(b).
 *
 * If neither set of conditions is true, initiate loading the setup process.
 */
if ( file_exists( ABSPATH . 'wp-config.php' ) ) {
 
    /** The config file resides in ABSPATH */
    require_once ABSPATH . 'wp-config.php';
 
} elseif ( @file_exists( dirname( ABSPATH ) . '/wp-config.php' ) && ! @file_exists( dirname( ABSPATH ) . '/wp-settings.php' ) ) {
 
    /** The config file resides one level above ABSPATH but is not part of another installation */
    require_once dirname( ABSPATH ) . '/wp-config.php';
 
} else {
 
    // A config file doesn't exist.
 
    define( 'WPINC', 'wp-includes' );
    require_once ABSPATH . WPINC . '/version.php';
    require_once ABSPATH . WPINC . '/compat.php';
    require_once ABSPATH . WPINC . '/load.php';
 
    // Check for the required PHP version and for the MySQL extension or a database drop-in.
    wp_check_php_mysql_versions();
 
    // Standardize $_SERVER variables across setups.
    wp_fix_server_vars();
Arguments
  1. "/data/s/svenskakakel.se/www/public_html/wp-config.php"
    
/data/s/svenskakakel.se/www/public_html/wp-blog-header.php
<?php
/**
 * Loads the WordPress environment and template.
 *
 * @package WordPress
 */
 
if ( ! isset( $wp_did_header ) ) {
 
    $wp_did_header = true;
 
    // Load the WordPress library.
    require_once __DIR__ . '/wp-load.php';
 
    // Set up the WordPress query.
    wp();
 
    // Load the theme template.
    require_once ABSPATH . WPINC . '/template-loader.php';
 
}
 
Arguments
  1. "/data/s/svenskakakel.se/www/public_html/wp-load.php"
    
/data/s/svenskakakel.se/www/public_html/index.php
<?php
/**
 * Front to the WordPress application. This file doesn't do anything, but loads
 * wp-blog-header.php which does and tells WordPress to load the theme.
 *
 * @package WordPress
 */
 
/**
 * Tells WordPress to load the WordPress theme and output it.
 *
 * @var bool
 */
define( 'WP_USE_THEMES', true );
 
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';
 
Arguments
  1. "/data/s/svenskakakel.se/www/public_html/wp-blog-header.php"
    

Environment & details:

empty
empty
empty
empty
empty
empty
empty
0. Whoops\Handler\PrettyPageHandler
1. Whoops\Handler\CallbackHandler