I have a Apache2 + PHP5 server running on FC4. how do i turn on PHP debug message? I installed all php* rpm but no luck.
Open you php.ini and look for the setting for error_reporting There you can alter how much or how few messages will be outputtet. You have to restart apache after a change there.