MasterVitronic / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

no install.log written on Windows installs #239

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by gerrit308 on 29 Apr 2012 at 2:10

GoogleCodeExporter commented 9 years ago
Fixed in 2475

Original comment by gerrit308 on 1 May 2012 at 3:27