Open cosmomathieu opened 6 years ago
I tried upgrading to CI 3.1.9
but encountered a different error Route class not found in config.php
. I ended up fixing this issue by modifying the Exception
class under bonfire/ci3/core/Exception.php
with the information mentioned here https://stackoverflow.com/questions/36982769/codeigniter-ci-exceptionsshow-exception-error-after-updating-to-php-7#.
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.