I have installed the module, enabled module and set permissions but when I click on create RSVP I get this message Fatal error: Call to undefined function: form_textfield() in rsvp.module on line 592
Reletive newbie. Have tried to search documentation but not found solution. I have the events module installed and am using event content type.
Any thoughts? Many thanks Caroline
Comments
Comment #1
BritAlbritton commentedHi Caroline,
I'm a newbie too, and I started getting the same error. As it turns out, "call to undefined function: form_textfield()" almost always results from installing a 4.6 module in a 4.7 version of drupal.
In my case, I had gone to the 4.7 modules section of the drupal site, followed the link for more information about RSVP, and then downloaded the "latest release" without noticing the default latest release on the RSVP info page is actually for a 4.6 version of the module. Once I downloaded version 4.7 directly from here:
http://ftp.osuosl.org/pub/drupal/files/projects/rsvp-4.7.0.tar.gz
and installed it, everything seemed to work fine.
Hope this helps,
Brit
Comment #2
carolineb commentedThank you - that has worked, Cheers Caroline
Comment #3
owahab commented