You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When NormalizeFormatter use method_exists on incomplete object it cause fatal error.
I found the problem in logs without any stacktrace information. It can happen when unserialize wrong response from service or unserialize outdated data from session. Anyway NormalizeFormatter should not make fatal error even on corrupted data.
Monolog version 2|3
When
NormalizeFormatter
usemethod_exists
on incomplete object it cause fatal error.I found the problem in logs without any stacktrace information. It can happen when
unserialize
wrong response from service orunserialize
outdated data from session. Anyway NormalizeFormatter should not make fatal error even on corrupted data.I made PR with fix. Please check it out. #1833
The text was updated successfully, but these errors were encountered: