How to customize error pages in cakePHP?

1

How to create custom error pages in cakePHP?

    
asked by anonymous 10.12.2014 / 20:54

1 answer

1

Thanks for the help, I found the answer on link

Just create View / Errors / and create views with names corresponding to type errors: error404.ctp, fatal_error.ctp, and edit the files in a way that suits them. Version 2.5.7.

    
16.12.2014 / 15:38