Closed (fixed)
Project:
ECA Classic Modeler
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2023 at 10:08 UTC
Updated:
31 Aug 2023 at 08:39 UTC
Jump to comment: Most recent, Most recent file
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.