https://github.com/unic/sitecoreerrormanager
Sitecore Error Manager Module - Handles all the HTTP Errors for your Sitecore Solution
https://github.com/unic/sitecoreerrormanager
c-sharp sitecore
Last synced: 11 months ago
JSON representation
Sitecore Error Manager Module - Handles all the HTTP Errors for your Sitecore Solution
- Host: GitHub
- URL: https://github.com/unic/sitecoreerrormanager
- Owner: unic
- License: other
- Created: 2012-12-17T12:10:24.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2023-06-27T12:09:48.000Z (over 2 years ago)
- Last Synced: 2025-04-25T08:54:55.937Z (11 months ago)
- Topics: c-sharp, sitecore
- Language: C#
- Homepage: http://marketplace.sitecore.net/en/Modules/Sitecore_Error_Manager.aspx
- Size: 4.5 MB
- Stars: 14
- Watchers: 18
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Sitecore Error Manager
The main purpose of the Sitecore Error Manager is to show friendly error messages to the user. The user should see an error page, based on a Sitecore item if an error occurres. Initialy it was built to handle 404 errors, but the module now supports all kinds of error responses. Of course responding with the correct http response code and no infamous client redirects.
Please see the [Wiki](https://github.com/unic/SitecoreErrorManager/wiki) for the complete documentation.
## Download & Install
You can either clone the repository from GitHub and build your own or download the Sitecore package from the [Sitecore Marketplace](http://marketplace.sitecore.net/en/Modules/Sitecore_Error_Manager.aspx).
Please see the [Installation](https://github.com/unic/SitecoreErrorManager/wiki/Installation) documentation for more informations.
## Build
Please read the [build instructions](build/README.md) on how to build the module.
## Changelog
Please see [CHANGELOG.md](https://github.com/unic/SitecoreErrorManager/blob/master/CHANGELOG.md) for the change history.
## Supported Sitecore Versions
The current version of the Sitecore Error Manager works with the following Sitecore versions:
- 8.1 Update 1 upwards
## Contribute
Contributions to the module are very welcome! You can fork the project and issue [Pull Requests](https://help.github.com/articles/creating-a-pull-request) to do so.
Please note: you'll have to accept the CLA provided.
## License
The Sitecore Error Manager is licensed under the LGPL. Please see [LICENSE.txt](https://github.com/unic/SitecoreErrorManager/blob/master/LICENSE.txt) for more informations.