I've been trying to install the Mandrill app for a Drupal 8 site, but no matter what I do, I keep getting the "The Mandrill PHP library is not installed. Please see installation directions in README.txt" error. But the README.txt does not state where to place the library.

Where should I put this?

Comments

tnguyenn created an issue. See original summary.

rjacobsen0’s picture

The recommended way to install is to use composer. If that's not an option for you, you can place it in modules/contrib/mandrill. Hope this helps!

rjacobsen0’s picture

Also, remember to enable the module once it is installed. You can do that with `drush en mandrill` or on the /admin/modules page by filtering for mandrill and checking the box and clicking 'Save'.

tnguyenn’s picture

Hey rjacobsen0,

Thanks for responding! Unfortunately, it didn't fix my issue :C
And yes, my current hosting doesn't allow me to use composer, so that isn't an option.

My last installation steps were:

  1. Download Mandrill Module
  2. Download the PHP Library
  3. Put the library folder into my mandrill module folder like you stated at #2
  4. Enable Mandrill Module

I still got the "The Mandrill PHP library is not installed. Please see installation directions in README.txt" message.

tnguyenn’s picture

For anyone looking at this, I got it to work for me. I couldn't install the module manually and couldn't use composer on my server.
So I just used composer to install the module locally after pulling with git. Then I deployed everything to the server.

tnguyenn’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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