Hallo zusammen,
habe versucht, 4.3.0 auf Windows 7 zu installieren, aber die Installation bricht immer nach der Eingabe der Datenbankdaten ab mit folgendem Fehler:
Code:
[2016-12-03 12:05:54] request.INFO: Matched route "contao_install". {"route":"contao_install","route_parameters":{"_scope":"backend","_token_check":true,"_controller":"Contao\\InstallationBundle\\Controller\\InstallationController::installAction","_route":"contao_install"},"request_uri":"http://contao4/contao/install","method":"GET"} []
[2016-12-03 12:05:54] app.CRITICAL: An exception occurred. {"exception":"[object] (Symfony\\Component\\Filesystem\\Exception\\IOException(code: 0): Failed to remove directory \"C:\\Localhost\\scripts\\contao4\\var\\cache\\prod/..\\prod\\annotations\\ca\": rmdir(C:\\Localhost\\scripts\\contao4\\var\\cache\\prod/..\\prod\\annotations\\ca): Directory not empty. at C:\\Localhost\\scripts\\contao4\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Filesystem\\Filesystem.php:176)"} []
Das Verzeichnis ist in der Tat nicht leer. Und auch wenn ich den Cache lösche, wird dieser mit Ausführen den Installationsschritts direkt wieder gefüllt. Hat jemand vielleicht eine Idee, was hier nicht stimmt?
Testsystem:
- Win7x64
- Apache 2.4.12 x64
- PHP 5.6.16 x32 und 7.0.13 x64 per FCGI (beide getestet)
- Contao 4.2.5 Installation läuft sauber durch
- Symlink-Fix aus Issue #634 ist installiert