http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14573
--- Comment #1 from Aleisha Amohia <[email protected]> --- Created attachment 41103 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41103&action=edit Bug 14573: Correcting error messages on OPAC so they make better sense To test: 1) Go to cgi-bin/koha/errors/errornumber.pl to see the error messages which currently don't make sense (ie cgi-bin/koha/errors/400.pl etc) 2) Apply patch 3) Go to cgi-bin/koha/errors/400.pl --> Check that it now says "This error means that the link was broken and that the page doesn't exist." 4) Go to cgi-bin/koha/errors/401.pl --> Check that it now says "This error means that you are not authorized to view this page." and "Please log in to the catalog and try again.". Check that 'log in' redirects to the OPAC log in page (opac-user.pl). 5) Go to cgi-bin/koha/errors/402.pl --> Check that it now says "This error means that the link is invalid." 6) Go to cgi-bin/koha/errors/403.pl --> Check that it now says "This error means that you are forbidden to view this page." 7) Go to cgi-bin/koha/errors/404.pl --> Check that it now says "This message may have been caused by any of the following reasons:" and "An internal link in our catalog is broken and the page does not exist". 8) Go to cgi-bin/koha/errors/500.pl --> Check that it now says "An error occurred while processing your request." -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
