Welcome Guest, Not a member yet? Register   Sign In
Starting with CodeIgniter setup: suggestions & best practices
#65

[eluser]matula[/eluser]
I've only seen this referenced in one other place, but if you use Horrigan's UhOh Error Reporting with the latest version of CI2, you need to change line 66 of MY_Exceptions.php
Code:
parent::CI_Exceptions();

to

Code:
parent::__construct();

Otherwise you'll get:
Quote:Fatal error: Call to undefined method CI_Exceptions::CI_Exceptions()


Messages In This Thread
Starting with CodeIgniter setup: suggestions & best practices - by El Forum - 12-30-2010, 09:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB