After a recent update (https://git.drupalcode.org/project/examples/commit/746b24a0b88d806f6fa4a...) in the module getting the below error.
Drupal\Core\Extension\Exception\UnknownExtensionException: The module ajax_example does not exist or is not installed. in Drupal\Core\Extension\ExtensionList->getExtensionInfo() (line 344 of /var/www/web/core/lib/Drupal/Core/Extension/ExtensionList.php
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | getting_error-3092947.patch | 1.34 KB | pratik_kamble |
Comments
Comment #2
pratik_kambleWorkin on fixing it.
Comment #3
pratik_kamblePlease find the below patch to fix the issue.
Comment #4
pratik_kambleComment #5
msidiagnos commentedI've got the same error after the last update of the Drupal core and some modules including "examples" (Updating drupal/examples dev-1.x (71da2d0 => 56eebb7): Checking out 56eebb7e27).
The patch solved this problem.
Comment #6
jungleThis patch could fix a few tests of submodules as well. Thanks!
Comment #7
jungleTest cases of my patch included the patch here, are all green now. See https://www.drupal.org/project/examples/issues/3103586#comment-13406194
Comment #8
valthebaldComment #10
valthebaldCommitted to 8.x-1.x, thank you!