Welcome Guest, Not a member yet? Register   Sign In
Extending CI_Exceptions is not working?
#3

[eluser]CroNiX[/eluser]
Is the file name actually capitalized? /application/core/MY_Exceptions.php? Some os's are case sensitive.

This is why it's best to use a virtual machine to develop on where the OS and setup is identical to the production server. You don't run into problems like "works on development but not production server".

Edit: MY_Exceptions must be capitalized like that in the class definition as well as the filename.

class MY_Exceptions extends CI_Exceptions... (you have a lower-case y in My)


Messages In This Thread
Extending CI_Exceptions is not working? - by El Forum - 02-12-2014, 09:42 PM
Extending CI_Exceptions is not working? - by El Forum - 08-08-2014, 07:58 AM
Extending CI_Exceptions is not working? - by El Forum - 08-08-2014, 10:13 AM
Extending CI_Exceptions is not working? - by El Forum - 08-08-2014, 11:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB