PHP stops rendering page somewhat arbitrarily PHP stops rendering page somewhat arbitrarily apache apache

PHP stops rendering page somewhat arbitrarily


Most likely, your script is running out of 1) Memory2) Max execution time

Check those constants in php.ini


I'd check the apache and php server logs.If you have it crash on you when only calling phpinfo() and nothing else, then it most likely is somekind of conflict (not your code).

Post your logs here if you need more help.