Closed (fixed)
Project:
Webform
Version:
7.x-4.0-alpha6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
3 Apr 2013 at 15:06 UTC
Updated:
1 Jun 2013 at 03:47 UTC
Using Drupal 7.21, webform alpha 6.
I created a webform. Now I want to provide a menu link but without succes. When pressed save, got this error.
Warning: explode() expects parameter 2 to be string, array given in menu_node_submit() (line 722 of www\modules\menu\menu.module)
Comments
Comment #1
edenb commentedhey,
same problem using drupal 7.22 version & webfrom 7.x-3.18.
the error:
Warning: explode() expects parameter 2 to be string, array given in menu_node_submit() (line 722 of D:\www\modules\menu\menu.module).
thanks.
Comment #2
henkit commentedSame here,
also using drupal 7.22, but not with webform...i get the error when adding a custom content type node
Henk
Comment #3
quicksketchI'm not sure this is an issue with Webform. It looks like Hierarchical Select module caused this problem at one point, but it was solved a while ago: #1272538: Hierarchical Select Menu should also flatten on submit of node forms.
Comment #4
henkit commentedHi Quicksketch,
Thanks! #10 patch from your link solves the error!
Kind regards,
Henk
Comment #5
quicksketchGreat, thanks for the followup. Closing this issue as a support request, since the problem has already been solved in Hierarchical select, which is responsible.