Hi everyone, I am constantly being bartered by drupal for close to 48hrs now without a sleep. I am encountering a problem but as a newbie I am short of understanding what is going wrong or has gone wrong webform associate. What errors about webform associate is the code below describing and how can we sort this error to perfection? I am hoping that someone somewhere must have encounted something of this type and i will like to know how they solved it. I am completely new and knows nothing about batabase/code as the error seems. What is really missing from webform associate? Waiting for your responses. Thanks

warning: Missing argument 3 for webform_associate_menu_access() in /home/iphoneu1/public_html/sportyniners.co.uk/sites/all/modules/webform_associate/webform_associate.module on line 48.
warning: Missing argument 3 for webform_associate_menu_access() in /home/iphoneu1/public_html/sportyniners.co.uk/sites/all/modules/webform_associate/webform_associate.module on line 48.
warning: Missing argument 3 for webform_associate_menu_access() in /home/iphoneu1/public_html/sportyniners.co.uk/sites/all/modules/webform_associate/webform_associate.module on line 48.
warning: Missing argument 3 for webform_associate_menu_access() in /home/iphoneu1/public_html/sportyniners.co.uk/sites/all/modules/webform_associate/webform_associate.module on line 48.
warning: Missing argument 3 for webform_associate_menu_access() in /home/iphoneu1/public_html/sportyniners.co.uk/sites/all/modules/webform_associate/webform_associate.module on line 48.
warning: Missing argument 3 for webform_associate_menu_access() in /home/iphoneu1/public_html/sportyniners.co.uk/sites/all/modules/webform_associate/webform_associate.module on line 48.

Comments

Eugene Dubois’s picture

Code is trying to use a database table that is not there...

I would try to find an answer in the ubercart forums: http://ubercart.org

Eugene

Palviner’s picture

Eugene, that was great pointing me out to ubercart. In fact, it was a mistake as I intented to reference the code error at Ubercart and not here. However, I have sorted it out. Have you got the least idea or suggestion about what could be happening as on my primary question? Thank you

TheDan’s picture

Hey Eugene

Would be great if you can post your solution for the rest of us that has the same error...

Thx in advance
Dan

anawillem’s picture

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)

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 :)

function webform_associate_menu_access($func, $arguments = array(), $node=NULL, $a3 = NULL)