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
Fatal errors should be handled by the bridge gracefully, but always generate the text 'Undefined variable: e' on a white page.
This appears to occur because UnknownException::setFatalErrorHandler calls Dispatcher::raiseError with an undefined variable $e, rather than an instance of Exception.
The text was updated successfully, but these errors were encountered:
Fatal errors should be handled by the bridge gracefully, but always generate the text 'Undefined variable: e' on a white page.
This appears to occur because UnknownException::setFatalErrorHandler calls Dispatcher::raiseError with an undefined variable $e, rather than an instance of Exception.
The text was updated successfully, but these errors were encountered: