Closed (duplicate)
Project:
Webform Associate
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Dec 2008 at 10:56 UTC
Updated:
29 Oct 2009 at 11:35 UTC
I have configured webform associated module properly. But whenever i m submitting a node which is associated with this webform it is throwing errors. I m not getting any errors on submit of node when webform_associate module is disabled.
And how any webform is associated with any node ? Where link is being displayed ?
Anyone please help in this.
Comments
Comment #1
design.er commentedI think I have the same issue. Here the error:
Would be really great, if this bug could be fixed.
Please let me know If you need more info.
Regards from Germany,
Stefan
Comment #2
design.er commentedOh sorry, I've noticed that this issue is in queue yet.
So I'll mark it as duplicate. Here's the right one: #358252: error in webforms: 'Missing argument 3 for webform_associate_menu_access'.
Comment #3
vindesh commentedIn function webform_associate_menu_access() put "$node=NULL" Then problem will be resolve.
I have try this and my problem resolved.
Try this :) put
$node=NULL
in function webform_associate_menu_access
function webform_associate_menu_access($func, $arguments = array(), $node=NULL, $a3 = NULL)
Regard's
Vindesh Mohariya