CodeIgniter Forums
Error on show_error() - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Error on show_error() (/showthread.php?tid=43811)



Error on show_error() - El Forum - 07-24-2011

[eluser]felix_[/eluser]
Hey,
i dont think i changed anything important on my application but suddenly i hav problems with the show_error function.
Every time i call show_error("") i get an error from my webserver:
A PHP Error was encountered

Severity: Notice

Message: Undefined property: CI_Exceptions::$load

Filename: errors/error_general.php

Line Number: 2

Fatal error: Call to a member function helper() on a non-object in .../application/errors/error_general.php on line 2

Can someone tell me what is the reason for this?