Closed lundzern closed 6 years ago
What version of GmailSmtpApp are you running (see vendor/magepal/magento2-gmailsmtpapp/composer.json) in your environment?
See https://github.com/magepal/magento2-gmailsmtpapp/blob/master/composer.json#L18
Hi @srenon and thanks for your reply (and sorry for my delayed one!)
I found the file you mention in the htdocs/app/code/MagePal/GmailSmtpApp/ folder (not under vendor/ like the error message indicates).
Not sure if that has any relevance?
Also, the version number in that file is 1.4.5
@lundzern .... You seem to have 2 issues that not a bug in the extension.
Since this is not a bug in the module you are more than welcome to open a paid ticket with support@magepal.com and I will have someone set up the module correctly
Hi, in order to be able to update Magento to the latest 2.2.1 release I had to do some tweaks as suggested in this answer.
After this, the installation process went through, but the MagePal SMTP plugin stopped working, I have now been trying to uninstall and reinstall using composer.
But when I try to run the
php -f bin/magento module:enable --clear-static-content MagePal_GmailSmtpApp
command to reinstall the plugin I get the following error:And I get stuck here not knowing what to do in order to sort this out, it seems to me that I will have to remove some remains of the previous plugin before trying to reinstall but I am not sure how to go about this.