I read that the AppError class is now for backwards compatibility and that Exceptions should be used instead. How does one go about creating custom error pages for things like 404 errors, or completely custom errors?
|
Try this: /app/Config/core.php Exception render need to set as an
/app/Controller/ErrorsController.php
/app/Lib/Error/AppExceptionRenderer.php
/app/View/Errors/error404.ctp
Insert it where you need: |
|||||||||
|
|
To customize the content of a 404-error page and don't need custom logic, simply edit the contents of This seems not to be documented properly anywhere. |
|||||
|
|
You can create Documentation: CakeExeptions |
|||
|
|
create a layout name with 404 or anaything and use in aap controller
|
|||
|
|