CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM (Moderator: Dave Greenberg) »
  • Lastest build of joomla seems to break civicrm
Pages: [1]

Author Topic: Lastest build of joomla seems to break civicrm  (Read 2421 times)

mcsmom

  • I post frequently
  • ***
  • Posts: 266
  • Karma: 23
    • Official Joomla! Book
  • CiviCRM version: 4 and 3.4
  • CMS version: Joomla!
Lastest build of joomla seems to break civicrm
October 04, 2007, 08:31:24 am
I just put in the newest build and it produces this error on the front and back end.

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


Any ideas about what I should be looking for?


mcsmom

  • I post frequently
  • ***
  • Posts: 266
  • Karma: 23
    • Official Joomla! Book
  • CiviCRM version: 4 and 3.4
  • CMS version: Joomla!
Re: Lastest build of joomla seems to break civicrm
October 04, 2007, 12:30:45 pm
I fixed this by replacing line 93

 $user->load( );


with

 $user = & JFactory::getUser();

lcdweb

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1620
  • Karma: 116
    • www.lcdservices.biz
  • CiviCRM version: many versions...
  • CMS version: Joomla/Drupal
  • MySQL version: 5.1+
  • PHP version: 5.2+
Re: Lastest build of joomla seems to break civicrm
October 10, 2007, 11:12:50 pm
Was the "latest build" you were using 1.5RC3?
-Brian
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

mcsmom

  • I post frequently
  • ***
  • Posts: 266
  • Karma: 23
    • Official Joomla! Book
  • CiviCRM version: 4 and 3.4
  • CMS version: Joomla!
Re: Lastest build of joomla seems to break civicrm
October 11, 2007, 11:59:32 am
No, it was at that time rc2.

Installing rc3 on that site did not seem to break civicrm.

However, I did have some other problems with the xml file for rc3 on a different site.


lcdweb

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1620
  • Karma: 116
    • www.lcdservices.biz
  • CiviCRM version: many versions...
  • CMS version: Joomla/Drupal
  • MySQL version: 5.1+
  • PHP version: 5.2+
Re: Lastest build of joomla seems to break civicrm
October 12, 2007, 01:38:17 pm
I can confirm this error and the fix.
What's funny is that I had been using RC2 and didn't have the error. It appeared when I upgraded to RC3 today.
-Brian
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Lastest build of joomla seems to break civicrm
October 12, 2007, 01:44:39 pm
You might want to check:

http://issues.civicrm.org/jira/browse/CRM-2324

This is being fixed in latest CiviCRM v1.9 Beta release.

kurund
Found this reply helpful? Support CiviCRM

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM (Moderator: Dave Greenberg) »
  • Lastest build of joomla seems to break civicrm

This forum was archived on 2017-11-26.