6.x-1.1 packing is missing some .inc files. The first one that is missing is webmail_plus.user_preferences_presentation.inc
When clicking on the "Webmail Plus" tab in "My Account"
Fatal error: require_once() [function.require]: Failed opening required 'sites/all/modules/webmail_plus/webmail_plus.user_preferences_presentation.inc' (include_path='.;C:\php5\pear') in C:\wamp\www\drupal\includes\menu.inc on line 346
Comments
Comment #1
scripthead commentedThe files have been added and 6.x-1.2 release should be built shortly.
Comment #2
mmullens commentedThank you for your quick response! Here is another missing one:
Fatal error: require_once() [function.require]: Failed opening required 'sites/all/modules/webmail_plus/webmail_plus.compose.inc' (include_path='.;C:\php5\pear') in C:\wamp\www\drupal\includes\menu.inc on line 346
Does webmail_plus.compose.inc contain the contact_manager_contact_exist() function?
This missing include may be what is causing the following error when clicking an item in the recent messages block:
Fatal error: Call to undefined function contact_manager_contact_exists() in C:\wamp\www\drupal\sites\all\modules\webmail_plus\webmail_plus.functions.inc on line 445
Comment #3
scripthead commented6.x-1.3 should be built shortly
Comment #4
mmullens commentedThanks! I just applied the new webmail_plus.compose.inc and now I have when I attempt to compose a message:
Fatal error: Call to undefined function _file_attach_form() in C:\wamp\www\drupal\sites\all\modules\webmail_plus\webmail_plus.compose.inc on line 279
Comment #5
blackdog commentedIt seems like the correct function here should be
_upload_form. It makes the error go away, but the attachments fieldset contains no input, so something else is wrong too.Comment #6
blackdog commentedBetter title.
Comment #7
blackdog commented#370544: undefined function _file_attach_form() in webmail_plus.compose.inc on line 307