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 71 forks source link

Issue exactly the same like "Auroa not autoloadble #41" #50

Closed conductor111 closed 4 years ago

conductor111 commented 4 years ago

php composer.phar run pre-config

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

Php ver is 7. The behavior is identical for both git ver and latest.zip. Composer is the latest ver. (They have been downloaded half an hour ago) .

afterlogic-support commented 4 years ago

Can you confirm you've run the following command prior to pre-config:

php composer.phar install

and is there system directory in root of your installation?

conductor111 commented 4 years ago

Oh, yes, it was my mistake. Sorry.