- Issue created by @geek-merlin
- Merge request !41Issue #3480202: Exception when membership is deleted after user β (Merged) created by geek-merlin
- π©πͺGermany geek-merlin Freiburg, Germany
ME applies cleanly on my site and fixes the issue for me.
- First commit to issue fork.
-
geek-merlin β
committed 54c0ed12 on 4.0.x
Issue #3480202: Exception when membership is deleted after user
-
geek-merlin β
committed 54c0ed12 on 4.0.x
-
lobsterr β
committed 6e2cba90 on 3.0.x
Issue #3480202 by geek-merlin, lobsterr: Exception when membership is...
-
lobsterr β
committed 6e2cba90 on 3.0.x
-
lobsterr β
committed 82a7eb53 on 2.x
Issue #3480202 by geek-merlin, lobsterr: Exception when membership is...
-
lobsterr β
committed 82a7eb53 on 2.x
- π§πͺBelgium lobsterr
Thank you for your contribution. I will tag a new release
Automatically closed - issue fixed for 2 weeks with no activity.
- πΊπΈUnited States brooke_heaton
This is also happening on 3.0.0-rc3.
Call to a member function id() on null in ginvite_group_content_delete() (line 209 of modules/contrib/ginvite/ginvite.module). call_user_func_array(Object, Array) (Line: 416)
Happy to open a new ticket if needed.
- π§πͺBelgium lobsterr
@brooke_heaton, it looks like you are using not 3.0.0-rc3,
As you can see here in this ticket I fixed the issue: fix
And the right code is there, in your error you have a call of id(), but it was removed : https://git.drupalcode.org/project/ginvite/-/blob/3.0.x/ginvite.module?ref_type=heads#L209
I believe you are still on rc2. Could you checked it