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
Comment #0.0
bigandslow commentedIncluded new information about issue when viewing unauthenticated.
Comment #1
colemanw commentedI 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!
Comment #2
bigandslow commentedGreat! I hope this helps others until it's all sorted out. Thanks and Cheers back at ya!
Comment #3
lobo commentedfixed the above notices for the next release of civicrm :)
lboo
Comment #4
colemanw commentedNice work Lobo!
Comment #5
naseem_sarwar commentedHi 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).
Comment #6.0
(not verified) commentedUpdated information about second set of notices.