downloaded mailup module with
drush dl mailup
drush en mailup
used the config page
admin/config/services/mailup
to setup credentials
after saved the config, i receive this error
Fatal error: Call to undefined function mailup_subscription_load_multiple() in /Users/magnum/projects/cobox/cobox_website_drupal/sites/all/modules/mailup/includes/mailup.admin.inc on line 230
| Comment | File | Size | Author |
|---|---|---|---|
| Schermata 2015-01-03 alle 15.20.40.png | 300.28 KB | amolinari |
Comments
Comment #1
sergiomandrone commentedComment #3
petebarnett commentedHi amolinari,
Thanks for reporting. I've made a bug fix release which addresses this issue.
If you want to use the full functionality of Mailup to manage subscriptions, you will need to enable both "mailup" and "mailup_subscribe" modules - the first one is only an API module for use by developers wanting to use the mailup web services, while the second provides a user interface for managing subscriptions.
The problem you were seeing was due to a rogue dependency between the two modules, and has now been resolved.
Hope this helps!
Pete
Comment #4
petebarnett commented