* @param string $provider * @return \Illuminate\Support\ServiceProvider */ public function createProvider($provider) { return new $provider($this->app); }} // the application so we can compare it on each request to the service // and determine if the manifest should be recompiled or is current. $manifest = $this->freshManifest($providers); foreach ($providers as $provider) { $instance = $this->createProvider($provider); // When recompiling the service manifest, we will spin through each of the // providers and check if it's a deferred provider or not. If so we'll // add it's provided services to the manifest and note the provider. if ($instance->isDeferred()) { // First we will load the service manifest, which contains information on all // service providers registered with the application and which services it // provides. This is used to know which services are "deferred" loaders. if ($this->shouldRecompile($manifest, $providers)) { $manifest = $this->compileManifest($providers); } // Next, we will register events to load the providers for each of the events // that it has requested. This allows the service provider to defer itself // while still getting automatically loaded when a certain event occurs. }); $providers->splice(1, 0, [$this->make(PackageManifest::class)->providers()]); (new ProviderRepository($this, new Filesystem(), $this->getCachedServicesPath())) ->load($providers->collapse()->toArray()); } /** * Register a service provider with the application. * * @param \Illuminate\Contracts\Foundation\Application $app * @return void */ public function bootstrap(Application $app) { $app->registerConfiguredProviders(); }} $this->hasBeenBootstrapped = true; foreach ($bootstrappers as $bootstrapper) { $this['events']->dispatch('bootstrapping: '.$bootstrapper, [$this]); $this->make($bootstrapper)->bootstrap($this); $this['events']->dispatch('bootstrapped: '.$bootstrapper, [$this]); } } * @return void */ public function bootstrap() { if (! $this->app->hasBeenBootstrapped()) { $this->app->bootstrapWith($this->bootstrappers()); } } /** * Handle an incoming HTTP request. { $this->app->instance('request', $request); Facade::clearResolvedInstance('request'); $this->bootstrap(); } /** * Call the terminate method on any terminable middleware. * * @return void */ protected function bootWordPress(ApplicationContract $app) { $app->make(\Illuminate\Contracts\Http\Kernel::class) ->handle(\Illuminate\Http\Request::capture()); } /** * Get Application instance. * \Roots\Acorn\Http\Kernel::class ); return $this->bootHttp($app); } return $this->bootWordPress($app); } /** * Enable $_SERVER[HTTPS] in a console environment. * 'link_text' => __('Acorn Docs: Installation', 'sage'), ] );}\Roots\bootloader()->boot();/*|--------------------------------------------------------------------------| Register Sage Theme Files|-------------------------------------------------------------------------- $wp_theme = wp_get_theme( basename( $theme ) ); $wp_theme->load_textdomain(); if ( file_exists( $theme . '/functions.php' ) ) { include $theme . '/functions.php'; }}unset( $theme, $wp_theme );/**if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', __DIR__ . '/' );}/** Sets up WordPress vars and included files. */require_once ABSPATH . 'wp-settings.php'; * 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';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. * @var bool */define( 'WP_USE_THEMES', true );/** Loads the WordPress Environment and Template */require __DIR__ . '/wp-blog-header.php';|
Error
|
|---|
Error:
Class "Log1x\AcfComposer\Providers\AcfComposerServiceProvider" not found
at /home/u502662132/domains/fundacionbancosabadell.jelliby.tech/public_html/wp-content/themes/fundacionbs-theme/vendor/roots/acorn/src/Illuminate/Foundation/ProviderRepository.php:206
at Illuminate\Foundation\ProviderRepository->createProvider()
(/home/u502662132/domains/fundacionbancosabadell.jelliby.tech/public_html/wp-content/themes/fundacionbs-theme/vendor/roots/acorn/src/Illuminate/Foundation/ProviderRepository.php:142)
at Illuminate\Foundation\ProviderRepository->compileManifest()
(/home/u502662132/domains/fundacionbancosabadell.jelliby.tech/public_html/wp-content/themes/fundacionbs-theme/vendor/roots/acorn/src/Illuminate/Foundation/ProviderRepository.php:61)
at Illuminate\Foundation\ProviderRepository->load()
(/home/u502662132/domains/fundacionbancosabadell.jelliby.tech/public_html/wp-content/themes/fundacionbs-theme/vendor/roots/acorn/src/Roots/Acorn/Application.php:339)
at Roots\Acorn\Application->registerConfiguredProviders()
(/home/u502662132/domains/fundacionbancosabadell.jelliby.tech/public_html/wp-content/themes/fundacionbs-theme/vendor/roots/acorn/src/Illuminate/Foundation/Bootstrap/RegisterProviders.php:17)
at Illuminate\Foundation\Bootstrap\RegisterProviders->bootstrap()
(/home/u502662132/domains/fundacionbancosabadell.jelliby.tech/public_html/wp-content/themes/fundacionbs-theme/vendor/roots/acorn/src/Illuminate/Foundation/Application.php:242)
at Illuminate\Foundation\Application->bootstrapWith()
(/home/u502662132/domains/fundacionbancosabadell.jelliby.tech/public_html/wp-content/themes/fundacionbs-theme/vendor/roots/acorn/src/Roots/Acorn/Kernel.php:50)
at Roots\Acorn\Kernel->bootstrap()
(/home/u502662132/domains/fundacionbancosabadell.jelliby.tech/public_html/wp-content/themes/fundacionbs-theme/vendor/roots/acorn/src/Roots/Acorn/Kernel.php:66)
at Roots\Acorn\Kernel->handle()
(/home/u502662132/domains/fundacionbancosabadell.jelliby.tech/public_html/wp-content/themes/fundacionbs-theme/vendor/roots/acorn/src/Roots/Acorn/Bootloader.php:264)
at Roots\Acorn\Bootloader->bootWordPress()
(/home/u502662132/domains/fundacionbancosabadell.jelliby.tech/public_html/wp-content/themes/fundacionbs-theme/vendor/roots/acorn/src/Roots/Acorn/Bootloader.php:129)
at Roots\Acorn\Bootloader->boot()
(/home/u502662132/domains/fundacionbancosabadell.jelliby.tech/public_html/wp-content/themes/fundacionbs-theme/functions.php:43)
at include('/home/u502662132/domains/fundacionbancosabadell.jelliby.tech/public_html/wp-content/themes/fundacionbs-theme/functions.php')
(/home/u502662132/domains/fundacionbancosabadell.jelliby.tech/public_html/wp-settings.php:710)
at require_once('/home/u502662132/domains/fundacionbancosabadell.jelliby.tech/public_html/wp-settings.php')
(/home/u502662132/domains/fundacionbancosabadell.jelliby.tech/public_html/wp-config.php:103)
at require_once('/home/u502662132/domains/fundacionbancosabadell.jelliby.tech/public_html/wp-config.php')
(/home/u502662132/domains/fundacionbancosabadell.jelliby.tech/public_html/wp-load.php:50)
at require_once('/home/u502662132/domains/fundacionbancosabadell.jelliby.tech/public_html/wp-load.php')
(/home/u502662132/domains/fundacionbancosabadell.jelliby.tech/public_html/wp-blog-header.php:13)
at require('/home/u502662132/domains/fundacionbancosabadell.jelliby.tech/public_html/wp-blog-header.php')
(/home/u502662132/domains/fundacionbancosabadell.jelliby.tech/public_html/index.php:17)
|