CRM-4734 Navigation links don't work if not using clean urls

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Minor
    • Resolution: Fixed/Completed
    • Affects Version/s: 3.0
    • Fix Version/s: 3.0
    • Component/s: Core CiviCRM
    • Labels:
      None

      Description

      Because there's an extra ? in the url.

      In the meantime you can run this on your database if you aren't using clean urls:
      update civicrm_navigation set url=replace(url, '?', '&') where locate('?', url) > 0

        Attachments

          Activity

          [CRM-4734] Navigation links don't work if not using clean urls
          Sushant Paste added a comment -

          Tested in r22534.

          Kurund Jalmi added a comment -

          Batch move to verification

          Yashodha Chaku added a comment -

          assigning for 3.0 QA

          Yashodha Chaku added a comment -

          assigning for 3.1 verification

          Amiteshwar Prasad added a comment -

          Verified with r25260.

            People

            • Assignee:
              Amiteshwar Prasad
              Reporter:
              Dave D

              Dates

              • Created:
                Updated:
                Resolved: