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) »
  • A Notice on custom data page
Pages: [1]

Author Topic: A Notice on custom data page  (Read 907 times)

ouyang1512

  • I post occasionally
  • **
  • Posts: 59
  • Karma: 0
  • CiviCRM version: 4.1.1
  • CMS version: Drupal 7.12
  • MySQL version: MySQL 5.1.52
  • PHP version: 5.3.6
A Notice on custom data page
November 11, 2011, 07:46:44 am
I am really new to civiCRM, just had it installed about a month, so a lot of questions to ask here. Please bear with my ignorance.

I got a message ONLY on Custom Data page:
Notice: Undefined index: 1 in CRM_Custom_Page_Group->browse() (line 312 of /usr/local/apache2/htdocs/site name/sites/all/modules/civicrm/CRM/Custom/Page/Group.php).

Do anybody know what's wrong?

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: A Notice on custom data page
November 12, 2011, 10:19:10 am
This is a PHP warning, not an error and you can ignore it. Future versions of CiviCRM will hopefully fix these small issues.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

ouyang1512

  • I post occasionally
  • **
  • Posts: 59
  • Karma: 0
  • CiviCRM version: 4.1.1
  • CMS version: Drupal 7.12
  • MySQL version: MySQL 5.1.52
  • PHP version: 5.3.6
Re: A Notice on custom data page
November 14, 2011, 06:29:03 am
Thanks, Hershel! You've been so helpful!!!
I got some more undefined notices as well when I do the civicrm webform integration.
They are something like this:

•Notice: Undefined variable: keys in civicrm_api3_verify_one_mandatory() (line 68 of /usr/local/apache2/htdocs/sitefolder/sites/all/modules/civicrm/api/v3/utils.php).
•Notice: Undefined variable: fieldIDs in CRM_Core_BAO_CustomValueTable::getValues() (line 605 of /usr/local/apache2/htdocs/sitefolder/sites/all/modules/civicrm/CRM/Core/BAO/CustomValueTable.php).
•Notice: Undefined variable: keys in civicrm_api3_verify_one_mandatory() (line 68 of /usr/local/apache2/htdocs/sitefolder/sites/all/modules/civicrm/api/v3/utils.php).
•Notice: Undefined variable: fieldIDs in CRM_Core_BAO_CustomValueTable::getValues() (line 605 of /usr/local/apache2/htdocs/sitefolder/sites/all/modules/civicrm/CRM/Core/BAO/CustomValueTable.php).

The form submission process is not affected by these notices so far. Can I ignore them as well?
Thanks again!

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: A Notice on custom data page
November 14, 2011, 07:49:37 am
> Thanks, Hershel! You've been so helpful!!!

Happy to help. :)

These warnings you posted now I think you can also ignore, but I'm not 100% sure. I will alert the author of the WebForm Integration module and perhaps he can also comment.

Thank you.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: A Notice on custom data page
November 14, 2011, 08:37:31 am
Yes, they are safe to ignore (typically you turn off these messages on a production server in the drupal admin settings).
As you can see from the paths, they are all coming from civicrm core and the api, not webform_civicrm. I had thought these things were being addressed but that was like .5 versions ago and they haven't gone away yet, so I'll check in with the A-team and see.
Try asking your question on the new CiviCRM help site.

ouyang1512

  • I post occasionally
  • **
  • Posts: 59
  • Karma: 0
  • CiviCRM version: 4.1.1
  • CMS version: Drupal 7.12
  • MySQL version: MySQL 5.1.52
  • PHP version: 5.3.6
Re: A Notice on custom data page
November 14, 2011, 10:03:07 am
Thank you both VERY MUCH for the quick responses!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • A Notice on custom data page

This forum was archived on 2017-11-26.