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

CommentFileSizeAuthor
Schermata 2015-01-03 alle 15.20.40.png300.28 KBamolinari

Comments

sergiomandrone’s picture

Assigned: Unassigned » petebarnett

  • petebarnett committed 4aebd62 on 7.x-1.x
    Issue #2401225 by amolinari: Fatal error: Call to undefined function...
petebarnett’s picture

Status: Active » Fixed

Hi 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

petebarnett’s picture

Status: Fixed » Closed (fixed)