CodeIgniter Forums
output > enable_profiler - 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: output > enable_profiler (/showthread.php?tid=12046)



output > enable_profiler - El Forum - 10-03-2008

[eluser]Daniel Walton[/eluser]
This seems to be broken on the current (as of this post time) SVN. Enabling in the default "welcome" controller throws a wobbly. Yep, I know it's not released yet, but heads up anyhoo.


output > enable_profiler - El Forum - 10-06-2008

[eluser]wiredesignz[/eluser]
Has anyone officially reported the CI 1.7 SVN Profiler bug yet?


CI_Profiler line 300:
Code:
...$this->CI->router->fetch_class()...

There is no router object in CI to my knowledge. (Maybe it's a coming attraction.)