In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
571 [In-Portal CMS] Other bug report always 2010-02-05 14:31 2010-05-11 03:00
Dmitry  
alex  
normal  
closed 5.0.2  
fixed  
 
none 5.0.3-B1  
http://groups.google.com/group/in-portal-bugs/browse_thread/thread/a54d409075cb002b
0
0000571: Issue with ModRewrite in PHP4 due to improper Reference to kModRewriteHelper object
Issue with ModRewrite in PHP4 due to improper Reference to kModRewriteHelper object.

This happened do to incorrect reference to the object in:

function processRewriteURL()
{
 $mod_rw_helper = $this->Application->recallObject('ModRewriteHelper');
 $mod_rw_helper->processRewriteURL();
}

while should be:

$mod_rw_helper =& $this->Application->recallObject('ModRewriteHelper');
Patch provided by Alex O.
patch 404_error_on_category_page.patch (417) 2010-02-05 14:31
http://tracker.in-portal.org/file_download.php?file_id=280&type=bug
Issue History
2010-05-11 03:00 alex Note Added: 0002162
2010-05-11 03:00 alex Status resolved => closed
2010-03-11 09:12 alex Note Added: 0001560
2010-03-11 09:12 alex Status reviewed and tested => resolved
2010-03-11 09:12 alex Fixed in Version => 5.0.3-B1
2010-03-11 09:12 alex Resolution open => fixed
2010-03-11 09:12 alex Assigned To Dmitry => alex
2010-03-11 09:12 alex Changeset attached 5.0.x r13203
2010-03-11 09:10 alex Developer Dmitry => alex
2010-02-26 16:56 Dmitry Developer => Dmitry
2010-02-06 13:34 Dmitry Note Added: 0001471
2010-02-06 13:34 Dmitry Assigned To !COMMUNITY => Dmitry
2010-02-06 13:34 Dmitry Status needs testing => reviewed and tested
2010-02-06 13:33 Dmitry Assigned To => !COMMUNITY
2010-02-06 13:33 Dmitry Status active => needs testing
2010-02-05 14:31 Dmitry New Issue
2010-02-05 14:31 Dmitry File Added: 404_error_on_category_page.patch
2010-02-05 14:31 Dmitry Reference => http://groups.google.com/group/in-portal-bugs/browse_thread/thread/a54d409075cb002b

Notes
(0001471)
Dmitry   
2010-02-06 13:34   
Reviewed and tested.
(0001560)
alex   
2010-03-11 09:12   
Fix committed to 5.0.x branch. Commit Message:

Fixes 0000571: Issue with ModRewrite in PHP4 due to improper Reference to kModRewriteHelper object
(0002162)
alex   
2010-05-11 03:00   
Closing all tasks from released versions.