I am trying to debug some code and my debugger halts on “everything” in order to notice some “bugs” somewhere that I did not notice. However, when debugging an even details page it halts multiple times on an EE Exception. https://i.imgur.com/jPvJrQj.png
$email_address is null, that I debug that events details page in an logged out status. But even if I am logged in the same exception appears.I understand that the email validator throws and exception, but why is it even called in the first place? Also the exception is thrown like 6 times.
It sounds like you’ll need to wrap your code that does something with $email_address in a conditional. In other words, make sure it’s not NULL before trying to do something with it.
I see, so this exception happens even when your custom code is removed?
Viewing 3 reply threads
The support post ‘EE throws exceptions on event details page’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.