Habe die Schritte nun durchgeführt und hänge bei folgendem Problem:
Code:
php contao-manager.phar.php composer install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating optimized autoload files
> Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
In ContaoModuleBundle.php line 36:
The module folder "system/modules/email2username" does not exist.
Script Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication handling the post-install-cmd event terminated with an exception
In ScriptHandler.php line 113:
An error occurred while executing the "contao:install-web-dir" command:
In ContaoModuleBundle.php line 36:
The module folder "system/modules/email2username" does not exist.
Das Modul existiert tatsächlich nicht. Es wurde mal händisch integriert und wieder gelöscht. Aber wie bekomme ich den Fehler weg?
Auch ein löschen des Caches via:
Code:
php vendor/contao/manager-bundle/bin/contao-console doctrine:cache:clear contao.cache
In ContaoModuleBundle.php line 36:
The module folder "system/modules/email2username" does not exist.
funktioniert nicht.
Beim Aufruf des Managers kommt ein:
Code:
ERROR 500 The Contao version could not be determined
Jemand eine Idee?