Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. 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

            People

            • Assignee:
              amit Amiteshwar Prasad
              Reporter:
              demeritcowboy Dave D
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: