-
Fehler beim installieren
Hallo bekomme auf einen Host diesen Fehler beim installieren vom BUNDLE
Code:
Fatal error: Uncaught exception Exception with message Cannot create symlink module, file exists and is not a link thrown in composer/vendor/contao-community-alliance/composer-plugin/src/ContaoCommunityAlliance/Composer/Plugin/SymlinkInstaller.php on line 120
#0 composer/vendor/contao-community-alliance/composer-plugin/src/ContaoCommunityAlliance/Composer/Plugin/SymlinkInstaller.php(41): ContaoCommunityAlliance\Composer\Plugin\SymlinkInstaller->updateAllSymlinks(Array, '/kunden/451430_...', '/kunden/451430_...', 0)
#1 composer/vendor/contao-community-alliance/composer-plugin/src/ContaoCommunityAlliance/Composer/Plugin/AbstractInstaller.php(138): ContaoCommunityAlliance\Composer\Plugin\SymlinkInstaller->updateSources(Array, Object(Composer\Package\CompletePackage))
#2 phar://composer/composer.phar/src/Composer/Installer/LibraryInstaller.php(87): ContaoCommunityAlliance\Composer\Plugin\AbstractInstaller->installCode(Object(Composer\Package\CompletePackage))
#3 phar://composer/composer.phar/src/Composer/Installer/InstallationManager.php(152): Composer\Installer\LibraryInstaller->install(Object(Composer\Repository\InstalledFilesystemRepository), Object(Composer\Package\CompletePackage))
#4 phar://composer/composer.phar/src/Composer/Installer/InstallationManager.php(139): Composer\Installer\InstallationManager->install(Object(Composer\Repository\InstalledFilesystemRepository), Object(Composer\DependencyResolver\Operation\InstallOperation))
#5 phar://composer/composer.phar/src/Composer/Installer.php(597): Composer\Installer\InstallationManager->execute(Object(Composer\Repository\InstalledFilesystemRepository), Object(Composer\DependencyResolver\Operation\InstallOperation))
#6 phar://composer/composer.phar/src/Composer/Installer.php(232): Composer\Installer->doInstall(Object(Composer\Repository\InstalledFilesystemRepository), Object(Composer\Repository\CompositeRepository), Object(Composer\Repository\PlatformRepository), Array, false)
#7 composer/vendor/contao-community-alliance/composer-client/src/system/modules/!composer/src/Controller/UpdatePackagesController.php(151): Composer\Installer->run()
#8 composer/vendor/contao-community-alliance/composer-client/src/system/modules/!composer/src/Controller/UpdatePackagesController.php(55): ContaoCommunityAlliance\Contao\Composer\Controller\UpdatePackagesController->runInline(Array, false)
#9 composer/vendor/contao-community-alliance/composer-client/src/system/modules/!composer/src/ClientBackend.php(218): ContaoCommunityAlliance\Contao\Composer\Controller\UpdatePackagesController->handle(Object(Contao\Input))
#10 system/modules/core/classes/Backend.php(423): ContaoCommunityAlliance\Contao\Composer\ClientBackend->generate()
#11 system/modules/core/controllers/BackendMain.php(131): Contao\Backend->getBackendModule('composer')
#12 contao/main.php(20): Contao\BackendMain->run()
#13 {main}
wenn ich dann wieder in die Paketverwaltung gehe in dem ich den /contao/main.php?do=composer aufrufe kommt dieses:
Code:
Loading composer repositories with package information
Updating dependencies
- Installing contao-bootstrap/panel (1.0.0)
Loading from cache
- created 1 links
- Installing contao-bootstrap/navigation (1.0.1)
Downloading
- created 1 links
- Installing contao-bootstrap/buttons (1.0.0)
Downloading
- created 1 links
- Installing contao-bootstrap/modal (1.0.0)
Downloading
- created 1 links
- Installing netzmacht/contao-flexible-sections (1.2.1)
Downloading
- created 1 links
- Installing contao-bootstrap/layout (1.0.1)
Downloading
- created 1 links
- Installing contao-bootstrap/grid-editor (1.1.1)
Downloading
- created 1 links
- Installing netzmacht/contao-form-helper (1.0.6)
Downloading
- created 1 links
- Installing netzmacht/contao-iconwizard (1.1.1)
Downloading
- created 1 links
- Installing contao-bootstrap/form (1.0.3)
Downloading
Loading composer repositories with package information
Updating dependencies
- Installing contao-bootstrap/form (1.0.3)
Loading from cache
Loading composer repositories with package information
Updating dependencies
- Installing contao-bootstrap/form (1.0.3)
Loading from cache
gehe ich danach wieder auf aktualisieren gehe wiederholt sich der Fehler wie oben und es kommt immerzu dies:
Code:
Loading composer repositories with package information
Updating dependencies
- Installing contao-bootstrap/form (1.0.3)
Loading from cache
hat wer eine Idee?
-
Hey, das ist das Supportforum für Contao-Bootstrap und nicht für Composer. :-D Es mehren sich die Composer-Supportanfragen hier....
Das Problem könnte daher kommen, dass die Installationsart von Distribution auf Quellen geändert wurde. Wie auch immer, Composer hat Probleme die Modulverlinkungen zu erstellen. Am besten mal alle installierten Module unter system/modules/* löschen (außer !composer!!!) und dann unter Composer -> Werkzeuge -> Verknüpfungen neu erstellen lassen.
Wenn es klar ist, um welches Modul es geht (z.B. alle sind Symlinks bis auf eins, nur das eine löschen sollte auch schon reichen). Ach ja und vorher den Cache löschen!