What steps will reproduce the problem?
1.Install on Windows 7 or WHS (Windows 2003)
2.
3.
What is the expected output? What do you see instead?
install.log in temp directory, instead get errors in php.log saying that
parameter 1 is boolean, should be object on fwrite to $fp for log messages
What version of the product are you using? On what operating system?
2460
Please provide any additional information below.
fusionpbx/install.php line 75 should be:
$fp = fopen(sys_get_temp_dir()."/install.log", "w");
When this is fixed the install ends correctly with the login page showing.
Without the fix you have to refresh the last page to login.
Original issue reported on code.google.com by gerrit308 on 29 Apr 2012 at 2:07
Original issue reported on code.google.com by
gerrit308
on 29 Apr 2012 at 2:07