CodeIgniter Forums
404_override controller errors on template - 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: 404_override controller errors on template (/showthread.php?tid=45505)



404_override controller errors on template - El Forum - 09-23-2011

[eluser]Ted S[/eluser]
I'm running into trouble with my 404_override controller from routes.

For reasons I can't sort out, loading the libraries all works but I get an error on any template, db or similar calls as shown below.

Running up an instance call doesn't change anything either.

However if I load the controller directly I'm good.

Code:
Message: Undefined property: Errorme::$template

What am I missing here?