Drupal\Core\Extension\Exception\UnknownExtensionException: The module does not exist. in Drupal\Core\Extension\ExtensionList->get() (line 265 of core/lib/Drupal/Core/Extension/ExtensionList.php).
Getting below error after saving the event using core modeller.
Drupal\Core\Extension\Exception\UnknownExtensionException: The module does not exist. in Drupal\Core\Extension\ExtensionList->get() (line 265 of core/lib/Drupal/Core/Extension/ExtensionList.php).
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | 3345176-module-does-not-exists-9.patch | 978 bytes | _renify_ |
| #8 | Screenshot 2023-06-29 at 10.55.59 AM.png | 54.04 KB | _renify_ |
Comments
Comment #2
mxh commentedI need the full stack trace in order to reproduce this. Which event is it that you're trying to save? What other modules are you using?
Comment #3
mageshbcet1 commentedHi,
I got below error when I try to add and save any event.
This is working in plain Drupal setup but the same is not working in my application. It doesn't show which module doesn't exist from the above error message.
Comment #4
mxh commentedWhat other modules are you using?
Comment #5
mxh commentedWhich version of ECA and ECA Core Modeller?
Comment #6
mageshbcet1 commentedI'm using so many modules. I can't mentioned them here.
ECA Version : 1.1.1
ECA Core Modeller: 1.0.4
Comment #7
ajlow commentedI am getting this error as well. I am using:
ECA Version : 1.1.2
ECA Core Modeller: 1.0.5
I have quite a lot of modules as well which would make it hard to track. What I did was go into the code to see what the issue is.
Doing some tracing, it looks like the issue is with this line of code in the EcaForm.php:
The assumption is that the
$definitionarray has a'provider'key.Most of the definitions do have a
'provider'key, however it died on me with this definition:As you can see, there is no
'provider'key.Possible solution:
Should there be a check to see whether the key is set? If not, then skip?
Comment #8
_renify_ commentedIt seems pathauto_file_update_action has null value on
provider.Comment #9
_renify_ commentedComment #11
mxh commentedThis should now be fixed with the last commit. If not, feel free to re-open this.