Upon installing Mandrill and visiting admin/reports/mandrill I get a white screen with this error message:

Fatal error: Call to a member function users_info() on a non-object in /srv/www/pixelscrapper.com/public_html/sites/all/modules/mandrill/mandrill_reports/mandrill_reports.module on line 44

Comments

bleedev’s picture

Status: Active » Fixed

This error can occur if the Mandrill API key is not set before visiting the report pages. Commit ab68b8e redirects to the API key admin page if the key is not set.

Status: Fixed » Closed (fixed)

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

  • Commit ab68b8e on 7.x-1.x, 6.x-1.x, 7.x-2.x by bleedev:
    #1780452: Fatal error: Call to a member function users_info() on a non-...
  • Commit bd0d815 on 7.x-1.x, 6.x-1.x, 7.x-2.x by levelos:
    Merge branch '7.x-1.x' of git.drupal.org:project/mandrill into 7.x-1.x...