Conflict with composer_deploy

Created on 16 August 2023, over 1 year ago

Problem/Motivation

With the newer versions, where fast404 becomes fast_404 as the folder path, this causes a error when trying to load the available updates.

πŸ› Bug report
Status

Active

Version

3.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States devkinetic

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • 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 to fast_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

Production build 0.71.5 2024