- 🇳🇱Netherlands solide-echt
I stumbled into the same issue. It was caused by module 'path' not being enabled. My site involved is rather technical with validated accounts only so need for SEO.
Can't install FAQ module 8.x-1.1 on drupal 9.4.1
1. Add module through composer:
composer require 'drupal/faq:^1.1'
2. From "Extend" page, try to enable "FAQ" module
FAQ module should be enabled.
Got error message:
Unable to install Frequently Asked Questions due to unmet dependencies: core.entity_form_display.node.faq.default (path)
I'm not sure what dependency is this? Any advice?
Active
1.1
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I stumbled into the same issue. It was caused by module 'path' not being enabled. My site involved is rather technical with validated accounts only so need for SEO.