- Issue created by @devkinetic
- πΊπΈUnited States inversed
I'm also seeing this error. Any idea of a workaround? This is the error I get on
/admin/reports/updates
Drupal\Core\Extension\Exception\UnknownExtensionException: The module fast_404 does not exist or is not installed. in Drupal\Core\Extension\ExtensionList->getExtensionInfo() (line 347 of core/lib/Drupal/Core/Extension/ExtensionList.php).
From what I've read, this happens when the Module's info file is missing (or in this case, has a name that doesn't match the folder)?
Manually renaming
fast404.info.yml
tofast_404.info.yml
and rebuilding the cache with Drush fixes the problem but that doesn't let me deploy. - πΊπΈUnited States inversed
To anyone looking for the fix, it looks like updating the composer_deploy module to a newer version should solve this issue. I believe the issue was fixed in #3412035 π Error when there is no Drupal project name.info.yml file Needs review