When loading the website, i receive the following error:
Fatal error: Call to undefined function webform_menu_load() in \\Server\WEBSITEDATA\website\includes\menu.inc on line 410

I also recieve the following if i try to update drupal.
warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'webform_menu_load' not found or invalid function name in \\server\WEBSITEDATA\website\includes\menu.inc on line 407.

Comments

dddave’s picture

Title: issue with webform » Call to undefined function webform_menu_load()
Project: Drupal core » Webform
Version: 6.6 » 6.x-2.x-dev
Component: other » Code

Seems to be a webform problem so the best place to discuss is there. ;)

Please correct the version of webform you are using.

quicksketch’s picture

webform_menu_load() is directly in webform.module, so I'm not sure how this function could be unavailable. The only way I know this could happen would be if Webform module was installed but then it was removed from the server without disabling the module first.

Larry0788’s picture

I used to get the same error:

Fatal error: Call to undefined function webform_menu_load() in \\Server\WEBSITEDATA\website\includes\menu.inc on line 410

and my problem was with Clean URLs. http://drupal.org/node/5590 Try to switch it off and on, or when installing apache, enable rewritebase module.

quicksketch’s picture

Status: Active » Fixed

I doubt this had to do with Clean URLs. If you save any settings form, it clears the caches (including the menu cache), which probably just rebuilt the menu system and removed the calls to webform_menu_load() if the module was disabled. As I suggested in #2, the likely cause of this is deleting the module without turning it off first.

In any case, I'm certain the function exists in webform.module. If experiencing this problem, clear your caches at admin/settings/performance.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.