- Issue created by @lakhal
- πΊπ¦Ukraine pingwin4eg Zaporizhia πΊπ¦
The actual issue is in the advanced_language_selector module - π Error in Combination with facets module. Active
- π³π±Netherlands nvandijk
I'm currently also running into this issue, I am creating a LanguageBlock that extends the LanguageBlock.php from Drupal itself. This does not have a derivative id, which causes the facets module to throw this error.
The advanced_language_selector module that is mentioned in #2 is not installed in the project I'm working on. Making the $type optional resolved the issue for me.