CodeIgniter Forums
Error with format library (from REST Controller) in combination with MX - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Error with format library (from REST Controller) in combination with MX (/showthread.php?tid=40051)



Error with format library (from REST Controller) in combination with MX - El Forum - 03-28-2011

[eluser]mvdg27[/eluser]
I'm using the latest version of REST controller by Phil Sturgeon and I keep getting an error, with the format library, in combination with Modular Extensions. Can't really figure out where the error lies

It's the following error:

Code:
Message: Undefined property: CI::$format
Filename: MX/Loader.php
Line Number: 166

Any ideas? Thanks!


Error with format library (from REST Controller) in combination with MX - El Forum - 03-28-2011

[eluser]mvdg27[/eluser]
Nevermind, figured it out already .. REST_Controller should have extended MX_Controller instead of CI_Controller.