Seite 6 von 8 ErsteErste ... 245678 LetzteLetzte
Ergebnis 201 bis 240 von 311

Thema: Installation Contao 4.4 / Contao Manager

  1. #201
    Contao-Urgestein Avatar von Franko
    Registriert seit
    22.06.2009.
    Beiträge
    1.503
    Partner-ID
    6122

    Standard

    Nochmals zu 1und1 (alter Tarif Unlimited)

    Mit dem CM beta3/4 lief die Installation bei mir durch... Wobei ich noch immer nicht weiß warum????

    Habe jetzt versucht über den CM beta5 Erweiterungen zu installieren - brechen immer ab.

    Habe dann versucht dies manuell über den Composer zu installieren:

    /usr/bin/php5.5-cli -i | grep memory_limit
    Gibt mir 256M an - sollte aber bei diesem Tarif max. 512M sein - siehe hier.

    Test Erweiterung terminal42/notification_center:

    Code:
    /usr/bin/php5.5-cli composer.phar require terminal42/notification_center
    Fatal error: Out of memory (allocated 606339072) (tried to allocate 32 bytes) in phar:///homepages/3/XXX/htdocs/contao4/composer.phar/src/Composer/DependencyResolver/Rule2Literals.php on line 53
    versucht mit

    Code:
    /usr/bin/php5.5-cli -d memory_limit=-1 composer.phar require terminal42/notification_center
    Fatal error: Out of memory (allocated 606863360) (tried to allocate 64 bytes) in phar:///homepages/3/XXX/htdocs/contao4/composer.phar/src/Composer/DependencyResolver/Rule2Literals.php on line 53
    brachte es auch nicht.

    Test Erweiterung bugbuster/contao-be_user_online-bundle:

    Code:
    /usr/bin/php5.5-cli -d memory_limit=-1 composer.phar require bugbuster/contao-be_user_online-bundle
    [InvalidArgumentException]
    Could not find package bugbuster/contao-be_user_online-bundle at any version matching your PHP version 5.5.38.0
    Code:
    /usr/bin/php5.5-cli -d memory_limit=-1 composer.phar --ignore-platform-reqs require bugbuster/contao-be_user_online-bundle
    hat auch nichts gebracht.


    Ich würde gerne wissen ob dies ausschließlich ein memory_limit Problem ist oder auch noch mit der php5.5 CLI zusammenhängen kann.

    Die neuen 1und1 Tarife "Unlimited Plus/Pro" sollen in dieser Hinsicht deutlich mehr Leistungen bieten. Siehe hier.
    Würde das helfen???
    Freelancer, Digital Design Enthusiast, Contao Aficionado and Tutorial Junkie @MoinFranko - Carpe diem ...

  2. #202
    Wandelndes Contao-Lexikon Avatar von BugBuster
    Registriert seit
    15.06.2009.
    Ort
    Berlin
    Beiträge
    10.512
    User beschenken
    Wunschliste

    Standard

    Zitat Andreas (CM) auf meine Frage wieso nur 5.5-cli:
    auf der SSH-Konsole gibt es maximum 5.5 CLI
    aber der Manager läuft scheinbar unter einem anderen Chailroot, da stehen auch neuere CLIs zur verfügung
    D.h. theoretisch sollte der Manager mehr schaffen als du auf der Konsole.
    Guckst Du: https://github.com/contao/contao-man...rs.yml#L42-L50
    Grüße, BugBuster
    "view source" is your guide.
    Danke an alle Amazon Wunschlisten Erfüller

  3. #203
    Contao-Urgestein Avatar von Franko
    Registriert seit
    22.06.2009.
    Beiträge
    1.503
    Partner-ID
    6122

    Standard

    aber der Manager läuft scheinbar unter einem anderen Chailroot, da stehen auch neuere CLIs zur verfügung
    Hm, ?!?,
    Ich hab mich gewundert das der CM auf 1und1 den binary-pfad autom. auf /usr/bin/php7.1-cli setze, obwohl dieser über die Shell nicht verfügbar ist.
    Daher auch die Verwunderung, das die Installation dennoch funktioniert.

    Wenn der CM dann das bei der Installation so hinkriegt, müßten dann doch auch die Erweiterungen installiert werden können???
    Frank
    Freelancer, Digital Design Enthusiast, Contao Aficionado and Tutorial Junkie @MoinFranko - Carpe diem ...

  4. #204
    Community-Moderatorin & Contao-Urgestein Avatar von mlweb
    Registriert seit
    10.07.2011.
    Beiträge
    6.745
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Da gibt es dann bei Überprüfen der Abhängigkeiten wieder Probleme mit dem RAM. Zumindestens war das in meinem DualBasic-Paket so.
    Ich habe Dir mit meinen Hinweisen geholfen und Du möchtest Dich bedanken?
    Unterstütze bitte das Contao-Projekt (Button Links)
    Weitere Spendenmöglichkeiten
    ------------------------------------------------------------------------------------------------------
    Contao-Dokumentation: Contao-Handbuch und Contao-Entwickler-Doku
    Contao-Online-Video-Kurse: Contao Academy
    Funktionalität erweitern: Contao-Erweiterungen

    Für Dinge die man mit html5 und css3 lösen kann, braucht man kein javascript.




  5. #205
    Wandelndes Contao-Lexikon Avatar von BugBuster
    Registriert seit
    15.06.2009.
    Ort
    Berlin
    Beiträge
    10.512
    User beschenken
    Wunschliste

    Standard

    Dazu kam noch die Aussage:
    Memory ist bei 1&1 aber gar nicht das Problem, mit dem Flag gemäss providers.yml hatte ich keine limiten mehr, aber der Prozess wurde nach gewisser Zeit abgeschossen
    Grüße, BugBuster
    "view source" is your guide.
    Danke an alle Amazon Wunschlisten Erfüller

  6. #206
    Contao-Urgestein Avatar von Franko
    Registriert seit
    22.06.2009.
    Beiträge
    1.503
    Partner-ID
    6122

    Standard

    Nachtrag (Sorry),
    zum Verständnis: Der CM hat mehr Möglichkeiten als über den direkten shell/composer Aufruf (hinsichtlich der php CLI Version).

    Bedeutet doch dann, das auf 1und1 NUR noch ein Problem mit den memory_limit besteht und evtl. bei den neuen Tarifen auch Erweiterungen installiert werden sollten:
    Siehe auch Beitrag hier ...
    Freelancer, Digital Design Enthusiast, Contao Aficionado and Tutorial Junkie @MoinFranko - Carpe diem ...

  7. #207
    Contao-Urgestein Avatar von Franko
    Registriert seit
    22.06.2009.
    Beiträge
    1.503
    Partner-ID
    6122

    Standard

    Zitat Zitat von BugBuster Beitrag anzeigen
    Dazu kam noch die Aussage:
    Ups, Du warst schneller.

    Also dann würde dies auch nicht nutzen: Infos,
    wenn es nicht am memory liegt ...

    Da gibts mehr memory und mehr gleichzeitige Prozesse - weiß aber nicht wie hoch die MAX_EXECUTION_TIME dann ist, was demnach hier relevant wäre.
    Frank
    Freelancer, Digital Design Enthusiast, Contao Aficionado and Tutorial Junkie @MoinFranko - Carpe diem ...

  8. #208
    Wandelndes Contao-Lexikon Avatar von BugBuster
    Registriert seit
    15.06.2009.
    Ort
    Berlin
    Beiträge
    10.512
    User beschenken
    Wunschliste

    Standard

    Andreas hat derzeit Probleme, das der Prozess einfach abgeschossen wird bevor er fertig ist, was wohl nichts mit der PHP Laufzeit zu tun hat.
    Wenn das so ist und die neuen Pakete eine höhere Laufzeit der Prozesse erlaubt, dann könnte das funktionieren.
    Das sind mir aber alles zu viele Wenn und Könnte.
    Grüße, BugBuster
    "view source" is your guide.
    Danke an alle Amazon Wunschlisten Erfüller

  9. #209
    Wandelndes Contao-Lexikon Avatar von BugBuster
    Registriert seit
    15.06.2009.
    Ort
    Berlin
    Beiträge
    10.512
    User beschenken
    Wunschliste

    Standard

    Zitat
    ...nicht von PHP (Execution Time) sondern vom Prozessmanager (SIGKILL) beendet.
    Grüße, BugBuster
    "view source" is your guide.
    Danke an alle Amazon Wunschlisten Erfüller

  10. #210
    Contao-Urgestein Avatar von Franko
    Registriert seit
    22.06.2009.
    Beiträge
    1.503
    Partner-ID
    6122

    Standard

    Zitat Zitat von BugBuster Beitrag anzeigen
    Wenn das so ist und die neuen Pakete eine höhere Laufzeit der Prozesse erlaubt, dann könnte das funktionieren.
    Genau das kriege ich ja nicht raus - da steht ja nur was von mehr gleichzeitigen Prozessen aber nicht wieviel Zeit je Prozess zugestanden wird ...
    Freelancer, Digital Design Enthusiast, Contao Aficionado and Tutorial Junkie @MoinFranko - Carpe diem ...

  11. #211
    Wandelndes Contao-Lexikon Avatar von BugBuster
    Registriert seit
    15.06.2009.
    Ort
    Berlin
    Beiträge
    10.512
    User beschenken
    Wunschliste

    Standard

    Hab grad erfahren, das Prozesskillen Problem trat auch beim Unlimited Plus auf (mit dem inkl. Level 2).
    Man will aber auf 1&1 zugehen und die mal fragen ob da was zu machen ist. Auch weil die ja C4 selber anbieten wollen (automatischen Vorinstallation), das muss dann ja laufen.
    Grüße, BugBuster
    "view source" is your guide.
    Danke an alle Amazon Wunschlisten Erfüller

  12. #212
    Contao-Nutzer
    Registriert seit
    14.03.2012.
    Beiträge
    129

    Standard

    Habe die beta5 mal bei Domainfactory unter PHP7 getestet:

    Alles gut. Wie in #198.
    Viele Grüße
    codework

  13. #213
    Wandelndes Contao-Lexikon Avatar von BugBuster
    Registriert seit
    15.06.2009.
    Ort
    Berlin
    Beiträge
    10.512
    User beschenken
    Wunschliste

    Standard

    Hab hier mal was bei 1&1 gelesen (Nutzer Kommentare dazu), wir sind nicht die einzigen die seit mittlerweile über 1 Jahr! fordern, das die 5.5-cli mal erhöht werden sollte, weil sonst sich nichts installieren lässt.
    Typo3, Magento, ...
    (weil alles 5.6 oder höher braucht)
    https://community.1und1.de/php-compo...nd1-verwenden/
    Grüße, BugBuster
    "view source" is your guide.
    Danke an alle Amazon Wunschlisten Erfüller

  14. #214
    Wandelndes Contao-Lexikon Avatar von tab
    Registriert seit
    22.10.2013.
    Beiträge
    10.077
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Genau die Aussage (vom 26.04.2016!!), dass man wisse, dass die Kunden gerne höhere PHP-Versionen zur Verfügung hätte und das deshalb auf der Agenda für die Zukunft stünde, hat für mich das Fass zum Überlaufen gebracht. Das war vor über einem Jahr und es ist immer noch nichts passiert. Ich suche mir einen anderen Hoster, viel schlimmer kann es eigentlich auch anderswo nicht sein, vielleicht mit Ausnahme des Service-Weltmeisters .

    Und wirklich billig ist mein Hosting-Paket auch nicht gerade, dafür bekomme ich auch anderswo was Vernünftiges. Zudem dann noch der angeblich unlimitierte Webspace, den ich mit weniger als 20GB zum Überlaufen gebracht habe, weil die Inodes ausgingen. Denn die sind limitiert und das Limit vergrößert sich auch nicht, wenn man an die Grenze stösst. Die ist zwar recht groß (262144), aber ich habe da einige Contao Testinstallationen gebunkert, Contao hat viele kleine Dateien. Mit ca 15-20 Installationsverzeichnissen ist der unbegrenzte Webspace voll. Und noch die Aussage dazu "2GB RAM garantiert", die dann allerdings auf die parallel möglichen Prozesse fest verteilt sind, auch wenn gerade nur einer läuft.

  15. #215
    Contao-Nutzer
    Registriert seit
    16.03.2015.
    Beiträge
    14

    HTML Mittwald

    Pfad zur PHP-Binary bei Mittwald:

    /usr/local/bin/php_cli

  16. #216
    Contao-Fan
    Registriert seit
    22.11.2009.
    Ort
    14943 Luckenwalde
    Beiträge
    373

    Standard

    Hallöchen ...

    ich bekomme den contao-manager.phar.php auf all-inkl nicht zu laufen

    Code:
    Fatal error: Uncaught PharException: phar "/www/htdocs/XXX/jedo-style-cmg/web/contao-manager.phar.php" SHA1 signature could not be verified: broken signature in /www/htdocs/XXX/jedo-style-cmg/web/contao-manager.phar.php:100 Stack trace: #0 /www/htdocs/XXX/jedo-style-cmg/web/contao-manager.phar.php(100): Phar::webPhar('contao-manager....', 'index.html', '', Array, 'rewrites') #1 {main} thrown in /www/htdocs/XXX/jedo-style-cmg/web/contao-manager.phar.php on line 100

    • PHP 7.1
    • Subdomain auf das web verzeichnis




    Selbst meine lokale Installation läuft nach dem Upload nicht
    Freundliche Grüße
    Jens


  17. #217
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.108
    Partner-ID
    10107

    Standard

    Zitat Zitat von Merlin Beitrag anzeigen
    Hallöchen ...

    ich bekomme den contao-manager.phar.php auf all-inkl nicht zu laufen

    Code:
    Fatal error: Uncaught PharException: phar "/www/htdocs/XXX/jedo-style-cmg/web/contao-manager.phar.php" SHA1 signature could not be verified: broken signature in /www/htdocs/XXX/jedo-style-cmg/web/contao-manager.phar.php:100 Stack trace: #0 /www/htdocs/XXX/jedo-style-cmg/web/contao-manager.phar.php(100): Phar::webPhar('contao-manager....', 'index.html', '', Array, 'rewrites') #1 {main} thrown in /www/htdocs/XXX/jedo-style-cmg/web/contao-manager.phar.php on line 100
    Du hast die contao-manager.phar.php falsch übertragen. Du musst die Datei per FTP binär übertragen - oder du lädst sie per SSH mit wget direkt runter.

  18. #218
    Contao-Fan
    Registriert seit
    22.11.2009.
    Ort
    14943 Luckenwalde
    Beiträge
    373

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Du hast die contao-manager.phar.php falsch übertragen. Du musst die Datei per FTP binär übertragen - oder du lädst sie per SSH mit wget direkt runter.

    Danke klappt
    Freundliche Grüße
    Jens


  19. #219
    Contao-Nutzer
    Registriert seit
    22.04.2014.
    Beiträge
    54

    Standard

    Bei mir läuft der CM jetzt auch, allerdings musst ich das jetzt anders machen.

    Der Vorschlag die bestehende Installation nicht ins Root-Verzeichnis unterzubringen, sondern ein Unterordner anzulegen, habe ich versucht, aber auch hier hat der CM nicht funktioniert. Wieder wurden alle Contao eigenen Ordner und Dateien als fremd angesehen. Dann bin ich der Anweisung gefolgt Contao zu "reparieren". Also, habe ich die Installation wieder entfernt und dann versucht Contao über den Manager zu installieren. Das hat geklappt. Habe mein Backup installiert bzw. die bestehen Datenbank genommen und alles war wieder da.

    Ich kann leider nicht erkennen, warum dieser Fehler bei mir aufgetreten, obwohl es heißt, das der CM einer bestehenden Installation (ich habe die Installation manuell, ohne Composer auf die klassische Art installiert) zugefügt werden kann. Bei mir hat der Manager die Installation nicht erkannt.

    MfG
    Sebeljaner

  20. #220
    Wandelndes Contao-Lexikon Avatar von tab
    Registriert seit
    22.10.2013.
    Beiträge
    10.077
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Ich habe jetzt mein 1&1 Webhosting-Paket fristgerecht zum Ende der Vertragslaufzeit gekündigt. Naja, es ist erst einmal zur Kündigung vorgemerkt und sogar das war ein ziemlicher Act, der sich aber so oder so lohnt. Um die Kündigung wirksam werden zu lassen, muss man nochmal telefonisch bestätigen, dass das auch alles seine Richtigkeit hat mit der Kündigung. Ich glaube, 1&1 sieht ein bisschen die Felle davonschwimmen, die wehren sich mit Klauen und Zähnen gegen die Kündigung. Zuerst mal wird man beunruhigt, indem darauf hingewiesen wird, dass Daten und Domains im Falle einer Kündigung verlorengehen können. Das wird sicher schon mal den einen oder anderen Unbedarften abschrecken. Lässt man sich davon nicht beeindrucken wurde, zumindest in meinem Fall, ein Angebot gemacht, das durchaus verlockend sein könnte, je nach Kündigungsgrund. 50% runter vom normalen Preis wenn man den Vertrag verlängert, nicht schlecht! Aber nutzt mir ja nichts. Wenn der Webspace halt nicht meinen Anforderungen genügt, dann sind 50% halt immer noch 50% zuviel .

    Zuvor hatte ich nochmal einen Versuch unternommen mit der neuesten Beta des Contao-Managers. Dabei habe ich dann zumindest gemerkt, dass das Dinge Fortschritte macht. Es hat tatsächlich angefangen, mit der php5.5-cli Contao 4.4 zu installieren. Allerdings kam dann auch irgendwann der Abbruch und es fehlt wohl ein Teil der Installation, jedenfalls habe ich keine .htaccess im web-Verzeichnis gefunden, obwohl nach der Bestätigung dann doch wieder in der Konsole steht, dass die Installation fehlerfrei beendet worden sei. Aber wenn ich den Link zum Installtool anklicke, kommt nur ein 404-Seite nicht gefunden. Jetzt brauche ich nur noch einen neuen Webhoster, bei dem das alles problemlos funktioniert. Bei Uberspace kann ich problemlos Erweiterungen installieren, bis auf die Meldung wegen unpassender Version des Zend OPCache zur installierten API. Da muss ich mal bei Uberspace nachfragen, aber funktioniert hat es offenbar trotz der Meldung. Edit: Leider brauche ich für zwei Installationen mehr als 10GB Webspace "am Stück", sonst müsste ich niicht weitersuchen.
    Geändert von tab (25.06.2017 um 00:42 Uhr)

  21. #221
    Contao-Urgestein Avatar von do_while
    Registriert seit
    15.06.2009.
    Ort
    Berlin | Deutschland
    Beiträge
    3.612
    Partner-ID
    1081
    User beschenken
    Wunschliste
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Wie wäre es mit All-Inkl? Das Paket All-Inkl Premium hat 250 GB und die 10 Inklusivdomains machen die 10 Euro pro Monat noch leichter.
    Ich bin eigentlich ganz zufrieden da.
    https://all-inkl.com/webhosting/premium

    • Übernahmetool für FTP-Daten
    • Übernahmetool für Datenbanken
    • Importtool für IMAP
    • LetsEncrypt für jede (Sub-)Domain möglich
    • ...
    Geändert von do_while (25.06.2017 um 00:58 Uhr)

  22. #222
    Wandelndes Contao-Lexikon Avatar von tab
    Registriert seit
    22.10.2013.
    Beiträge
    10.077
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Danke für den Tipp. Die Tools für den Umzug sehen schon mal praktisch aus. Speicherplatz, Domains und Email reichen mehr als dicke. Memory Limit 256MB ist korrekt? Dazu habe ich auf der All-Inkl Seite nichts gefunden. Auch nicht zu den parallel verfügbaren Apache-Prozessen. Macht mir etwas Bauschschmerzen. Habe schon zwei oder drei Kandidaten ins Auge gefasst und werde mir All-Inkl dann auch nochmal genau anschauen, vielleicht auch mal einen Testaccount Irgendwas ist halt immer, aber einen Server mag ich weder bezahlen noch administrieren.

  23. #223
    Community-Moderatorin & Contao-Urgestein Avatar von mlweb
    Registriert seit
    10.07.2011.
    Beiträge
    6.745
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Ein Blick auf webgo lohnt sich dann vielleicht auch. https://www.webgo.de/webhosting/. Ein Nachteil derzeit noch (soll sich ändern) - die PHP Version wird in der Administrationsoberfläche global für alle Domains eingestellt und die Adminoberfläche ist zwischen altbacken und leicht umständlich (arbeiten Sie wohl auch an einer Erneuerung).
    Neben den normalen Tarifen haben die auch noch Spezialtarife falls Du nur eine de-Domain benötigst (kannst Dich dazu gern per PN melden). Da sie Contao-Partner sind, werden sie dafür sorgen, dass jede Contao-Version läuft.
    Ich habe Dir mit meinen Hinweisen geholfen und Du möchtest Dich bedanken?
    Unterstütze bitte das Contao-Projekt (Button Links)
    Weitere Spendenmöglichkeiten
    ------------------------------------------------------------------------------------------------------
    Contao-Dokumentation: Contao-Handbuch und Contao-Entwickler-Doku
    Contao-Online-Video-Kurse: Contao Academy
    Funktionalität erweitern: Contao-Erweiterungen

    Für Dinge die man mit html5 und css3 lösen kann, braucht man kein javascript.




  24. #224
    Wandelndes Contao-Lexikon Avatar von tab
    Registriert seit
    22.10.2013.
    Beiträge
    10.077
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Ja, Webgo ist einer der Kandidaten, derzeit jedenfalls mein Favorit. Bessere Verfügbarkeit als Netcup und in den größeren Paketen mehr RAM und Skriptlaufzeit. Dafür etwas teurer, aber 6 Monate kostenlos bei 12 Monaten Laufzeit. Zwecks Spezialtarif, ich bräuchte mindestens 4 de-Domains.

  25. #225
    Contao-Fan Avatar von Birden
    Registriert seit
    15.01.2011.
    Beiträge
    768

    Standard

    Bei All-Inkl bekomme ich auch keine Erweiterung installiert oder aktuallisiert.

    Code:
    Task 7c8b78bab02dd6cfaf88c1fa322d8e92 started.
    Using version ^2.2 for delahaye/dlh_googlemaps
    /www/htdocs/w003cd4dg/sternenklar/composer.json has been updated
    Loading composer repositories with package information
    Updating dependencies
    Your requirements could not be resolved to an installable set of packages.
    
      Problem 1
        - Installation request for delahaye/dlh_googlemaps ^2.2 -> satisfiable by delahaye/dlh_googlemaps[2.2.0].
        - Conclusion: remove contao/calendar-bundle 4.4.0
        - Conclusion: don't install contao/calendar-bundle 4.4.0
        - delahaye/dlh_googlemaps 2.2.0 requires contao/core >=3.2,<5 -> satisfiable by contao/core[3.2.0, 3.2.1, 3.2.10, 3.2.11, 3.2.12, 3.2.13, 3.2.14, 3.2.15, 3.2.16, 3.2.17, 3.2.18, 3.2.19, 3.2.2, 3.2.20, 3.2.21, 3.2.3, 3.2.4, 3.2.5, 3.2.6, 3.2.7, 3.2.8, 3.2.9, 3.3.0, 3.3.1, 3.3.2, 3.3.3, 3.3.4, 3.3.5, 3.3.6, 3.3.7, 3.4.0, 3.4.1, 3.4.2, 3.4.3, 3.4.4, 3.4.5, 3.5.0, 3.5.1, 3.5.10, 3.5.11, 3.5.12, 3.5.13, 3.5.14, 3.5.15, 3.5.16, 3.5.17, 3.5.18, 3.5.19, 3.5.2, 3.5.20, 3.5.21, 3.5.22, 3.5.23, 3.5.24, 3.5.25, 3.5.26, 3.5.27, 3.5.3, 3.5.4, 3.5.5, 3.5.6, 3.5.7, 3.5.8, 3.5.9].
        - contao/core 3.2.0 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.1 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.10 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.11 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.12 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.13 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.14 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.15 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.16 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.17 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.18 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.19 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.2 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.20 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.21 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.3 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.4 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.5 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.6 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.7 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.8 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.9 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.3.0 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.3.1 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.3.2 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.3.3 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.3.4 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.3.5 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.3.6 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.3.7 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.4.0 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.4.1 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.4.2 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.4.3 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.4.4 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.4.5 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.0 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.1 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.10 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.11 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.12 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.13 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.14 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.15 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.16 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.17 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.18 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.19 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.2 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.20 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.21 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.22 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.23 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.24 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.25 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.26 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.27 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.3 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.4 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.5 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.6 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.7 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.8 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.9 conflicts with contao/calendar-bundle[4.4.0].
        - Installation request for contao/calendar-bundle ^4.4 -> satisfiable by contao/calendar-bundle[4.4.0].
    
    
    Installation failed, reverting /www/htdocs/w003cd4dg/sternenklar/composer.json to its original content.
    --------------------------------------------------------
    Exception occured: Error: command exit code was 2
    #0 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core/src/Task/Composer/AbstractComposerCommandTask.php(166): Tenside\Core\Task\Composer\AbstractComposerCommandTask->executeCommand(Object(Tenside\Core\Task\Composer\WrappedCommand\RequireCommand), Object(Symfony\Component\Console\Input\ArrayInput), Object(Tenside\Core\Task\TaskOutput))
    #1 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core/src/Task/Task.php(173): Tenside\Core\Task\Composer\AbstractComposerCommandTask->doPerform()
    #2 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core/src/Task/Runner.php(89): Tenside\Core\Task\Task->perform('/www/htdocs/w00...')
    #3 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core-bundle/src/Command/RunTaskCommand.php(82): Tenside\Core\Task\Runner->run('/www/htdocs/w00...')
    #4 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/symfony/console/Command/Command.php(264): Tenside\CoreBundle\Command\RunTaskCommand->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #5 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core-bundle/src/Command/RunTaskCommand.php(61): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #6 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/symfony/console/Application.php(887): Tenside\CoreBundle\Command\RunTaskCommand->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #7 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/symfony/console/Application.php(223): Symfony\Component\Console\Application->doRunCommand(Object(Tenside\CoreBundle\Command\RunTaskCommand), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #8 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/api/ApiApplication.php(71): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #9 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/symfony/console/Application.php(130): Contao\ManagerApi\ApiApplication->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #10 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/api/console(74): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #11 /www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php(55): require('phar:///www/htd...')
    #12 {main}
    Chained exception: Error: command exit code was 2
    #0 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core/src/Task/Composer/AbstractComposerCommandTask.php(166): Tenside\Core\Task\Composer\AbstractComposerCommandTask->executeCommand(Object(Tenside\Core\Task\Composer\WrappedCommand\RequireCommand), Object(Symfony\Component\Console\Input\ArrayInput), Object(Tenside\Core\Task\TaskOutput))
    #1 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core/src/Task/Task.php(173): Tenside\Core\Task\Composer\AbstractComposerCommandTask->doPerform()
    #2 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core/src/Task/Runner.php(89): Tenside\Core\Task\Task->perform('/www/htdocs/w00...')
    #3 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core-bundle/src/Command/RunTaskCommand.php(82): Tenside\Core\Task\Runner->run('/www/htdocs/w00...')
    #4 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/symfony/console/Command/Command.php(264): Tenside\CoreBundle\Command\RunTaskCommand->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #5 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core-bundle/src/Command/RunTaskCommand.php(61): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #6 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/symfony/console/Application.php(887): Tenside\CoreBundle\Command\RunTaskCommand->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #7 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/symfony/console/Application.php(223): Symfony\Component\Console\Application->doRunCommand(Object(Tenside\CoreBundle\Command\RunTaskCommand), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #8 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/api/ApiApplication.php(71): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #9 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/symfony/console/Application.php(130): Contao\ManagerApi\ApiApplication->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #10 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/api/console(74): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #11 /www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php(55): require('phar:///www/htd...')
    #12 {main}
    --------------------------------------------------------
    
    
    Process terminated with exit code 1
    Reason: General error

  26. #226
    Contao-Fan
    Registriert seit
    20.06.2009.
    Ort
    Berlin
    Beiträge
    418

    Standard

    Zitat Zitat von Birden Beitrag anzeigen
    Bei All-Inkl bekomme ich auch keine Erweiterung installiert oder aktuallisiert.

    Code:
    Task 7c8b78bab02dd6cfaf88c1fa322d8e92 started.
    Using version ^2.2 for delahaye/dlh_googlemaps
    /www/htdocs/w003cd4dg/sternenklar/composer.json has been updated
    Loading composer repositories with package information
    Updating dependencies
    Your requirements could not be resolved to an installable set of packages.
    
      Problem 1
        - Installation request for delahaye/dlh_googlemaps ^2.2 -> satisfiable by delahaye/dlh_googlemaps[2.2.0].
        - Conclusion: remove contao/calendar-bundle 4.4.0
        - Conclusion: don't install contao/calendar-bundle 4.4.0
        - delahaye/dlh_googlemaps 2.2.0 requires contao/core >=3.2,<5 -> satisfiable by contao/core[3.2.0, 3.2.1, 3.2.10, 3.2.11, 3.2.12, 3.2.13, 3.2.14, 3.2.15, 3.2.16, 3.2.17, 3.2.18, 3.2.19, 3.2.2, 3.2.20, 3.2.21, 3.2.3, 3.2.4, 3.2.5, 3.2.6, 3.2.7, 3.2.8, 3.2.9, 3.3.0, 3.3.1, 3.3.2, 3.3.3, 3.3.4, 3.3.5, 3.3.6, 3.3.7, 3.4.0, 3.4.1, 3.4.2, 3.4.3, 3.4.4, 3.4.5, 3.5.0, 3.5.1, 3.5.10, 3.5.11, 3.5.12, 3.5.13, 3.5.14, 3.5.15, 3.5.16, 3.5.17, 3.5.18, 3.5.19, 3.5.2, 3.5.20, 3.5.21, 3.5.22, 3.5.23, 3.5.24, 3.5.25, 3.5.26, 3.5.27, 3.5.3, 3.5.4, 3.5.5, 3.5.6, 3.5.7, 3.5.8, 3.5.9].
        - contao/core 3.2.0 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.1 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.10 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.11 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.12 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.13 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.14 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.15 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.16 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.17 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.18 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.19 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.2 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.20 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.21 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.3 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.4 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.5 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.6 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.7 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.8 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.9 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.3.0 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.3.1 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.3.2 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.3.3 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.3.4 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.3.5 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.3.6 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.3.7 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.4.0 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.4.1 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.4.2 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.4.3 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.4.4 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.4.5 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.0 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.1 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.10 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.11 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.12 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.13 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.14 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.15 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.16 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.17 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.18 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.19 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.2 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.20 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.21 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.22 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.23 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.24 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.25 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.26 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.27 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.3 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.4 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.5 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.6 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.7 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.8 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.9 conflicts with contao/calendar-bundle[4.4.0].
        - Installation request for contao/calendar-bundle ^4.4 -> satisfiable by contao/calendar-bundle[4.4.0].
    
    
    Installation failed, reverting /www/htdocs/w003cd4dg/sternenklar/composer.json to its original content.
    --------------------------------------------------------
    Exception occured: Error: command exit code was 2
    #0 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core/src/Task/Composer/AbstractComposerCommandTask.php(166): Tenside\Core\Task\Composer\AbstractComposerCommandTask->executeCommand(Object(Tenside\Core\Task\Composer\WrappedCommand\RequireCommand), Object(Symfony\Component\Console\Input\ArrayInput), Object(Tenside\Core\Task\TaskOutput))
    #1 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core/src/Task/Task.php(173): Tenside\Core\Task\Composer\AbstractComposerCommandTask->doPerform()
    #2 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core/src/Task/Runner.php(89): Tenside\Core\Task\Task->perform('/www/htdocs/w00...')
    #3 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core-bundle/src/Command/RunTaskCommand.php(82): Tenside\Core\Task\Runner->run('/www/htdocs/w00...')
    #4 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/symfony/console/Command/Command.php(264): Tenside\CoreBundle\Command\RunTaskCommand->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #5 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core-bundle/src/Command/RunTaskCommand.php(61): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #6 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/symfony/console/Application.php(887): Tenside\CoreBundle\Command\RunTaskCommand->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #7 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/symfony/console/Application.php(223): Symfony\Component\Console\Application->doRunCommand(Object(Tenside\CoreBundle\Command\RunTaskCommand), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #8 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/api/ApiApplication.php(71): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #9 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/symfony/console/Application.php(130): Contao\ManagerApi\ApiApplication->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #10 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/api/console(74): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #11 /www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php(55): require('phar:///www/htd...')
    #12 {main}
    Chained exception: Error: command exit code was 2
    #0 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core/src/Task/Composer/AbstractComposerCommandTask.php(166): Tenside\Core\Task\Composer\AbstractComposerCommandTask->executeCommand(Object(Tenside\Core\Task\Composer\WrappedCommand\RequireCommand), Object(Symfony\Component\Console\Input\ArrayInput), Object(Tenside\Core\Task\TaskOutput))
    #1 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core/src/Task/Task.php(173): Tenside\Core\Task\Composer\AbstractComposerCommandTask->doPerform()
    #2 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core/src/Task/Runner.php(89): Tenside\Core\Task\Task->perform('/www/htdocs/w00...')
    #3 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core-bundle/src/Command/RunTaskCommand.php(82): Tenside\Core\Task\Runner->run('/www/htdocs/w00...')
    #4 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/symfony/console/Command/Command.php(264): Tenside\CoreBundle\Command\RunTaskCommand->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #5 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core-bundle/src/Command/RunTaskCommand.php(61): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #6 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/symfony/console/Application.php(887): Tenside\CoreBundle\Command\RunTaskCommand->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #7 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/symfony/console/Application.php(223): Symfony\Component\Console\Application->doRunCommand(Object(Tenside\CoreBundle\Command\RunTaskCommand), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #8 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/api/ApiApplication.php(71): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #9 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/symfony/console/Application.php(130): Contao\ManagerApi\ApiApplication->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #10 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/api/console(74): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #11 /www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php(55): require('phar:///www/htd...')
    #12 {main}
    --------------------------------------------------------
    
    
    Process terminated with exit code 1
    Reason: General error
    @Birden
    Das Problem ist mir auch schon aufgefallen, da ich für Kunden mehrere Pakete verwalte. Es hängt offenbar von den Servern ab auf dem das Hosting-Paket liegt. Teilweise läuft die Installation und das spätere Updaten fehlerfrei, teilweise bleibt die Installations oder auch das Update willkürlich bei einem der einzelnen Pakete hängen.

  27. #227
    Contao-Urgestein Avatar von Franko
    Registriert seit
    22.06.2009.
    Beiträge
    1.503
    Partner-ID
    6122

    Standard

    Hi,
    ich werde wohl zu direkt zu Leo's hostingwerk wechseln:
    siehe auch Beitrag

    (Komme ich diese Woche nicht mehr zu - Werde dann aber Ergebnisse melden ...)
    ...


    Frank
    Freelancer, Digital Design Enthusiast, Contao Aficionado and Tutorial Junkie @MoinFranko - Carpe diem ...

  28. #228
    Contao-Nutzer
    Registriert seit
    24.06.2009.
    Ort
    Tübingen
    Beiträge
    71

    Standard Backend Login nicht möglich

    Hallo miteinander, ich habe mich an die Installation der 4.4 mit dem Manager gewagt (DF) hat auch alles funktioniert. Zumindest gab es keine Fehlermeldungen. Im Install Tool habe ich ein Benutzerkonto angelegt allerdings kann ich mich mit diesen Daten nicht anmelden ( Anmeldung fehlgeschlagen ) Wie kann ich einen neuen Admin anlegen?

  29. #229
    Community-Moderatorin & Contao-Urgestein Avatar von mlweb
    Registriert seit
    10.07.2011.
    Beiträge
    6.745
    Contao-Projekt unterstützen

    Support Contao

    Standard

    @Birden und @AgentK
    Da können Abhängigkeiten nicht aufgelöst werden. Das hat dann weder etwas mit dem Hostingpaket noch mit dem Contaomanager zu tun.
    In dem Fall ist die Googlemaps-Erweiterung einfach noch nicht kompatibel, wenn ich es richtig interpretiere.
    Ich habe Dir mit meinen Hinweisen geholfen und Du möchtest Dich bedanken?
    Unterstütze bitte das Contao-Projekt (Button Links)
    Weitere Spendenmöglichkeiten
    ------------------------------------------------------------------------------------------------------
    Contao-Dokumentation: Contao-Handbuch und Contao-Entwickler-Doku
    Contao-Online-Video-Kurse: Contao Academy
    Funktionalität erweitern: Contao-Erweiterungen

    Für Dinge die man mit html5 und css3 lösen kann, braucht man kein javascript.




  30. #230
    AG Pressearbeit
    Community-Moderator
    Buchautor 'Contao für Webdesigner'
    Avatar von planepix
    Registriert seit
    05.06.2009.
    Ort
    Stuttgart
    Beiträge
    6.469
    Partner-ID
    107
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Jupp die Googlemap läuft noch nicht unter Contao 4 und auch nicht mit 3.5 unter Php 7.x.

    Gesendet von meinem SM-G800F mit Tapatalk
    ---------------------------------
    Beste Grüße planepix
    Contao für Webdesigner (Website), Twitter: @contaowebdesign
    weitzeldesign
    Contao-Sprechstunde
    Contao Schulungen: https://www.weitzeldesign.com/cms-co...chulungen.html
    Contao Jahrbuch: www.contao-jahrbuch.de
    Contao Agenturtag: www.contao-agenturtag.de
    Contao Stammtisch Stuttgart: www.contao-stammtisch-stuttgart.de
    Contao 4 Erfahrungen als Gitbook: https://app.gitbook.com/@planepix/s/...-mit-contao-4/
    Contao 4 & Manager Hosterhinweise: https://github.com/contao/contao-manager/wiki

    Schon wieder ein Update?
    Glücklich sind die, die den Wert erkennen – und wertschätzen.
    „Muss man machen wie beim Zahnarzt. Der bestraft einen auch mit hohen Rechnungen wenn man die Pflege vernachlässigt.”

  31. #231
    Contao-Nutzer
    Registriert seit
    29.10.2010.
    Beiträge
    185

    Standard

    Zitat Zitat von Birden Beitrag anzeigen
    Bei All-Inkl bekomme ich auch keine Erweiterung installiert oder aktuallisiert.

    Code:
    Task 7c8b78bab02dd6cfaf88c1fa322d8e92 started.
    Using version ^2.2 for delahaye/dlh_googlemaps
    /www/htdocs/w003cd4dg/sternenklar/composer.json has been updated
    Loading composer repositories with package information
    Updating dependencies
    Your requirements could not be resolved to an installable set of packages.
    
      Problem 1
        - Installation request for delahaye/dlh_googlemaps ^2.2 -> satisfiable by delahaye/dlh_googlemaps[2.2.0].
        - Conclusion: remove contao/calendar-bundle 4.4.0
        - Conclusion: don't install contao/calendar-bundle 4.4.0
        - delahaye/dlh_googlemaps 2.2.0 requires contao/core >=3.2,<5 -> satisfiable by contao/core[3.2.0, 3.2.1, 3.2.10, 3.2.11, 3.2.12, 3.2.13, 3.2.14, 3.2.15, 3.2.16, 3.2.17, 3.2.18, 3.2.19, 3.2.2, 3.2.20, 3.2.21, 3.2.3, 3.2.4, 3.2.5, 3.2.6, 3.2.7, 3.2.8, 3.2.9, 3.3.0, 3.3.1, 3.3.2, 3.3.3, 3.3.4, 3.3.5, 3.3.6, 3.3.7, 3.4.0, 3.4.1, 3.4.2, 3.4.3, 3.4.4, 3.4.5, 3.5.0, 3.5.1, 3.5.10, 3.5.11, 3.5.12, 3.5.13, 3.5.14, 3.5.15, 3.5.16, 3.5.17, 3.5.18, 3.5.19, 3.5.2, 3.5.20, 3.5.21, 3.5.22, 3.5.23, 3.5.24, 3.5.25, 3.5.26, 3.5.27, 3.5.3, 3.5.4, 3.5.5, 3.5.6, 3.5.7, 3.5.8, 3.5.9].
        - contao/core 3.2.0 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.1 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.10 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.11 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.12 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.13 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.14 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.15 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.16 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.17 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.18 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.19 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.2 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.20 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.21 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.3 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.4 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.5 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.6 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.7 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.8 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.2.9 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.3.0 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.3.1 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.3.2 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.3.3 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.3.4 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.3.5 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.3.6 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.3.7 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.4.0 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.4.1 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.4.2 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.4.3 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.4.4 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.4.5 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.0 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.1 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.10 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.11 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.12 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.13 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.14 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.15 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.16 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.17 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.18 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.19 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.2 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.20 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.21 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.22 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.23 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.24 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.25 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.26 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.27 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.3 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.4 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.5 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.6 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.7 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.8 conflicts with contao/calendar-bundle[4.4.0].
        - contao/core 3.5.9 conflicts with contao/calendar-bundle[4.4.0].
        - Installation request for contao/calendar-bundle ^4.4 -> satisfiable by contao/calendar-bundle[4.4.0].
    
    
    Installation failed, reverting /www/htdocs/w003cd4dg/sternenklar/composer.json to its original content.
    --------------------------------------------------------
    Exception occured: Error: command exit code was 2
    #0 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core/src/Task/Composer/AbstractComposerCommandTask.php(166): Tenside\Core\Task\Composer\AbstractComposerCommandTask->executeCommand(Object(Tenside\Core\Task\Composer\WrappedCommand\RequireCommand), Object(Symfony\Component\Console\Input\ArrayInput), Object(Tenside\Core\Task\TaskOutput))
    #1 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core/src/Task/Task.php(173): Tenside\Core\Task\Composer\AbstractComposerCommandTask->doPerform()
    #2 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core/src/Task/Runner.php(89): Tenside\Core\Task\Task->perform('/www/htdocs/w00...')
    #3 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core-bundle/src/Command/RunTaskCommand.php(82): Tenside\Core\Task\Runner->run('/www/htdocs/w00...')
    #4 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/symfony/console/Command/Command.php(264): Tenside\CoreBundle\Command\RunTaskCommand->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #5 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core-bundle/src/Command/RunTaskCommand.php(61): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #6 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/symfony/console/Application.php(887): Tenside\CoreBundle\Command\RunTaskCommand->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #7 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/symfony/console/Application.php(223): Symfony\Component\Console\Application->doRunCommand(Object(Tenside\CoreBundle\Command\RunTaskCommand), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #8 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/api/ApiApplication.php(71): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #9 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/symfony/console/Application.php(130): Contao\ManagerApi\ApiApplication->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #10 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/api/console(74): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #11 /www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php(55): require('phar:///www/htd...')
    #12 {main}
    Chained exception: Error: command exit code was 2
    #0 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core/src/Task/Composer/AbstractComposerCommandTask.php(166): Tenside\Core\Task\Composer\AbstractComposerCommandTask->executeCommand(Object(Tenside\Core\Task\Composer\WrappedCommand\RequireCommand), Object(Symfony\Component\Console\Input\ArrayInput), Object(Tenside\Core\Task\TaskOutput))
    #1 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core/src/Task/Task.php(173): Tenside\Core\Task\Composer\AbstractComposerCommandTask->doPerform()
    #2 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core/src/Task/Runner.php(89): Tenside\Core\Task\Task->perform('/www/htdocs/w00...')
    #3 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core-bundle/src/Command/RunTaskCommand.php(82): Tenside\Core\Task\Runner->run('/www/htdocs/w00...')
    #4 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/symfony/console/Command/Command.php(264): Tenside\CoreBundle\Command\RunTaskCommand->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #5 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/tenside/core-bundle/src/Command/RunTaskCommand.php(61): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #6 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/symfony/console/Application.php(887): Tenside\CoreBundle\Command\RunTaskCommand->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #7 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/symfony/console/Application.php(223): Symfony\Component\Console\Application->doRunCommand(Object(Tenside\CoreBundle\Command\RunTaskCommand), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #8 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/api/ApiApplication.php(71): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #9 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/vendor/symfony/console/Application.php(130): Contao\ManagerApi\ApiApplication->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #10 phar:///www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php/api/console(74): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #11 /www/htdocs/w003cd4dg/sternenklar/web/contao-manager.phar.php(55): require('phar:///www/htd...')
    #12 {main}
    --------------------------------------------------------
    
    
    Process terminated with exit code 1
    Reason: General error
    Gleiches Problem mit der Bootstrap-Erweiterung.

  32. #232
    Community-Moderatorin & Contao-Urgestein Avatar von mlweb
    Registriert seit
    10.07.2011.
    Beiträge
    6.745
    Contao-Projekt unterstützen

    Support Contao
    Ich habe Dir mit meinen Hinweisen geholfen und Du möchtest Dich bedanken?
    Unterstütze bitte das Contao-Projekt (Button Links)
    Weitere Spendenmöglichkeiten
    ------------------------------------------------------------------------------------------------------
    Contao-Dokumentation: Contao-Handbuch und Contao-Entwickler-Doku
    Contao-Online-Video-Kurse: Contao Academy
    Funktionalität erweitern: Contao-Erweiterungen

    Für Dinge die man mit html5 und css3 lösen kann, braucht man kein javascript.




  33. #233
    Contao-Nutzer
    Registriert seit
    14.03.2012.
    Beiträge
    129

    Standard

    Habe die beta6 mal bei Domainfactory unter PHP7 getestet:

    Läuft leider nicht. Nach 5 Versuchen immer das gleiche Ergebnis:

    "ERROR 404 No active task"
    Code:
    Der Contao Manager konnte einen Konsolentask nicht starten! Die Ausführung des Hintergrundtasks ist fehlgeschlagen. Sollte dies nochmals passieren, unterstützt der Contao Manager Ihren Server ggf. nicht.
    Die beta5 #212 hat noch funktioniert. Weitere Hinweise oder Logs sind leider nicht vorhanden.

    Nachtrag:
    Zur Sicherheit und Probe die beta5 wieder zurück gespielt (könnte ja was mit dem Server nicht i.o. sein...). Die beta5 funktioniert.
    Geändert von codework (27.06.2017 um 14:47 Uhr)
    Viele Grüße
    codework

  34. #234
    Wandelndes Contao-Lexikon Avatar von BugBuster
    Registriert seit
    15.06.2009.
    Ort
    Berlin
    Beiträge
    10.512
    User beschenken
    Wunschliste

    Standard

    schau mal in contao-manager/logs/ da sollten api logs liegen und auch eine task log solange man das Taskfenster nicht schließt.

    Nachtrag: Fehler ist gemeldet. Logs wäre trotzdem hilfreich denke ich.
    Geändert von BugBuster (27.06.2017 um 14:55 Uhr)
    Grüße, BugBuster
    "view source" is your guide.
    Danke an alle Amazon Wunschlisten Erfüller

  35. #235
    Contao-Nutzer
    Registriert seit
    14.03.2012.
    Beiträge
    129

    Standard

    contao-manager/logs/ wird scheinbar nicht angelegt.
    eine contao-manager/task???irgendwas Datei erscheint kurz. Entfernt sich aber sofort wieder.

    Nachtrag:
    Die, die sofort wieder verschwindet:
    tenside-task-79d3005919d6cdc16afe6325d0f5e9d9.json
    und Logs sind Fehlanzeige.
    Geändert von codework (27.06.2017 um 15:08 Uhr)
    Viele Grüße
    codework

  36. #236
    Wandelndes Contao-Lexikon Avatar von BugBuster
    Registriert seit
    15.06.2009.
    Ort
    Berlin
    Beiträge
    10.512
    User beschenken
    Wunschliste

    Standard

    wenn bei dir das logs Verzeichnis fehlt, dann leg es doch mal an. Vielleicht kommen ja dann die logs.
    Grüße, BugBuster
    "view source" is your guide.
    Danke an alle Amazon Wunschlisten Erfüller

  37. #237
    Contao-Nutzer
    Registriert seit
    14.03.2012.
    Beiträge
    129

    Standard

    ...Super Trick "... dann leg es doch mal an. Vielleicht kommen ja dann die logs ..." Ja, so kommen tatsächlich auch die Logs.
    Aber nun sind wir ja bereits bei der beta7.
    Bei dieser kann man nun wieder einen Account anlegen und die Installation starten. Laut Manager zunächst auch fehlerfrei.
    Aber:
    Jetzt kommt der Schritt Install-Tool ausführen und da kommt nichts (leere Seite, keine Fehlermeldung)
    Danach beim Manager auf "Bestätigen / Schließen" ein nicht endender Warte-Kringel Sanduhr-Ersatz
    Ein ganz gewagtes "F5" am Browser endet wie folgt:
    Code:
    ERROR 500 Unknown installation status
    Some files were found on your server but no known Contao version could be detected.
    You must either manually repair your application or remove the following files and folders to install Contao:
    
     - .gitignore
     - README.md
     - app
     - assets
     - composer.json
     - files
     - install-5952993c6c014
     - system
     - templates
     - var
     - vendor
    Hierzu gibt es übrigens keine Logs (außer für die angeblich erfolgreiche Installation). Den Test habe 5 mal mit je frischem Verzeichnis wiederholt. Immer gleich.
    Gegenprobe mit CM-beta5 ergibt eine vollständige und funktionierende Installation.
    Viele Grüße
    codework

  38. #238
    Wandelndes Contao-Lexikon Avatar von BugBuster
    Registriert seit
    15.06.2009.
    Ort
    Berlin
    Beiträge
    10.512
    User beschenken
    Wunschliste

    Standard

    Das Install Tool ist von Contao, daher wären da die Logs unter var/log/prod-<datum>.log zu suchen.
    Dort sollte dann was auftauchen, bei der weißen Seite.
    Grüße, BugBuster
    "view source" is your guide.
    Danke an alle Amazon Wunschlisten Erfüller

  39. #239
    Contao-Nutzer
    Registriert seit
    14.03.2012.
    Beiträge
    129

    Standard

    hmmm.... merkwürdig. Beim mittlerweile 7. Versuch mit der beta7 hat alles funktioniert.
    Von 3 missglückten Test-Installationen waren die Verzeichnisse noch vorhanden.
    DomainRoot/var/logs/ jeweils keine Logs vorhanden.
    Somit ist das leider nicht nachvollziehbar. Evt. wiederhole ich den Test bei Gelegenheit noch einmal...
    Viele Grüße
    codework

  40. #240
    Contao-Nutzer
    Registriert seit
    11.03.2012.
    Ort
    Riehen, CH
    Beiträge
    27

    Standard

    Hallo zusammen

    Also Hosting bei Hoststar. Versuchte Einstellungen PHP 5.6 / 7.0 / 7.1

    Verzeichnisstruktur:

    html -> contao4 -> web

    Domain auf Verzeichnis web eingestellt.

    contao-Manager.phar im binärmodus ins web geladen und Endung .php dazugefügt.

    im Browser eingetragen: Domain.tdl/contao-Manager.phar.php

    Fehlermeldung: ERROR 500 integrity.process.title Weitere Informationen
    integrity.process.Detail

    Contao-Check sagt :

    PHP 5.6.19
    ?Sie können Contao 2.x installieren Weitere Informationen …
    ?Sie können Contao 3.x installieren Weitere Informationen …
    ?Sie können Contao 4.x installieren Weitere Informationen …


    Dateirechte
    ?Die Dateirechte können nicht überprüft werden. Weitere Informationen …


    Zusätzliche Dienste
    ?Sie können das Live Update verwenden. Weitere Informationen …
    ?Die Systemvoraussetzungen der Composer-Paketverwaltung können nicht überprüft werden. Weitere Informationen …
    ?Sie können das Extension Repository verwenden. Weitere Informationen …

    Contao 3.5.27 lauft.

    Bin für jeden Hinweis Dankbar...

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

Lesezeichen

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •