The following error happens with Drupal 7.12 and Webform 7.x-3.15 whenever I try to import the Webform exported data:
Since this is a coding error, I'm giving a bug report about it. Also the Instructions dropdown does not show anything.
Notice: in webform_import_form_submit() (line 284 of /Library/WebServer/Documents/path/sites/all/modules/webform_import/webform_import.module).
Warning: htmlspecialchars(): Invalid multibyte sequence in argument in check_plain() (line 1572 of /Library/WebServer/Documents/path/includes/bootstrap.inc).
Notice: Undefined index: S in webform_import_form_submit() (line 284 of /Library/WebServer/Documents/path/sites/all/modules/webform_import/webform_import.module).
Notice: Undefined index: T in webform_import_form_submit() (line 284 of /Library/WebServer/Documents/path/sites/all/modules/webform_import/webform_import.module).
Notice: Undefined index: D in webform_import_form_submit() (line 284 of /Library/WebServer/Documents/path/sites/all/modules/webform_import/webform_import.module).
Notice: Undefined index: I in webform_import_form_submit() (line 284 of /Library/WebServer/Documents/path/sites/all/modules/webform_import/webform_import.module).
Notice: Undefined index: U in webform_import_form_submit() (line 284 of /Library/WebServer/Documents/path/sites/all/modules/webform_import/webform_import.module).
Notice: Undefined index: U in webform_import_form_submit() (line 284 of /Library/WebServer/Documents/path/sites/all/modules/webform_import/webform_import.module).
Notice: Undefined index: P in webform_import_form_submit() (line 284 of /Library/WebServer/Documents/path/sites/all/modules/webform_import/webform_import.module).
Notice: Undefined index: H in webform_import_form_submit() (line 284 of /Library/WebServer/Documents/path/sites/all/modules/webform_import/webform_import.module).
Notice: Undefined index: D in webform_import_form_submit() (line 284 of /Library/WebServer/Documents/path/sites/all/modules/webform_import/webform_import.module).
Notice: Undefined index: P in webform_import_form_submit() (line 284 of /Library/WebServer/Documents/path/sites/all/modules/webform_import/webform_import.module).
Notice: Undefined index: T in webform_import_form_submit() (line 284 of /Library/WebServer/Documents/path/sites/all/modules/webform_import/webform_import.module).
Notice: Undefined index: P in webform_import_form_submit() (line 284 of /Library/WebServer/Documents/path/sites/all/modules/webform_import/webform_import.module).
Notice: Undefined index: I in webform_import_form_submit() (line 284 of /Library/WebServer/Documents/path/sites/all/modules/webform_import/webform_import.module).
Notice: Undefined index: T in webform_import_form_submit() (line 284 of /Library/WebServer/Documents/path/sites/all/modules/webform_import/webform_import.module).
Notice: Undefined index: I in webform_import_form_submit() (line 284 of /Library/WebServer/Documents/path/sites/all/modules/webform_import/webform_import.module).
Notice: Undefined index: W in webform_import_form_submit() (line 284 of /Library/WebServer/Documents/path/sites/all/modules/webform_import/webform_import.module).
Notice: Undefined index: W in webform_import_form_submit() (line 284 of /Library/WebServer/Documents/path/sites/all/modules/webform_import/webform_import.module).
Notice: Undefined index: D in webform_import_form_submit() (line 284 of /Library/WebServer/Documents/path/sites/all/modules/webform_import/webform_import.module).
Comments
Comment #1
tomhung commentedPlease post or pastebin a sample of the data being imported.
Greg
Comment #2
xcvzer commentedInstructions fieldset not working for me either.
Drupal 7.12
Webform 7.x-1.0
Comment #3
jjemmett commentedPlease check this issue against the latest version of webform import (7.x-1.2 as of this post)
Comment #4
AngryWookie commentedI was having similar areas and found out it was because I had fields in my CSV that did not have matching fields on the form I was importing into.
Comment #4.0
AngryWookie commentedforgot to mention Instructions dropdown bug
Comment #5
gobinathmthe latest release working for D7. Please cross verify & let us know if you still face issue