afterlogic / webmail-lite-8

Open-source webmail script for existing IMAP server
https://afterlogic.org/webmail-lite-8
GNU Affero General Public License v3.0
335 stars 72 forks source link

Auroa not autoloadble #41

Closed gummipunkt closed 5 years ago

gummipunkt commented 5 years ago

gummipunkt@gummipunkt:/var/www/webmail$ php composer.phar run pre-config

[ -d data ] || mkdir data Class Aurora\Installer is not autoloadable, can not call pre-config script

afterlogic-support commented 5 years ago

We weren't able to reproduce it with the latest package. Make sure to download the latest archive and obtain the latest composer build. If the issue persists with those, let us know what PHP version you use.

gummipunkt commented 5 years ago

Hi,

Thanks for your answer. I've downloaded it again and now it worked. But: After finish the installation process, I go to webmail.gummipunkt.eu

"No Internet connection"

It isn't possible to login with superadmin. Do you've any clue what the problem could be?+

Best, Patrick

afterlogic-support commented 5 years ago

WebMail sends a request to https://webmail.gummipunkt.eu/?/Api/ address, and gets Error 500. That's a webserver-level error, you need to check webserver/PHP error logs to check what may be causing the issue.