drupal关于未初始化容器的意外错误

gijlo24d  于 2021-10-10  发布在  Java
关注(0)|答案(0)|浏览(274)

嘿,伙计们,希望你们今天过得愉快!朋友的一个站点的drupal安装有问题。
几周前,他们的“网络人”有一天失踪了,他们的drupal坏了,他们就被挂在那里。
这是错误及其详细输出。

The website encountered an unexpected error. Please try again later.
Drupal\Core\DependencyInjection\ContainerNotInitializedException: \Drupal::$container is not initialized yet. \Drupal::setContainer() must be called with a real container. in Drupal::getContainer() (line 130 of /var/www/vhosts/domain/httpdocs/core/lib/Drupal.php).
Drupal::getContainer() (Line: 158)
Drupal::service('extension.list.module') (Line: 271)
drupal_get_filename('module', 'auth0') (Line: 310)
drupal_get_path('module', 'auth0') (Line: 5)
include('/var/www/vhosts/domain/httpdocs/modules/gtms/src/Authentication/Provider/Auth0Auth.php') (Line: 444)
Composer\Autoload\includeFile('/var/www/vhosts/domain/httpdocs/modules/gtms/src/Authentication/Provider/Auth0Auth.php') (Line: 322)
Composer\Autoload\ClassLoader->loadClass('Drupal\gtms\Authentication\Provider\Auth0Auth')
spl_autoload_call('Drupal\gtms\Authentication\Provider\Auth0Auth')
is_subclass_of('Drupal\gtms\Authentication\Provider\Auth0Auth', 'Drupal\Core\Authentication\AuthenticationProviderInterface') (Line: 163)
Drupal\Core\DependencyInjection\Compiler\TaggedHandlersPass->processServiceCollectorPass(Array, 'authentication_collector', Object) (Line: 97)
Drupal\Core\DependencyInjection\Compiler\TaggedHandlersPass->process(Object) (Line: 140)
Symfony\Component\DependencyInjection\Compiler\Compiler->compile(Object) (Line: 789)
Symfony\Component\DependencyInjection\ContainerBuilder->compile() (Line: 1321)
Drupal\Core\DrupalKernel->compileContainer() (Line: 902)
Drupal\Core\DrupalKernel->initializeContainer() (Line: 477)
Drupal\Core\DrupalKernel->boot() (Line: 693)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)

我一直在试图在没有任何运气的情况下检查出了什么问题,感觉他们的网站更新不好,但我不确定,有人能告诉我正确的方向吗?老实说,我本人并不太喜欢drupal,但如果可能的话,我想解决他们的问题,这样他们的网站就可以恢复正常运行。
在有人问之前,不,我既不能接触贝壳也不能接触德鲁什。

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题