new EnvironmentVariableResolver($this); } return $this->envVariableResolver; case $definition instanceof InstanceDefinition: if (!$this->instanceResolver) { $this->instanceResolver = new InstanceInjector($this, $this->proxyFactory); } return $this->instanceResolver; default: throw new \RuntimeException('No definition resolver was configured for definition of type ' . \get_class($definition)); } } }
Fatal error: Uncaught Error: Class "ElementorDeps\DI\Definition\Resolver\ResolverDispatcher" not found in /htdocs/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Container.php:92 Stack trace: #0 /htdocs/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/ContainerBuilder.php(155): ElementorDeps\DI\Container->__construct(Object(ElementorDeps\DI\Definition\Source\SourceChain), Object(ElementorDeps\DI\Proxy\ProxyFactory), NULL) #1 /htdocs/wp-content/plugins/elementor/includes/container/container.php(37): ElementorDeps\DI\ContainerBuilder->build() #2 /htdocs/wp-content/plugins/elementor/includes/container/container.php(45): Elementor\Container\Container::initialize() #3 /htdocs/wp-content/plugins/elementor/includes/plugin.php(646): Elementor\Container\Container::initialize_instance() #4 /htdocs/wp-content/plugins/elementor/includes/plugin.php(890): Elementor\Plugin->initialize_container() #5 /htdocs/wp-content/plugins/elementor/elementor.php(58): require('/htdocs/wp-cont...') #6 /htdocs/wp-settings.php(526): include_once('/htdocs/wp-cont...') #7 /htdocs/wp-config.php(92): require_once('/htdocs/wp-sett...') #8 /htdocs/wp-load.php(50): require_once('/htdocs/wp-conf...') #9 /htdocs/wp-blog-header.php(13): require_once('/htdocs/wp-load...') #10 /htdocs/index.php(17): require('/htdocs/wp-blog...') #11 {main} thrown in /htdocs/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Container.php on line 92