Closed
Description
Ich habe bei Strato (PHP 7.2.5) bei der Installation/Deinstallation von Erweiterungen folgendes Problem:
Die Installation über den Manager endet mit:
Generating optimized autoload files
ocramius/package-versions: Generating version class...
ocramius/package-versions: ...done generating version class
> Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
The command is already running in another process.
Script Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication handling the post-install-cmd event terminated with an exception
In ScriptHandler.php line 95:
An error occurred while executing the "contao:install-web-dir" command:
install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>]...
# Process terminated with exit code 1
# Result: General error
Über die Konsole erhalte ich:
reinerzau.de> /opt/RZphp72/bin/php-cli vendor/bin/contao-console contao:install- web-dir -vvv
The command is already running in another process.
16:41:51 DEBUG [console] Command "contao:install-web-dir -vvv" exited with c ode "1"
[
"command" => "contao:install-web-dir -vvv",
"code" => 1
]
[]
reinerzau.de>
Zu Komlettierung hier noch der log-file
Bei Neuladen des Browser sind die installierten Erweiterungen vorhanden.
Edit: Bei einem zweiten Versuch trat das Problem auch direkt während der Installation auf. Dann kann auch das Installtool nicht aufgerufen werden, weil die Route zum Installtool scheinbar nicht vorhanden oder gefunden wird