undefined function _file_attach_form() in webmail_plus.compose.inc on line 307
peterx - February 7, 2009 - 05:49
| Project: | Webmail Plus |
| Version: | 6.x-1.7 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
There is no menu entry for creating mail so I went to webmail_plus/compose and the following error eppeared.
Fatal error: Call to undefined function _file_attach_form() in /home/example/public_html/sites/all/modules/webmail_plus/webmail_plus.compose.inc on line 307
I commented out line 307 and the compose page appeared.

#1
You need to install the File Framework to get this to work. Going to add it as a requirement for the next release.
#2
I installed the File framework and found within it, you need the Attachment module. The dependency is:
dependencies[] = file_attach
Line 307 is back in and the compose page is working.
#3
#4
Automatically closed -- issue fixed for 2 weeks with no activity.