By IntnsRed on
Scenario: The goal is to do a mailing list import-only into a forum. A new Drupal 4.7.4 install; I installed and enabled the mailhandler module. I created a mailbox and mailhandler imports into the forum fine.
The docs for listhandler seem straightforward enough. I installed the module (listhandler-4.6.x-1.x.tar.gz), loaded the MySQL file/table, and then enabled the module. But when I attempt to go to "administer, listhandler" I get the following error message:
Fatal error: Call to undefined function: form_textfield() in /home/.../modules/contrib/listhandler/listhandler.module on line 42
Has anyone seen that before? Any whacks with a clue-bat?
Comments
Don't use a 4.6 version of a
Don't use a 4.6 version of a module with Drupal 4.7, form_textfield was removed in 4.7 when FormsAPI was added.
Thanks for the whack...
Thanks for the whack with the clue-bat. The modules portion of the site lists the 4.6 listhandler for drupal 4.7, and I could've sworn I read somewhere that it worked with drupal 4.7, but using the listhandler 4.7 development snapshot no longer produces that error.
--
A GNU/Linux newbie since 1992!