I am using drupal 4.7.0 and have installed webform for the first time. When I try to set the settings for webform, I get this error:
Fatal error: Call to undefined function: form_select() in /home/vaware/public_html/modules/webform.module on line 242
What have I done incorrectly?
Comments
Comment #1
heine commentedYou may have accidentally downloaded the 4.6 version of the module (4.6 is the 'latest' release because it has last been updated). http://drupal.org/node/7404/release has an overview of webform releases, including the 4.7 one.
Comment #2
skcombs commentedI thought I had downloaded 4.7, but I'd downloaded 4.6. No problems installing with the correct version!
Comment #3
quicksketch