Welcome Guest, Not a member yet? Register   Sign In
show_error bug?
#3

[eluser]JayKae[/eluser]
The actual issue is that show_error in CI_Exception signature is:
Code:
show_error($heading, $message, $template = 'error_general', $status_code = 500)
and in Common the signature is:
Code:
show_error($message, $status_code = 500, $heading = 'An Error Was Encountered')

The signatures are off but show_error in common calls the show_error in exception, so I have no way of access the actual CI_Exception arguments


Messages In This Thread
show_error bug? - by El Forum - 04-11-2011, 01:55 AM
show_error bug? - by El Forum - 04-11-2011, 05:33 AM
show_error bug? - by El Forum - 04-11-2011, 05:41 AM
show_error bug? - by El Forum - 04-11-2011, 06:03 AM
show_error bug? - by El Forum - 05-11-2011, 05:26 PM



Theme © iAndrew 2016 - Forum software by © MyBB