Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-2324

Current build of joomla! 1.5 breaks civicrm

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Major
    • Resolution: Fixed/Completed
    • Affects Version/s: 1.8
    • Fix Version/s: 1.9
    • Component/s: None
    • Labels:
      None

      Description

      The current build of Joomla! 1.5 (9147) broke civicrm (front and back ends) with this error:

      Fatal error: Call to undefined method: stdClass->load() in /home/mcscomm/public_html/administrator/components/com_civicrm/civicrm/CRM/Core/BAO/UFMatch.php on line 93

      I seem to have fixed this by replacing line 93

      $user->load( );

      with

      $user = & JFactory::getUser();

        Attachments

          Activity

            People

            • Assignee:
              shailesh Shailesh Lende
              Reporter:
              mcsmom Elin Waring
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: