pydio / pydio-core

Pydio 8 official repository
https://pydio.com
GNU Affero General Public License v3.0
867 stars 289 forks source link

PhpMailLite.php fail requiring vendor/autoload.php #1341

Closed GoZOo closed 7 years ago

GoZOo commented 7 years ago

I use Pydio open-source version 7.0.4 , when i use a feature which send mail (creating a user or resetting password), i have the following error message: PhpMailLite.php message=require_once(vendor/autoload.php): failed to open stream: No such file or directory

Thanks for your help

Ardinis commented 7 years ago

Confirmed with quota user too. Every function using mail triggers this error. There is no vendor folder in plugins/mailer.phpmailer-lite folder.

cdujeu commented 7 years ago

Hi guys, Sorry for the late answer. Just to make sure, what kind of installation are you using? (zip, targz, rpm, deb) ? thx

GoZOo commented 7 years ago

Installation has been made long time ago. I don't remember which one between zip or targz was used. Last updates have been made thanks to the built-in update feature.

GoZOo commented 7 years ago

I found a 6.2.1.tar.gz on my server, so the last manual update or installation should be done thanks to targz. I hope this will help

cdujeu commented 7 years ago

Go inside plugins/mailer.phpmailer-lite/, and run composer install. You must first install composer on the server, see https://getcomposer.org Probably an issue in the update process.

GoZOo commented 7 years ago

I confirm that fix my issue. Thanks @cdujeu !

davidrahusen commented 7 years ago

Dear all, this doesn't work, have no console access to my webspace resp. no PHP from within console. Any other chance to get that annoying "vendor/autoload.php"?

cdujeu commented 7 years ago

hi @davidrahusen just grab the latest zip/tar.gz of pydio and drop in the plugins/mailer.phpmailer-lite/vendor folder inside your install.

davidrahusen commented 7 years ago

Forgot to comment ... got it work. Thanx!