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 »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • Call to undefined method CRM_Core_BAO_UFGroup::getCreateLinks()
Pages: [1]

Author Topic: Call to undefined method CRM_Core_BAO_UFGroup::getCreateLinks()  (Read 3630 times)

bdmc

  • I’m new here
  • *
  • Posts: 12
  • Karma: 0
  • CiviCRM version: 4.5.5
  • CMS version: Joomla 2.5.25 / Joomla 3.x
  • MySQL version: 5.5.40
  • PHP version: 5.3.10
Call to undefined method CRM_Core_BAO_UFGroup::getCreateLinks()
December 18, 2014, 08:31:29 am
I am getting this PHP Fatal Error in my Apache Error log on any new 4.5.x installation or upgrade of CiviCRM.

Specifically, there are two cases:

1) PHP Fatal error:  Call to undefined method CRM_Core_BAO_UFGroup::getCreateLinks() in /var/www/administrator/components/com_civicrm/civicrm/CRM/Core/Resources.php on line 596

2) PHP Fatal error:  Call to undefined method CRM_Core_BAO_UFGroup::getCreateLinks() in /var/www/administrator/components/com_civicrm/civicrm/CRM/Contact/Form/Edit/Address.php on line 250

This is in Joomla 2.5.25, PHP 5.3.10, MySQL 5.5.40, Ubuntu 12.04.5 LTS, CiviCRM 4.5.5.

The first one does not cause any visible error, but the second is shown in the following way:

As Administrator, go to View a Contact, and then click on Edit.  You will get a blank page.

I have found that if I comment out those two calls, the errors go away, and there is no apparent detrimental effect on the system, but this is not right.


Any suggestions?


Thanks,
Brian

Guy Iaccarino

  • I post occasionally
  • **
  • Posts: 92
  • Karma: 5
    • Greenleaf Advancement
  • CiviCRM version: 4.4.10, 4.5.4
  • CMS version: WordPress 4, Drupal 7, Drupal 6, Joomla 3
  • MySQL version: 5.5
  • PHP version: 5.3
Re: Call to undefined method CRM_Core_BAO_UFGroup::getCreateLinks()
March 05, 2015, 03:16:06 pm
Did you ever find out anything else on this?
Guy Iaccarino
www.greenleafadvancement.com

bdmc

  • I’m new here
  • *
  • Posts: 12
  • Karma: 0
  • CiviCRM version: 4.5.5
  • CMS version: Joomla 2.5.25 / Joomla 3.x
  • MySQL version: 5.5.40
  • PHP version: 5.3.10
Re: Call to undefined method CRM_Core_BAO_UFGroup::getCreateLinks()
March 11, 2015, 08:33:49 am
Our "Civi" Specialist said that it was due to the "Grant Applications" module ( extension? ) which was conflicting with 4.5.x code.

However, I have seen the issue since he upgraded the system to 4.5.6, so I'm not sure.


Brian

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: Call to undefined method CRM_Core_BAO_UFGroup::getCreateLinks()
March 13, 2015, 09:53:02 am
the grant applications extension is only compatible with 4.4.
it overrides a few core files. so if you're running any version of 4.5, the extension is overriding with older versions of the file. that's what triggers the error.

you either need to manually update the extension or disable it.
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • Call to undefined method CRM_Core_BAO_UFGroup::getCreateLinks()

This forum was archived on 2017-11-26.