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

scripthead’s picture

The files have been added and 6.x-1.2 release should be built shortly.

mmullens’s picture

Thank 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

scripthead’s picture

6.x-1.3 should be built shortly

mmullens’s picture

Thanks! 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

blackdog’s picture

It 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.

blackdog’s picture

Title: Missing .inc files » Attachments in compose form broken

Better title.

blackdog’s picture