Uploaded image for project: 'In-Portal CMS'
  1. In-Portal CMS
  2. INP-454

Issue with ModRewrite in PHP4 due to improper Reference to kModRewriteHelper object

    XMLWordPrintable

    Details

    • Type: Bug Report
    • Status: Closed
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 5.0.2
    • Fix Version/s: 5.0.3-B1
    • Component/s: Other
    • Labels:
      None

      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');

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                alex Alex
                Reporter:
                dmitry Dmitry Andrejev [Intechnic]
                Developer:
                Alex
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: