Pending

User tests: Successful: Unsuccessful:

avatar shumisha
shumisha
2 Jan 2013

The call to JError::setErrorHandling(E_ERROR, 'message', array('JError', 'customErrorPage')); found at the start of includes/framework si wrong, should be 'callback' instead of 'message' so that 404s are handled by the system default error page.
This is usually not visible by users, because the Redirect system plugin eventually calls JError::customErrorPage($error);

However, if that plugin is disabled, the the 404 error page complety breaks, displaying warning and notices, and no 404 error message at all

It appears problem was the same in J 2.5

avatar shumisha shumisha - open - 2 Jan 2013
avatar mbabker mbabker - close - 4 Jan 2013
avatar mbabker
mbabker - comment - 4 Jan 2013

Fixed at bc388b4 for master and 4cf5c6f for 2.5.

avatar shumisha shumisha - head_ref_deleted - 3 Nov 2013

Add a Comment

Login with GitHub to post a comment