- 🇧🇪Belgium JeroenT 🇧🇪
I think this is fixed by 🐛 DomainLanguageOverrider::__construct(): Argument #1 ($current_user) must be of type AccountProxyInterface Active
After installing domain_language I get this error.
There has been another issue for this, though it does not provide a full solution.
I found that when adding this to the initiateContext() function in DomainLanguageOverrider.php, the issue dissapears:
// Get the language context. Note that injecting the language manager
// into the service created a circular dependency error, so we load from
// the core service manager.
$this->languageManager = \Drupal::languageManager();
$this->language = $this->languageManager->getCurrentLanguage();
I provided a patch that adds this to the function.
Closed: duplicate
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I think this is fixed by 🐛 DomainLanguageOverrider::__construct(): Argument #1 ($current_user) must be of type AccountProxyInterface Active