- Issue created by @GafgarionMorua
- Merge request !6Issue #3342501: Uncaught exception 'TypeError' with message... β (Open) created by GafgarionMorua
- Status changed to Needs review
almost 2 years ago 10:37pm 16 February 2023 - πΊπΈUnited States mark_fullmer Tucson
I also encountered this error -- seeing it in the logs of a site running on Drupal 9.5.7 with PHP 8.1. I'm also not clear what triggered it, and I can't reproduce the problem, so I can't functionally test the fix. That said, the conditional proposed in the MR should address the NULL error.
Also: given the type of error, I think this is most likely only going to happen in PHP 8.
- Status changed to RTBC
over 1 year ago 7:18pm 5 May 2023 - πΊπΈUnited States bkosborne New Jersey, USA
For what it's worth, I encountered this on the maintenance mode page.
- πΊπΈUnited States aitala
Quick note - I am getting this with the 1.3.0 version of the module and PHP 8.1
Eric
- π¨πSwitzerland znerol
RTBC++
Encountered this on the maintenance page as well.
- πΊπΈUnited States joshmiller Indianapolis, Indiana, USA
RTBC++ ... Came here to point out this is an error state that happens when in Maintenance Mode, but I see that has already been covered.
- π¬π§United Kingdom Alina Basarabeanu
We are getting this error on version 1.3.0
The patch fixed the issue. -
svendecabooter β
committed 97c87fde on 1.0.x
Issue #3342501 by lic_morua: Uncaught exception 'TypeError' with message...
-
svendecabooter β
committed 97c87fde on 1.0.x
- π§πͺBelgium svendecabooter Gent
Thanks for the MR & reviews. Committed now.