Bringt hier leider nichts. Die Konsole meldet weiterhin den Fehler, dass der Ordner _autoload fehlt.
Code:
bash-4.1$ /usr/local/php71/bin/php composer.phar update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Generating autoload files
> ComponentInstaller\Installer::postAutoloadDump
Compiling component files
> Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
In ContaoModuleBundle.php line 36:
The module folder "system/modules/_autoload" does not exist.
Script Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication handling the post-update-cmd event terminated with an exception
[RuntimeException]
An error occurred while executing the "contao:install-web-dir" command:
In ContaoModuleBundle.php line 36:
The module folder "system/modules/_autoload" does not exist.
Also hab ich den einfach manuell angelegt, das war dann meine Lösung.