Summary: | Correcting messages on OPAC error pages so they make more sense | ||
---|---|---|---|
Product: | Koha | Reporter: | Aleisha Amohia <aleisha> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | veron |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15288 | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: | Bug 14573: Correcting error messages on OPAC so they make better sense |
Description
Aleisha Amohia
2015-07-21 02:24:20 UTC
Created attachment 41103 [details] [review] 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." my apologies, all of those links should be cgi-bin/opac/errors etc, not cgi-bin/koha/errors |