CodeIgniter CI_Exceptions :: show_exception Fehler nach Aktualisierung auf PHP 7

Ich habe CodeIgniter 3.0.0 mit PHP 5.6 verwendet.

Gestern habe ich auf PHP 7 aktualisiert und folgende Fehlermeldung erhalten: -

Uncaught TypeError: Argument 1 passed to CI_Exceptions::show_exception() must be
 an instance of Exception, instance of Error given, called in /my/file/path/app/system/core/Common.php on line 658 and defined in /my/file/path/hgx_portal/app/system/core/Exceptions.php:190
Stack trace:
#0 /my/file/path/hgx_portal/app/system/core/Common.php(658): CI_Exceptions->show_exception(Object
(Error))
#1 [internal function]: _exception_handler(Object(Error))
#2 {main}
  thrown in /my/file/path/hgx_portal/app/system/core/Exceptions.phpon line 190

Antworten auf die Frage(2)

Ihre Antwort auf die Frage