Closed (fixed)
Project:
Mandrill
Version:
8.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2019 at 21:24 UTC
Updated:
1 Mar 2019 at 21:34 UTC
Jump to comment: Most recent
Comments
Comment #2
rjacobsen0 commentedThe 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!
Comment #3
rjacobsen0 commentedAlso, 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'.
Comment #4
tnguyenn commentedHey 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:
I still got the "The Mandrill PHP library is not installed. Please see installation directions in README.txt" message.
Comment #5
tnguyenn commentedFor 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.
Comment #6
tnguyenn commented