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
{{ message }}
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
Exception error handling is not working. When an exception error is thrown Bonfire throw it's own and never show you what the initial error is. It looks like the exception error handling is broken.
A PHP Error was encountered
Severity: Error
Message: Uncaught TypeError: Argument 1 passed to CI_Exceptions::show_exception() must be an instance of Exception, instance of Error given, called in /app/bonfire/ci3/core/Common.php on line 676 and defined in /app/bonfire/ci3/core/Exceptions.php:190 Stack trace: #0 /app/bonfire/ci3/core/Common.php(676): CI_Exceptions->show_exception(Object(Error)) #1 [internal function]: _exception_handler(Object(Error)) #2 {main} thrown
Filename: core/Exceptions.php
Line Number: 190
Backtrace:
The text was updated successfully, but these errors were encountered:
Exception error handling is not working. When an exception error is thrown Bonfire throw it's own and never show you what the initial error is. It looks like the exception error handling is broken.
The text was updated successfully, but these errors were encountered: