Hello Friends ,
Recently i have updated drupal version to 7.19 , after update when i connect with fb connect its showing following errors ,
Notice: Undefined index: #value in _options_form_to_storage() (line 304 of C:\xampp\htdocs\LifeEcho\modules\field\modules\options\options.module).
Notice: Undefined index: #parents in form_set_value() (line 2518 of C:\xampp\htdocs\LifeEcho\includes\form.inc).
Recoverable fatal error: Argument 2 passed to drupal_array_set_nested_value() must be an array, null given, called in C:\xampp\htdocs\LifeEcho\includes\form.inc on line 2518 and defined in drupal_array_set_nested_value() (line 6510 of C:\xampp\htdocs\LifeEcho\includes\common.inc).
Is there any patch available to fix this issue .
Regards
Arun Chandran
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | fbconnect-conflictwithog-1891382-0.patch | 655 bytes | myha |
| fbconnect.png | 24.56 KB | aruntvla |
Comments
Comment #1
myha commentedI found fix here: https://www.drupal.org/node/1891944#comment-7012672. I little bit modified this fix (added condition) and make patch.
Would be good if this fix will be committed to module. Thanks.
Comment #2
Chris Charlton