Welcome Guest, Not a member yet? Register   Sign In
redirect to 403
#5

[eluser]srisa[/eluser]
Which version of CI are you using? This is how show_error function signature looks like in my CI 1.7.0
Code:
/**
     * General Error Page
     *
     * This function takes an error message as input
     * (either as a string or an array) and displays
     * it using the specified template.
     *
     * @access    private
     * @param    string    the heading
     * @param    string    the message
     * @param    string    the template name
     * @return    string
     */
    function show_error($heading, $message, $template = 'error_general')
    {
           ......
        }


Messages In This Thread
redirect to 403 - by El Forum - 11-11-2009, 12:26 PM
redirect to 403 - by El Forum - 11-11-2009, 12:42 PM
redirect to 403 - by El Forum - 11-13-2009, 07:43 AM
redirect to 403 - by El Forum - 11-13-2009, 08:17 AM
redirect to 403 - by El Forum - 11-14-2009, 11:21 AM
redirect to 403 - by El Forum - 02-18-2010, 06:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB