php - CakePHP crashes server when errors occur -


I have a cakePHP (1.3.2) running on Uniform Surfer (originally a WAMPP server), and for some strange reason KPPHP creates a full server crash When some errors occur, I am forced to restart it. It is very annoying because there is hardly a small typo result in a full minute of in vain time.

I have not yet told the reasons, but it appears that whenever a page is seldom sung and an error occurs, it crashes the server, fixing the scripts out of the cake handling errors Fine; Then cake scripts that make accidents before the page is provided.

Anyone ran into it?

I have to face that issue before, it happens often with me when I use my visual file I try to reach a variable when the variable is not set by the controller.

Setting $ (compact ('variable')) to your controller, before you try to access it, what you need to take note of.

Another solution can be a "isset ()" whenever you have your opinion.


Comments