Programming Tutorials

Comment on Tutorial - Parent: child process exited with status 3221225477 -- Restarting By Emiley J.



Comment Added by : Zoltán P. Ackermann

Comment Added at : 2010-12-09 01:58:51

Comment on Tutorial : Parent: child process exited with status 3221225477 -- Restarting By Emiley J.
Another solution to those, who feel that the problem is independent from mysql:

Solution:
1. Open php.ini
2. Locate and comment out "error_log =" lines

Description:
In my environment php pages on my root page stopped working when I set the
location of the error log file in the php.ini. I got the error message about
Apache restarting as described in this topic. Once I have commented out the
mentioned line, php pages started to work again.
Note: I have tried to put the log file among other html and php files within the
public area of Apache htdocs.


View Tutorial