In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
1409 [In-Portal CMS] Install / Upgrages bug report always 2012-09-27 09:30 2012-10-22 11:13
alex  
alex  
normal  
resolved 5.2.0  
fixed  
 
none 5.2.1-B1  
https://groups.google.com/d/topic/in-portal-bugs/td2uriNu9fY/discussion
Fixes output buffering check during installation
1
0001409: Incorrect output buffering check on system requirements installation step
I've noticed, that on system requirements step introduced in 5.2.0 check for output_buffering setting is made incorrectly.
Right now it's only check to be a positive number, but we also should check for "On" value, which means that buffering is enabled and no memory limit set to it.
child of 0000413closed  (5.2.0)alex System Requirements Check before In-Portal Installation 
patch sys_requirements_output_buffering_fix.patch (1,360) 2012-09-27 09:30
http://tracker.in-portal.org/file_download.php?file_id=1809&type=bug
Issue History
2012-10-22 11:13 alex Relationship added child of 0000413
2012-09-27 10:35 alex Note Added: 0005193
2012-09-27 10:35 alex Status reviewed and tested => resolved
2012-09-27 10:35 alex Fixed in Version => 5.2.1-B1
2012-09-27 10:35 alex Resolution open => fixed
2012-09-27 10:35 alex Assigned To !COMMUNITY => alex
2012-09-27 10:35 alex Changeset attached 5.2.x r15549
2012-09-27 10:33 alex Note Added: 0005192
2012-09-27 10:33 alex Status needs testing => reviewed and tested
2012-09-27 09:55 alex Assigned To => !COMMUNITY
2012-09-27 09:55 alex Developer => alex
2012-09-27 09:55 alex Status active => needs testing
2012-09-27 09:42 alex Reference => https://groups.google.com/d/topic/in-portal-bugs/td2uriNu9fY/discussion
2012-09-27 09:30 alex New Issue
2012-09-27 09:30 alex File Added: sys_requirements_output_buffering_fix.patch
2012-09-27 09:30 alex Change Log Message => Fixes output buffering check during installation
2012-09-27 09:30 alex Estimate Points => 1

Notes
(0005192)
alex   
2012-09-27 10:33   
Will test all together later.
(0005193)
alex   
2012-09-27 10:35   
Fix committed to 5.2.x branch. Commit Message:

Fixes 0001409: Incorrect output buffering check on system requirements installation step