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

design.er’s picture

I think I have the same issue. Here the error:

warning: Missing argument 3 for webform_associate_menu_access() in D:\DEVELOPMENT\xampp\www\test\sites\all\modules\webform_associate\webform_associate.module on line 48.

Would be really great, if this bug could be fixed.
Please let me know If you need more info.

Regards from Germany,
Stefan

design.er’s picture

Status: Active » Closed (duplicate)

Oh 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'.

vindesh’s picture

In 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