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 »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Trouble with Mailing List Subscription under Joomla!
Pages: [1]

Author Topic: Trouble with Mailing List Subscription under Joomla!  (Read 574 times)

jphillips

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
  • CiviCRM version: 4.1.1
  • CMS version: Joomla! 2.5.3
  • MySQL version: 5.0.95-community
  • PHP version: 5.3.10
Trouble with Mailing List Subscription under Joomla!
March 19, 2012, 05:05:17 am
I just completed the install, without incident, of 4.1.1 on Joomla! 2.5.3.  After doing the basic configuration in the back-end I decided to publish the Mailing List Subscription as a menu item.  I built two mailing lists and made them available to the public and they showed up in the front-end when you click on the menu item.  When you check a box (for the list you would like to subscribe to), enter an email address and click the Subscribe button you get the following error:

Fatal error: Call to undefined function _civicrm_api3_store_values() in {path_removed_to_protect_the_guitly}/administrator/components/com_civicrm/civicrm/api/v3/DeprecatedUtils.php on line 725

I did a quick search of the forums and a Google search and did not find anything obvious that I had screwed up.  Any thoughts from folks with more experience would be appreciated.

Thanks,

JP

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Trouble with Mailing List Subscription under Joomla!
March 19, 2012, 10:46:58 am

This has been fixed in v4.1.2

its missing a:

Code: [Select]
require_once 'api/v3/utils.php';

at the top of the file

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

jphillips

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
  • CiviCRM version: 4.1.1
  • CMS version: Joomla! 2.5.3
  • MySQL version: 5.0.95-community
  • PHP version: 5.3.10
Re: Trouble with Mailing List Subscription under Joomla!
March 19, 2012, 11:24:34 am
Thank you very much.  That resolved it.

I apologize for not thinking to look through the Issue Tracker before posting.

JP

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Trouble with Mailing List Subscription under Joomla!

This forum was archived on 2017-11-26.