First of all thanks for the great project! I am using a freshly installed drupal 7.7 and CiviCRM 4.0.5.

I get this notice when viewing the form unauthenticated:
Notice: Undefined index: cid in _webform_civicrm_webform_frontend_form_alter() (line 833 of /var/www/localhost/htdocs/sites/all/modules/webform_civicrm/webform_civicrm_forms.inc).

I get these notices when logged in as administrator and view the form:
Notice: Undefined index: options in _civicrm_api3_apply_options_to_dao() (line 442 of /var/www/localhost/htdocs/sites/all/modules/civicrm/api/v3/utils.php).
Notice: Undefined variable: fieldIDs in CRM_Core_BAO_CustomValueTable::getValues() (line 603 of /var/www/localhost/htdocs/sites/all/modules/civicrm/CRM/Core/BAO/CustomValueTable.php).
Notice: Undefined index: options in _civicrm_api3_apply_options_to_dao() (line 442 of /var/www/localhost/htdocs/sites/all/modules/civicrm/api/v3/utils.php).

I get these notices when submitting a form:
Notice: Undefined index: cid in _webform_civicrm_webform_frontend_form_alter() (line 833 of /var/www/localhost/htdocs/sites/all/modules/webform_civicrm/webform_civicrm_forms.inc).
Notice: Undefined index: entityType in CRM_Core_BAO_CustomValueTable::getValues() (line 583 of /var/www/localhost/htdocs/sites/all/modules/civicrm/CRM/Core/BAO/CustomValueTable.php).
Notice: Undefined variable: fieldIDs in CRM_Core_BAO_CustomValueTable::getValues() (line 603 of /var/www/localhost/htdocs/sites/all/modules/civicrm/CRM/Core/BAO/CustomValueTable.php).
Notice: Undefined index: options in _civicrm_api3_apply_options_to_dao() (line 442 of /var/www/localhost/htdocs/sites/all/modules/civicrm/api/v3/utils.php).
Notice: Undefined index: options in _civicrm_api3_apply_options_to_dao() (line 442 of /var/www/localhost/htdocs/sites/all/modules/civicrm/api/v3/utils.php).
Notice: Undefined index: options in _civicrm_api3_apply_options_to_dao() (line 442 of /var/www/localhost/htdocs/sites/all/modules/civicrm/api/v3/utils.php).

Is there a way to turn these notices off? Every thing seems to be working great! I tried changing my error_reporting in php.ini but that didn't seem to make any difference.

Comments

bigandslow’s picture

Issue summary: View changes

Included new information about issue when viewing unauthenticated.

colemanw’s picture

Status: Active » Fixed

I believe a visit to /admin/config/development/logging will solve your problem.
A couple of those notices are caused by this module... I'll fix 'em. Most however are coming from CiviCRM, so that's not my department.
Cheers!

bigandslow’s picture

Great! I hope this helps others until it's all sorted out. Thanks and Cheers back at ya!

lobo’s picture

fixed the above notices for the next release of civicrm :)

lboo

colemanw’s picture

Nice work Lobo!

naseem_sarwar’s picture

Hi lobo,

i am still getting this one.
Notice: Undefined index: options in _civicrm_api3_apply_options_to_dao() (line 442 of /var/www/cic/sites/all/modules/civicrm/api/v3/utils.php).

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Updated information about second set of notices.