Closed (fixed)
Project:
Webmail Plus
Version:
6.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2009 at 05:49 UTC
Updated:
21 Feb 2009 at 15:10 UTC
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.
Comments
Comment #1
scripthead commentedYou need to install the File Framework to get this to work. Going to add it as a requirement for the next release.
Comment #2
peterx commentedI 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.
Comment #3
blackdog commented