getgrav / grav-plugin-email

Grav Email Plugin
http://getgrav.org
MIT License
37 stars 29 forks source link

Email.php): failed to open stream: No such file or directory #44

Closed ktaranov closed 7 years ago

ktaranov commented 7 years ago

Hi, guys.

Move mys site to vps hosting and get this error:

 Whoops \ Exception \ ErrorException (E_WARNING)
include(/var/www/taranov.pro/user/plugins/email/vendor/composer/../../classes/Email.php): failed to open stream: No such file or directory

Could you help me with this issue on http://taranov.pro/ ?

flaviocopes commented 7 years ago

Most probably the vendor/ folder under user/plugins/email/ is gitignored and is not copied to your server, can you check if this is the case?

ktaranov commented 7 years ago

@flaviocopes, thanks for reply. Solved this issue here https://github.com/getgrav/grav/issues/1143