In-Portal Issue Tracker

Welcome to the In-Portal Open Source CMS Issue Tracker! This is a central management / tracking tool for all types of tasks / issues / bugs for the In-Portal Project. Before reporting any issues, please make sure to read the Guide into Issue Tracker and How to Properly Test and Report Bugs!

Viewing Issue Simple Details Jump to Notes ] Wiki ] View Advanced ] Issue History ] Print ]
ID Category Type Reproducibility Date Submitted Last Update
0000571 [In-Portal CMS] Other bug report always 2010-02-05 14:31 2010-05-11 03:00
Reporter Dmitry View Status public Project Name In-Portal CMS
Assigned To alex Developer
Priority normal Resolution fixed Fixed in Version 5.0.3-B1
Status closed Product Version 5.0.2 Target Version 5.0.3
Time EstimateNo estimate
Summary 0000571: Issue with ModRewrite in PHP4 due to improper Reference to kModRewriteHelper object
Description 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');
Additional Information Patch provided by Alex O.
Tags No tags attached.
Reference http://groups.google.com/group/in-portal-bugs/browse_thread/thread/a54d409075cb002b
Change Log Message
Estimate Points 0
Attached Files patch file icon 404_error_on_category_page.patch [^] (417 bytes) 2010-02-05 14:31 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
User avatar (0001471)
Dmitry (manager)
2010-02-06 13:34

Reviewed and tested.
User avatar (0001560)
alex (manager)
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
User avatar (0002162)
alex (manager)
2010-05-11 03:00

Closing all tasks from released versions.

- Related Changesets
In-Portal CMS: 5.0.x r13203
Timestamp: 2010-03-11 09:12:13
Author: alex
Details ] Diff ]
Fixes 0000571: Issue with ModRewrite in PHP4 due to improper Reference to kModRewriteHelper object
mod - /in-portal/branches/5.0.x/core/kernel/utility/http_query.php Diff ] File ]

- Issue History
Date Modified Username Field Change
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



Web Development by Intechnic
In-Portal Open Source CMS
In-Portal Open Source CMS
Copyright © 2000 - 2009 MantisBT Group

Powered by Mantis Bugtracker