Details

    • Type: Sub-task
    • Status: Done/Fixed
    • Priority: Minor
    • Resolution: Fixed/Completed
    • Affects Version/s: 4.0.5
    • Fix Version/s: 4.1.0
    • Component/s: CiviEvent
    • Labels:
      None

      Description

      Causes numerous errors on event registration page:
      Notice: Undefined property: stdClass::$componentid in /home/xxxx/public_html/libraries/joomla/application/menu.php on line 231

      To fix change: /components/com_civicrm/civicrm.php
      Line:
      $item = $menu->getItems('componentid', $component->id, true);
      To:
      $item = $menu->getItems('component_id', $component->id, true);
      However apparently this will break Civi version 3.x.x

        Attachments

        1. civicrm.php.patch
          0.6 kB
          Brian Shaughnessy
        2. CRM-9461 Screenshot.jpg
          200 kB
          chankartat

          Activity

            People

            • Assignee:
              lobo Donald A. Lobo
              Reporter:
              chankartat chankartat
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:

                Time Tracking

                Estimated:
                Original Estimate - 1 hour
                1h
                Remaining:
                Remaining Estimate - 1 hour
                1h
                Logged:
                Time Spent - Not Specified
                Not Specified