The EuroCMS Error Pages
You can modify error pages from EuroCMS.
db structure
| error_pages_id | domain_id | user_id | group_id | http_status | name | title | keywords | theme | template | user_lock | status |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 1 | 1 | null | 404 | Not found | The page could not be found | 404,not,found | enabled | |||
| 2 | 1 | 1 | null | 500 | Internal server error | There was an internal server error | 500,internal,server,error | enabled | |||
| 3 | 1 | 1 | null | 401 | Forbidden | You do not have the needed rights to see this. | 400,internal,server,error | 1,2 | enabled |
By default the domain theme and template are used. But, if you require a separate theme and template to be loaded for a specific error page, you can also do that.
Permissions
| name | description | coc? |
|---|---|---|
| error_pages_add | The ability to add error pages | |
| error_pages_delete | The ability to delete error pages | |
| error_pages_modify | The ability to modify error pages | |
| error_pages_theme | The ability to modify the theme and templates for the error page | |