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 »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Error messages in numerous places
Pages: [1]

Author Topic: Error messages in numerous places  (Read 1121 times)

brucep

  • I’m new here
  • *
  • Posts: 7
  • Karma: 0
  • CiviCRM version: 4
  • CMS version: WordPress 3
  • MySQL version: 5
  • PHP version: 5.2
Error messages in numerous places
June 13, 2011, 05:51:59 pm
Hi all,

I just installed CiviCRM 4.0.2 on a new drupal 7.2 site that we're setting up.  It's running php 5.2 and has a mysql 5.x database.  In various places when navigating around CiviCRM we get errors that we're concerned about.  For example, when we click on Administer -> Customize -> Custom Data the first thing we see on the top of the page is a red box that says:

Notice: Undefined index: 1 in CRM_Custom_Page_Group->browse() (line 312 of [...]/sites/all/modules/civicrm/CRM/Custom/Page/Group.php).

And if we navigate to a Drupal page with a CiviCRM contact signup form we created we get a similar red box with the following:

Notice: Undefined property: CRM_Profile_Form_Edit::$_contactId in CRM_Contact_Form_Edit_TagsandGroups::buildQuickForm() (line 156 of [...]/sites/all/modules/civicrm/CRM/Contact/Form/Edit/TagsAndGroups.php).

What should we do about these sorts of things?  I tried searching the issue tracker to see if these are reported bugs but haven't found anything.  So should I report these as bugs, or does it mean there's something wrong with our setup that I need to track down, and if so how?

Thanks,

-Bruce

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: Error messages in numerous places
June 14, 2011, 02:13:00 am
Quote
Notice: Undefined index: 1 in CRM_Custom_Page_Group->browse() (line 312 of [...]/sites/all/modules/civicrm/CRM/Custom/Page/Group.php).

This might be already fixed. Working fine here: http://d7.sandbox.civicrm.org/civicrm/admin/custom/group?reset=1

Quote
Notice: Undefined property: CRM_Profile_Form_Edit::$_contactId in CRM_Contact_Form_Edit_TagsandGroups::buildQuickForm() (line 156 of [...]/sites/all/modules/civicrm/CRM/Contact/Form/Edit/TagsAndGroups.php).
Can you give exact steps to replicate this, working fine here: http://d7.sandbox.civicrm.org/civicrm/profile/edit?gid=1&reset=1

Kurund
Found this reply helpful? Support CiviCRM

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Error messages in numerous places

This forum was archived on 2017-11-26.