[Tue Aug 12 15:13:43 2008] [error] [client 127.0.0.1] PHP Stack trace:, referer: http://localhost/water-drupal/admin/content/types
[Tue Aug 12 15:13:43 2008] [error] [client 127.0.0.1] PHP 1. {main}() /home/mainapa/workspace/water-drupal/index.php:0, referer: http://localhost/water-drupal/admin/content/types
[Tue Aug 12 15:13:43 2008] [error] [client 127.0.0.1] PHP 2. menu_execute_active_handler() /home/mainapa/workspace/water-drupal/index.php:15, referer: http://localhost/water-drupal/admin/content/types
[Tue Aug 12 15:13:43 2008] [error] [client 127.0.0.1] PHP 3. call_user_func_array() /home/mainapa/workspace/water-drupal/includes/menu.inc:418, referer: http://localhost/water-drupal/admin/content/types
[Tue Aug 12 15:13:43 2008] [error] [client 127.0.0.1] PHP 4. drupal_get_form() /home/mainapa/workspace/water-drupal/includes/menu.inc:0, referer: http://localhost/water-drupal/admin/content/types
[Tue Aug 12 15:13:43 2008] [error] [client 127.0.0.1] PHP 5. drupal_process_form() /home/mainapa/workspace/water-drupal/includes/form.inc:80, referer: http://localhost/water-drupal/admin/content/types
[Tue Aug 12 15:13:43 2008] [error] [client 127.0.0.1] PHP 6. drupal_prepare_form() /home/mainapa/workspace/water-drupal/includes/form.inc:251, referer: http://localhost/water-drupal/admin/content/types
[Tue Aug 12 15:13:43 2008] [error] [client 127.0.0.1] PHP 7. send_form_alter() /home/mainapa/workspace/water-drupal/includes/form.inc:365, referer: http://localhost/water-drupal/admin/content/types
[Tue Aug 12 15:13:43 2008] [error] [client 127.0.0.1] PHP 8. _send() /home/mainapa/workspace/water-drupal/sites/all/modules/send/send.module:130, referer: http://localhost/water-drupal/admin/content/types
[Tue Aug 12 15:13:43 2008] [error] [client 127.0.0.1] PHP 9. call_user_func_array() /home/mainapa/workspace/water-drupal/sites/all/modules/send/send.module:277, referer: http://localhost/water-drupal/admin/content/types
[Tue Aug 12 15:13:43 2008] [error] [client 127.0.0.1] PHP 10. _send_nodetype_form() /home/mainapa/workspace/water-drupal/sites/all/modules/send/send.module:0, referer: http://localhost/water-drupal/admin/content/types
[Tue Aug 12 15:13:43 2008] [error] [client 127.0.0.1] PHP 11. _send_settings_form() /home/mainapa/workspace/water-drupal/sites/all/modules/send/send.inc:91, referer: http://localhost/water-drupal/admin/content/types
[Tue Aug 12 15:13:43 2008] [error] [client 127.0.0.1] PHP 12. _send_value() /home/mainapa/workspace/water-drupal/sites/all/modules/send/send.inc:12, referer: http://localhost/water-drupal/admin/content/types
[Tue Aug 12 15:13:43 2008] [error] [client 127.0.0.1] PHP 13. module_invoke() /home/mainapa/workspace/water-drupal/sites/all/modules/send/send.inc:699, referer: http://localhost/water-drupal/admin/content/types
[Tue Aug 12 15:13:43 2008] [error] [client 127.0.0.1] PHP 14. call_user_func_array() /home/mainapa/workspace/water-drupal/includes/module.inc:386, referer: http://localhost/water-drupal/admin/content/types
[Tue Aug 12 15:13:43 2008] [error] [client 127.0.0.1] PHP 15. messaging_mail_send() /home/mainapa/workspace/water-drupal/includes/module.inc:0, referer: http://localhost/water-drupal/admin/content/types
[Tue Aug 12 15:13:43 2008] [error] [client 127.0.0.1] PHP 16. messaging_mail_params() /home/mainapa/workspace/water-drupal/sites/all/modules/messaging/messaging_mail/messaging_mail.module:55, referer: http://localhost/water-drupal/admin/content/types

The Send module invoke the hook_send() and messaging_mail_send try to respond. How we can fix this ?

Comments

paolomainardi’s picture

You have overwrite the long-standing hook_send() from Send Module, it's almost impossible keeping together.

But, you're right, how could a module developer know all the hooks defined by the Modules avoiding conlict namespace ? It's almost impossible.

bcn’s picture

I can also confirm that this module interferes with the send module's, hook_send...

Any chance these two modules will be compatible on day? Would you be considering patches to fix this?

Edited to add steps to reproduce:
1) Install and Enable Messaging and Notifications
2) Install and Enable Send
3) Go to 'admin/content/types/page' (or story)
4) White Screen

Debug reveals that the send module is invoking hook_send, which will pick up and *_send methods defined by the messaging module...

jose reyero’s picture

Status: Active » Fixed

This is already fixed

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.