i have this error when insert new content with tablefield.
Notice: Undefined offset: 0 in tablefield_field_validate() (line 95 of /var/www/drupal-7.0/sites/all/modules/tablefield/tablefield.module).
Notice: Undefined offset: 0 in tablefield_field_validate() (line 95 of /var/www/drupal-7.0/sites/all/modules/tablefield/tablefield.module).
Notice: Undefined index: array_parents in field_default_form_errors() (line 343 of /var/www/drupal-7.0/modules/field/field.form.inc).
Recoverable fatal error: Argument 2 passed to drupal_array_get_nested_value() must be an array, null given, called in /var/www/drupal-7.0/modules/field/field.form.inc on line 343 and defined in drupal_array_get_nested_value() (line 6253 of /var/www/drupal-7.0/includes/common.inc).
Comments
Comment #1
pippopeppe commentedI have solved this bug with this code(line 91):
Comment #2
rogical commentedGood, but can you post a patch?
Creating patches: http://drupal.org/patch/create
Comment #3
mauriziopinotti commentedhere's a quick patch:
Comment #4
jenlamptonThis is a very old issue, if the problem persists please reopen.