function - CakePHP Error Handler -
OK, so I had an error and the KPPHP has suggested that I can create my own error message. It says that I should put Private_action TTP inside the Errors folder. It has been named like this because if people try to use a personal function, typing url will show error.
So now I have a personal director.TTP page, how can I use it? How do I look like all other pages of my website? Because for now, it looks like the default cake php design.
Can someone give me an example?
You do not need it Personal_gection. Create a TTP file Your debug level is larger than 0. If you set 'debug => 0', you will not see that detailed error, instead you will get a NotFouundException.
Comments
Post a Comment