But, while I start to install the open source product, it pretty much dies on the first step. I am wondering how to output the PHP errors I get during the product installation to some file.
I had done the following already, but the log files does not even get created. How do I trouble shoot this further. I need some direction to look up PHP errors and increase the messaging level to get more details from PHP.
Changed php.ini file to have following.
implicit_flush = on
display_startup_errors = on
error_log = "C:/php/error.txt"
Thanks in advance.