1
How to create custom error pages in cakephp?
1
How to create custom error pages in cakephp?
1
Thanks for the help, I found the answer on the link http://book.cakephp.org/2.0/en/development/exceptions.html#Exception-Renderer
Just create View/Errors/ and create views with names corresponding to errors like: error404.ctp, fatal_error.ctp and edit the files in a way that suits them. Version 2.5.7.
Browser other questions tagged cakephp-2
You are not signed in. Login or sign up in order to post.
Why too wide, people? You can answer that yes. http://book.cakephp.org/2.0/en/development/exceptions.html#Exception-Renderer
– bfavaretto
just edit the file
app/View/Errors/error500.ctp
– Wallace Maxters
I edited this file and nothing happened. I wanted to create a screen for each error, a pro 403, 404, 405. ect.
– Devidy Oliviera