When navigating to "Tables" this message shows up:
Fatal error: Call to undefined function _webform_load_components() in /drupal_path/sites/all/modules/webform_annotate/webform_annotate.inc on line 37

tried fixing it and changing to webform_load_components() (w/o the "_" sign), but then many more errors pop up - and my technical skills are not good enough to fix those

Comments

nachenko’s picture

I can't maintain my projects at this moment, i'm busy with my new house, and some real-life boring stuff, but you can try this:

Let's assume the function has not changed it's name, it only has been moved to a new file.

Search for "function _webform_load_components" in webform source code and get the name of the file where this function is now located in. Go to my module, line 37, and add an "include_once" instruction to load the file that contains the mising function.