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 CiviMember (Moderator: Deepak Srivastava) »
  • Email signup error
Pages: [1]

Author Topic: Email signup error  (Read 2255 times)

joommaster

  • Guest
Email signup error
June 21, 2007, 11:46:34 am
In our email signup page we are getting the following undefined errors:

What would cause that? What settings do we need in the admin section? We have a Joomla install with all of the correct PHP settings, etc.

Notice: Undefined index: _qf_Edit_cancel in /home/username/www/site.org/cms/administrator/components/com_civicrm/civicrm/CRM/Core/Invoke.php on line 732

Notice: Undefined variable: customFiles in /home/username/www/site.org/cms/administrator/components/com_civicrm/civicrm/CRM/Profile/Form.php on line 225

Notice: Only variable references should be returned by reference in /home/username/www/site.org/cms/administrator/components/com_civicrm/civicrm/CRM/Profile/Form.php on line 227

Notice: Undefined index: Individual in /home/username/www/site.org/cms/administrator/components/com_civicrm/civicrm/CRM/Core/BAO/UFField.php on line 389

Notice: Undefined index: Other in /home/username/www/site.org/cms/administrator/components/com_civicrm/civicrm/CRM/Core/BAO/UFField.php on line 402

Notice: Undefined index: Contribution in /home/username/www/site.org/cms/administrator/components/com_civicrm/civicrm/CRM/Core/BAO/UFField.php on line 402

Notice: Undefined property: CRM_Profile_Form_Edit::$_fieldset in /home/username/www/site.org/cms/administrator/components/com_civicrm/civicrm/CRM/Profile/Form.php on line 252

kunapipi

  • I’m new here
  • *
  • Posts: 20
  • Karma: 0
Re: Email signup error
July 11, 2007, 05:29:25 am
I get the same error. Did you find the fix and not post?

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: Email signup error
July 11, 2007, 06:58:36 am

1. Please adjust your php.ini to suppress all E_NOTICE errors:

error_reporting  =  E_ALL & ~E_NOTICE

Please check the PHP manual for more details

2. We are making a strong effort to get rid of all notices in CiviCRM v1.8 and PHP5

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

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMember (Moderator: Deepak Srivastava) »
  • Email signup error

This forum was archived on 2017-11-26.