Ergebnis 1 bis 32 von 32

Thema: Formular und Ungültiges Anfrage-Token (invalid request token)

  1. #1
    Contao-Nutzer
    Registriert seit
    06.02.2014.
    Beiträge
    61

    Standard Formular und Ungültiges Anfrage-Token (invalid request token)

    Beim Versand des Kontaktformulars auf unserer Website (Contao 4.4.21) gibt es ab und zu die Fehlermeldung "Ungültiges Anfrage-Token". Die Kontaktformular-Seite ist im Backend als "nicht cachen" (weder Server noch Client) gekennzeichnet.

    Wenn ich die Fehlermeldung im Firefox bekomme, dann im Internet-Explorer ins Backend gehe, den Seitencache lösche, mich wieder auslogge und im Firefox wieder auf die Seite gehe (über die Links auf der Website, also ohne "neu laden") funktioniert das Formular wieder normal.

    Gibt es eine Möglichkeit, die Fehlermeldung zu umgehen? Ich habe irgendwo gelesen, dass es ein Symphony-Problem wäre (finde den Link aber nicht mehr), und man warten müsse, bis es dort geklärt ist. Wäre natürlich gut, wenn in der Zwischenzeit die Anfragen nicht ins Leere laufen.

    Vielen Dank für einen Hinweis!

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

    Standard

    https://github.com/contao/contao/issues/29

    Du müsstest
    Code:
    "conflict": {
        "contao/core-bundle": "4.4.21"
    }
    in deiner composer.json eintragen und dann ein composer update durchführen.

  3. #3
    Contao-Nutzer
    Registriert seit
    06.02.2014.
    Beiträge
    61

    Standard

    Habe ich gemacht (Vielen Dank!!)

    In dem Prozess wurde unter anderem ausgegeben:

    Code:
     - Removing robloach/component-installer (0.2.3)
      - Removing moment/moment (2.22.2)
      - Removing kriswallsmith/assetic (v1.4.0)
      - Removing fullcalendar/fullcalendar (v3.9.0)
      - Removing fortawesome/font-awesome (v4.7.0)
      - Removing components/jquery (3.3.1)
      - Updating contao/manager-plugin (2.6.1 => 2.6.2): Downloading (100%)
      - Updating doctrine/cache (v1.7.1 => v1.8.0): Downloading (100%)
      - Updating doctrine/persistence (v1.0.0 => v1.0.1): Downloading (100%)
      - Downgrading contao/core-bundle (4.4.21 => 4.4.20): Downloading (100%)
      - Downgrading contao/calendar-bundle (4.4.21 => 4.4.20): Downloading (100%)
      - Updating kmielke/calendar-extended-bundle (1.0.3 => 1.0.4): Downloading (100%)
      - Downgrading contao/installation-bundle (4.4.21 => 4.4.20): Downloading (100%)
      - Downgrading contao/comments-bundle (4.4.21 => 4.4.20): Downloading (100%)
      - Downgrading contao/faq-bundle (4.4.21 => 4.4.20): Downloading (100%)
      - Downgrading contao/listing-bundle (4.4.21 => 4.4.20): Downloading (100%)
      - Downgrading contao/news-bundle (4.4.21 => 4.4.20): Downloading (100%)
      - Downgrading contao/newsletter-bundle (4.4.21 => 4.4.20): Downloading (100%)
    Und im Backend wird mir jetzt als Contao-Version die 4.4.20 angezeigt (statt der 4.4.21, die vorher da war).

    Ein weiterer Aufruf von composer update hat an der Version nichts geändert. In der composer.json steht auch nach wie vor

    Code:
        "conflict": {
            "contao/core-bundle": "4.4.21"
        },
    Kann ich irgendwo sehen, warum das Downgrade auf die 4.4.20 erfolgt ist?

  4. #4
    Administrator Avatar von xchs
    Registriert seit
    19.06.2009.
    Beiträge
    14.557
    User beschenken
    Wunschliste
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Naja, durch den oben genannten Eintrag hast Du ja selbst erklärt, dass es mit Contao 4.4.21 einen Konflikt gibt und Composer somit angewiesen, bei seiner Abhängigkeitsauflösung das entsprechend zu berücksichtigen. Composer hat dann - nach Abwägung aller Eventualitäten - entschieden, dass die einzig sinnvolle Lösung für dieses Problem darin besteht, die Version auf 4.4.20 downzugraden.
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  5. #5
    Contao-Nutzer
    Registriert seit
    06.02.2014.
    Beiträge
    61

    Standard

    Super, Danke! Das mit dem "conflict" hatte ich anders herum verstanden - also, dass es die Version 4.4.21 sein MUSS.

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

    Standard

    Das was es sein muss, legst du in "require" fest. In "conflict" legst du fest, welche Versionen 'inkompatibel' sind.

  7. #7
    Contao-Nutzer Avatar von Dillinja
    Registriert seit
    13.07.2009.
    Ort
    Dresden
    Beiträge
    113

    Standard 4.4.22

    Hi Leute,

    Wir hatten auch Hilferufe über Formulare, welche in einen Fehler liefen.

    https://github.com/contao/contao/issues/29

    Somit konnte ich es auch reproduzieren.

    Gestern dann auf 4.4.22 angehoben und nun scheint es noch mehr Probleme mit Token und Formularen zu geben.

    Die meisten Seiten, auf welchen Formulare liegen, gehen nicht mehr. Das schließt auch sämtliche Produktseiten von Isotope ein.

    Fehlermeldung im Browser -> token.JPG
    Systemwartung -> Suchindex neu aufbauen -> 502.JPG

    Cache wurde auch geleert und neu angelegt.

    Viele Grüße
    Micha


    ---> hier ist das Ticket: https://github.com/contao/contao/issues/35
    Geändert von Dillinja (29.08.2018 um 12:31 Uhr)

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

    Standard

    Aktualisiere auf Contao 4.4.23

  9. #9
    Community-Moderator Avatar von stefan-at-work
    Registriert seit
    05.06.2009.
    Ort
    Bad Segeberg
    Beiträge
    1.780
    Partner-ID
    634

    Standard

    Hatte diesbezüglich ein Ticket gemacht. Antwort: Sollte mit der 4.4.23 behoben sein.

  10. #10
    Contao-Nutzer
    Registriert seit
    09.09.2017.
    Beiträge
    3

    Standard

    Hallo an alle,

    ich habe das selbige Problem mit der Version 4.5.10. Ich habe mir ein Kontaktformular erstellt und habe die gleiche Fehlermeldung bzgl. dem Token und in der HTML Ausgabe wurde auch kein Token im
    Code:
    name="REQUEST_TOKEN"
    bzw. als
    Code:
    value=" "
    angezeigt. Die Installation von Contao war Clean, also ohne zusätzliche Erweiterungen.

    Im Template *form_wrapper.html5* hatte ich mir einen Work-Around eingefügt, damit das Kontaktformular vorübergehend zum testen funktioniert. Ich hatte hierbei folgende Zeile eingefügt
    Code:
    <input type="hidden" name="REQUEST_TOKEN" value="<?php echo REQUEST_TOKEN; ?>">
    Dies ist ein Code von einer Contao 3.5.x Installation (Nutzung auf eigene Gefahr!).

    Viele Grüße

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

    Standard

    Du solltest zuerst immer auf die neueste Version aktualisieren,wenn es Probleme gibt.

  12. #12
    Contao-Nutzer
    Registriert seit
    29.03.2012.
    Beiträge
    62

    Standard Gleiches Problem mit Formularen "Ungültiges Anfrage-Token"

    Ich habe das gleiche Problem und kann leider nicht auf contao 4.4.23 updaten

    contao-Version 4.4.21
    Contao-Manager 1.0.4
    Hosting: hostingwerk

    Da kein update auf eine neueste Version möglich war, habe ich es versucht mit:

    Code:
     "conflict": {
            "contao/core-bundle": "4.4.21"
        },
    Im Contao-Backend wird jetzt Contao 4.4.20 angezeigt, im Contao-Manager jedoch 4.4.21

    Der Fehler scheint aber immer noch aufzutauchen (zumindest, wenn man die Seite zum ersten mal aufruft)
    Aktuell hier zu sehen: https://test743.hostingwerk.rocks/handel (beim Ausfüllen des Such-Formulars)

    Hat irgendwer eine hilfreiche Idee???

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

    Standard

    Zitat Zitat von nano Beitrag anzeigen
    Ich habe das gleiche Problem und kann leider nicht auf contao 4.4.23 updaten
    Warum nicht?


    Zitat Zitat von nano Beitrag anzeigen
    Im Contao-Backend wird jetzt Contao 4.4.20 angezeigt, im Contao-Manager jedoch 4.4.21
    Das ist "normal". Der Contao Manager zeigt dir die Version des contao/manager-bundle, Contao zeigt dir die Version des contao/core-bundle. Vor Contao 4.4.23 (oder .22?) kann sich das unterscheiden. Seither nicht mehr.

  14. #14
    Contao-Nutzer
    Registriert seit
    29.03.2012.
    Beiträge
    62

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Warum nicht?
    Bei einem "Aktualisierungslauf" über den Contao-Manager bleibt es immer die 4.4.21


    Zitat Zitat von Spooky Beitrag anzeigen
    Das ist "normal". Der Contao Manager zeigt dir die Version des contao/manager-bundle, Contao zeigt dir die Version des contao/core-bundle. Vor Contao 4.4.23 (oder .22?) kann sich das unterscheiden. Seither nicht mehr.
    Ah, Danke! Wieder was gelernt

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

    Standard

    Zitat Zitat von nano Beitrag anzeigen
    Bei einem "Aktualisierungslauf" über den Contao-Manager bleibt es immer die 4.4.21
    Ändere "Contao Open Source CMS" von "4.4.*" auf "^4.4.23" und wende die Änderung an.

  16. #16
    Contao-Nutzer
    Registriert seit
    29.03.2012.
    Beiträge
    62

    Standard

    Beim Testlauf bekomme ich:

    Code:
    Loading composer repositories with package information
    Updating dependencies
    Your requirements could not be resolved to an installable set of packages.
    
      Problem 1
        - contao/newsletter-bundle 4.4.20 requires contao/core-bundle 4.4.20 -> satisfiable by contao/core-bundle[4.4.20].
        - contao/newsletter-bundle 4.4.20 requires contao/core-bundle 4.4.20 -> satisfiable by contao/core-bundle[4.4.20].
        - Can only install one of: contao/core-bundle[4.4.23, 4.4.20].
        - Can only install one of: contao/core-bundle[4.4.23, 4.4.20].
        - contao/manager-bundle 4.4.23 requires contao/core-bundle 4.4.23 -> satisfiable by contao/core-bundle[4.4.23].
        - Installation request for contao/manager-bundle 4.4.23 -> satisfiable by contao/manager-bundle[4.4.23].
        - Installation request for contao/newsletter-bundle (locked at 4.4.20, required as ^4.4) -> satisfiable by contao/newsletter-bundle[4.4.20].
    
    <warning>Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.</warning>
    Finished Composer Cloud resolving.
    Kann ich die Änderung trotzdem anwenden?

  17. #17
    Contao-Nutzer
    Registriert seit
    29.03.2012.
    Beiträge
    62

    Standard

    Ich hatte vergessen das ^ einzutragen (also ^4.4.23). Aber auch damit gibt es beim Testlauf eine Fehlermeldung. Diesmal:

    Code:
    Loading composer repositories with package information
    Updating dependencies
    Your requirements could not be resolved to an installable set of packages.
    
      Problem 1
        - Conclusion: don't install contao/listing-bundle 4.4.20
        - Installation request for contao/listing-bundle (locked at 4.4.20, required as ^4.4) -> satisfiable by contao/listing-bundle[4.4.20].
        - contao/manager-bundle 4.4.23 requires contao/core-bundle 4.4.23 -> satisfiable by contao/core-bundle[4.4.23].
        - contao/manager-bundle 4.5.0 requires contao/core-bundle 4.5.* -> satisfiable by contao/core-bundle[4.5.0, 4.5.1, 4.5.10, 4.5.11, 4.5.12, 4.5.13, 4.5.14, 4.5.2, 4.5.3, 4.5.4, 4.5.5, 4.5.6, 4.5.7, 4.5.8, 4.5.9].
        - contao/manager-bundle 4.5.1 requires contao/core-bundle 4.5.* -> satisfiable by contao/core-bundle[4.5.0, 4.5.1, 4.5.10, 4.5.11, 4.5.12, 4.5.13, 4.5.14, 4.5.2, 4.5.3, 4.5.4, 4.5.5, 4.5.6, 4.5.7, 4.5.8, 4.5.9].
        - contao/manager-bundle 4.5.10 requires contao/core-bundle 4.5.* -> satisfiable by contao/core-bundle[4.5.0, 4.5.1, 4.5.10, 4.5.11, 4.5.12, 4.5.13, 4.5.14, 4.5.2, 4.5.3, 4.5.4, 4.5.5, 4.5.6, 4.5.7, 4.5.8, 4.5.9].
        - contao/manager-bundle 4.5.11 requires contao/core-bundle 4.5.* -> satisfiable by contao/core-bundle[4.5.0, 4.5.1, 4.5.10, 4.5.11, 4.5.12, 4.5.13, 4.5.14, 4.5.2, 4.5.3, 4.5.4, 4.5.5, 4.5.6, 4.5.7, 4.5.8, 4.5.9].
        - contao/manager-bundle 4.5.12 requires contao/core-bundle 4.5.* -> satisfiable by contao/core-bundle[4.5.0, 4.5.1, 4.5.10, 4.5.11, 4.5.12, 4.5.13, 4.5.14, 4.5.2, 4.5.3, 4.5.4, 4.5.5, 4.5.6, 4.5.7, 4.5.8, 4.5.9].
        - contao/manager-bundle 4.5.2 requires contao/core-bundle 4.5.* -> satisfiable by contao/core-bundle[4.5.0, 4.5.1, 4.5.10, 4.5.11, 4.5.12, 4.5.13, 4.5.14, 4.5.2, 4.5.3, 4.5.4, 4.5.5, 4.5.6, 4.5.7, 4.5.8, 4.5.9].
        - contao/manager-bundle 4.5.3 requires contao/core-bundle 4.5.* -> satisfiable by contao/core-bundle[4.5.0, 4.5.1, 4.5.10, 4.5.11, 4.5.12, 4.5.13, 4.5.14, 4.5.2, 4.5.3, 4.5.4, 4.5.5, 4.5.6, 4.5.7, 4.5.8, 4.5.9].
        - contao/manager-bundle 4.5.4 requires contao/core-bundle 4.5.* -> satisfiable by contao/core-bundle[4.5.0, 4.5.1, 4.5.10, 4.5.11, 4.5.12, 4.5.13, 4.5.14, 4.5.2, 4.5.3, 4.5.4, 4.5.5, 4.5.6, 4.5.7, 4.5.8, 4.5.9].
        - contao/manager-bundle 4.5.5 requires contao/core-bundle 4.5.* -> satisfiable by contao/core-bundle[4.5.0, 4.5.1, 4.5.10, 4.5.11, 4.5.12, 4.5.13, 4.5.14, 4.5.2, 4.5.3, 4.5.4, 4.5.5, 4.5.6, 4.5.7, 4.5.8, 4.5.9].
        - contao/manager-bundle 4.5.6 requires contao/core-bundle 4.5.* -> satisfiable by contao/core-bundle[4.5.0, 4.5.1, 4.5.10, 4.5.11, 4.5.12, 4.5.13, 4.5.14, 4.5.2, 4.5.3, 4.5.4, 4.5.5, 4.5.6, 4.5.7, 4.5.8, 4.5.9].
        - contao/manager-bundle 4.5.7 requires contao/core-bundle 4.5.* -> satisfiable by contao/core-bundle[4.5.0, 4.5.1, 4.5.10, 4.5.11, 4.5.12, 4.5.13, 4.5.14, 4.5.2, 4.5.3, 4.5.4, 4.5.5, 4.5.6, 4.5.7, 4.5.8, 4.5.9].
        - contao/manager-bundle 4.5.8 requires contao/core-bundle 4.5.* -> satisfiable by contao/core-bundle[4.5.0, 4.5.1, 4.5.10, 4.5.11, 4.5.12, 4.5.13, 4.5.14, 4.5.2, 4.5.3, 4.5.4, 4.5.5, 4.5.6, 4.5.7, 4.5.8, 4.5.9].
        - contao/manager-bundle 4.5.9 requires contao/core-bundle 4.5.* -> satisfiable by contao/core-bundle[4.5.0, 4.5.1, 4.5.10, 4.5.11, 4.5.12, 4.5.13, 4.5.14, 4.5.2, 4.5.3, 4.5.4, 4.5.5, 4.5.6, 4.5.7, 4.5.8, 4.5.9].
        - contao/manager-bundle 4.5.13 requires contao/core-bundle 4.5.13 -> satisfiable by contao/core-bundle[4.5.13].
        - contao/manager-bundle 4.5.14 requires contao/core-bundle 4.5.14 -> satisfiable by contao/core-bundle[4.5.14].
        - contao/manager-bundle 4.6.0 requires contao/core-bundle 4.6.0 -> satisfiable by contao/core-bundle[4.6.0].
        - contao/manager-bundle 4.6.1 requires contao/core-bundle 4.6.1 -> satisfiable by contao/core-bundle[4.6.1].
        - contao/manager-bundle 4.6.2 requires contao/core-bundle 4.6.2 -> satisfiable by contao/core-bundle[4.6.2].
        - Can only install one of: contao/core-bundle[4.4.23, 4.4.20].
        - Can only install one of: contao/core-bundle[4.5.0, 4.4.20].
        - Can only install one of: contao/core-bundle[4.5.1, 4.4.20].
        - Can only install one of: contao/core-bundle[4.5.10, 4.4.20].
        - Can only install one of: contao/core-bundle[4.5.11, 4.4.20].
        - Can only install one of: contao/core-bundle[4.5.12, 4.4.20].
        - Can only install one of: contao/core-bundle[4.5.13, 4.4.20].
        - Can only install one of: contao/core-bundle[4.5.14, 4.4.20].
        - Can only install one of: contao/core-bundle[4.5.2, 4.4.20].
        - Can only install one of: contao/core-bundle[4.5.3, 4.4.20].
        - Can only install one of: contao/core-bundle[4.5.4, 4.4.20].
        - Can only install one of: contao/core-bundle[4.5.5, 4.4.20].
        - Can only install one of: contao/core-bundle[4.5.6, 4.4.20].
        - Can only install one of: contao/core-bundle[4.5.7, 4.4.20].
        - Can only install one of: contao/core-bundle[4.5.8, 4.4.20].
        - Can only install one of: contao/core-bundle[4.5.9, 4.4.20].
        - Can only install one of: contao/core-bundle[4.6.0, 4.4.20].
        - Can only install one of: contao/core-bundle[4.6.1, 4.4.20].
        - Can only install one of: contao/core-bundle[4.6.2, 4.4.20].
        - contao/listing-bundle 4.4.20 requires contao/core-bundle 4.4.20 -> satisfiable by contao/core-bundle[4.4.20].
        - Conclusion: don't install contao/core-bundle 4.4.20
        - Installation request for contao/manager-bundle ^4.4.23 -> satisfiable by contao/manager-bundle[4.4.23, 4.5.0, 4.5.1, 4.5.10, 4.5.11, 4.5.12, 4.5.13, 4.5.14, 4.5.2, 4.5.3, 4.5.4, 4.5.5, 4.5.6, 4.5.7, 4.5.8, 4.5.9, 4.6.0, 4.6.1, 4.6.2].
    
    <warning>Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.</warning>
    Finished Composer Cloud resolving.

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

    Standard

    Ja, aktuell kann man über den Contao Manager nicht Contao updaten. Siehe: https://github.com/contao/contao/iss...ment-416487202

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

    Standard

    Es sollte jedoch funktionieren, wenn man alle Contao Bundles zum Updaten markiert.

  20. #20
    Contao-Nutzer
    Registriert seit
    29.03.2012.
    Beiträge
    62

    Standard

    Danke für den Hinweis!

    Hier https://community.contao.org/de/show...l=1#post481183 hatte ich gelesen, dass bei einer Neuinstallation die 4.4.23 eingespielt würde.

    Gesagt, getan. Die komplette Webseite neu aufgesetzt (wieder mit dem Contao-Manager) und siehe da: es ist die 4.4.23 :-) und mit etwas hin-und-her habe ich auch alle Erweiterungen wieder drin :-)

    Danke für die Unterstützung!!!

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

    Standard

    Naja, alles neu machen ist bei solchen Problemen nie notwendig .

  22. #22
    Contao-Nutzer
    Registriert seit
    29.03.2012.
    Beiträge
    62

    Standard

    Naja, alles neu machen ist bei solchen Problemen nie notwendig.
    Was tut man nicht alles, in purer Verzweiflung :-( Frag mich nicht, die wievielte Contao-Installation dies bei diesem meinem ersten Contao-4-Projekt ist

    Es sollte jedoch funktionieren, wenn man alle Contao Bundles zum Updaten markiert.
    Hab spaßeshalber dann auch mal deinen vorgeschlagenen Weg in einer der alten Webseiten-Versionen (hier 4.4.21) probiert. Dann gibt es diese Fehlermeldung:
    Code:
    > Resolving dependencies using Composer Cloud v1.3.4
    
    # Job ID 5b8cec99471106.23552515 completed in 92 seconds
    
    
    $ /usr/bin/php7.1 '-q' '/var/virtual/mein-hostingpaket/public/web/contao-manager.phar.php' 'composer' 'install' '--prefer-dist' '--no-dev' '--no-progress' '--no-suggest' '--no-ansi' '--no-interaction' '--optimize-autoloader' 2>&1
    
    Using config.component-dir has been deprecated. Please use extra.contao-component-dir instead.
    Loading composer repositories with package information
    Installing dependencies from lock file
    Package operations: 0 installs, 11 updates, 0 removals
      - Updating contao/core-bundle (4.4.20 => 4.4.23): Downloading (100%)
      - Updating codefog/contao-haste (4.20.1 => 4.20.2): Downloading (100%)
      - Updating contao/calendar-bundle (4.4.20 => 4.4.23): Downloading (100%)
      - Updating contao/comments-bundle (4.4.20 => 4.4.23): Downloading (100%)
      - Updating contao/faq-bundle (4.4.20 => 4.4.23): Downloading (100%)
      - Updating contao/listing-bundle (4.4.20 => 4.4.23): Downloading (100%)
      - Updating contao/installation-bundle (4.4.20 => 4.4.23): Downloading (100%)
      - Updating contao/manager-bundle (4.4.21 => 4.4.23): Downloading (100%)
        Skipped installation of bin bin/contao-console for package  (100%)
      - Updating contao/newsletter-bundle (4.4.20 => 4.4.23): Downloading (100%)
      - Updating madeyourday/contao-rocksolid-custom-elements (v2.2.5 => v2.2.6): Downloading (100%)
    Generating optimized autoload files
    Warning: Ambiguous class resolution, "MadeYourDay\RockSolidCustomElements\Form\CustomWidget" was found in both "/var/virtual/mein-hostingpaket/public/vendor/madeyourday/contao-rocksolid-custom-elements/src/Form/CustomWidget.php" and "/var/virtual/mein-hostingpaket/public/vendor/madeyourday/contao-rocksolid-custom-elements/src/src/Form/CustomWidget.php", the first will be used.
    Warning: Ambiguous class resolution, "MadeYourDay\RockSolidCustomElements\CustomElementsConvert" was found in both "/var/virtual/mein-hostingpaket/public/vendor/madeyourday/contao-rocksolid-custom-elements/src/CustomElementsConvert.php" and "/var/virtual/mein-hostingpaket/public/vendor/madeyourday/contao-rocksolid-custom-elements/src/src/CustomElementsConvert.php", the first will be used.
    Warning: Ambiguous class resolution, "MadeYourDay\RockSolidCustomElements\ContaoManagerPlugin" was found in both "/var/virtual/mein-hostingpaket/public/vendor/madeyourday/contao-rocksolid-custom-elements/src/ContaoManagerPlugin.php" and "/var/virtual/mein-hostingpaket/public/vendor/madeyourday/contao-rocksolid-custom-elements/src/src/ContaoManagerPlugin.php", the first will be used.
    Warning: Ambiguous class resolution, "MadeYourDay\RockSolidCustomElements\Template\CustomTemplate" was found in both "/var/virtual/mein-hostingpaket/public/vendor/madeyourday/contao-rocksolid-custom-elements/src/src/Template/CustomTemplate.php" and "/var/virtual/mein-hostingpaket/public/vendor/madeyourday/contao-rocksolid-custom-elements/src/Template/CustomTemplate.php", the first will be used.
    Warning: Ambiguous class resolution, "MadeYourDay\RockSolidCustomElements\Widget\ListItemStart" was found in both "/var/virtual/mein-hostingpaket/public/vendor/madeyourday/contao-rocksolid-custom-elements/src/src/Widget/ListItemStart.php" and "/var/virtual/mein-hostingpaket/public/vendor/madeyourday/contao-rocksolid-custom-elements/src/Widget/ListItemStart.php", the first will be used.
    Warning: Ambiguous class resolution, "MadeYourDay\RockSolidCustomElements\Widget\Hidden" was found in both "/var/virtual/mein-hostingpaket/public/vendor/madeyourday/contao-rocksolid-custom-elements/src/src/Widget/Hidden.php" and "/var/virtual/mein-hostingpaket/public/vendor/madeyourday/contao-rocksolid-custom-elements/src/Widget/Hidden.php", the first will be used.
    Warning: Ambiguous class resolution, "MadeYourDay\RockSolidCustomElements\Widget\GroupStart" was found in both "/var/virtual/mein-hostingpaket/public/vendor/madeyourday/contao-rocksolid-custom-elements/src/src/Widget/GroupStart.php" and "/var/virtual/mein-hostingpaket/public/vendor/madeyourday/contao-rocksolid-custom-elements/src/Widget/GroupStart.php", the first will be used.
    Warning: Ambiguous class resolution, "MadeYourDay\RockSolidCustomElements\Widget\ListStop" was found in both "/var/virtual/mein-hostingpaket/public/vendor/madeyourday/contao-rocksolid-custom-elements/src/src/Widget/ListStop.php" and "/var/virtual/mein-hostingpaket/public/vendor/madeyourday/contao-rocksolid-custom-elements/src/Widget/ListStop.php", the first will be used.
    Warning: Ambiguous class resolution, "MadeYourDay\RockSolidCustomElements\Widget\ListStart" was found in both "/var/virtual/mein-hostingpaket/public/vendor/madeyourday/contao-rocksolid-custom-elements/src/src/Widget/ListStart.php" and "/var/virtual/mein-hostingpaket/public/vendor/madeyourday/contao-rocksolid-custom-elements/src/Widget/ListStart.php", the first will be used.
    Warning: Ambiguous class resolution, "MadeYourDay\RockSolidCustomElements\Widget\ListItemStop" was found in both "/var/virtual/mein-hostingpaket/public/vendor/madeyourday/contao-rocksolid-custom-elements/src/src/Widget/ListItemStop.php" and "/var/virtual/mein-hostingpaket/public/vendor/madeyourday/contao-rocksolid-custom-elements/src/Widget/ListItemStop.php", the first will be used.
    Warning: Ambiguous class resolution, "MadeYourDay\RockSolidCustomElements\Element\CustomElement" was found in both "/var/virtual/mein-hostingpaket/public/vendor/madeyourday/contao-rocksolid-custom-elements/src/src/Element/CustomElement.php" and "/var/virtual/mein-hostingpaket/public/vendor/madeyourday/contao-rocksolid-custom-elements/src/Element/CustomElement.php", the first will be used.
    Warning: Ambiguous class resolution, "MadeYourDay\RockSolidCustomElements\CustomElements" was found in both "/var/virtual/mein-hostingpaket/public/vendor/madeyourday/contao-rocksolid-custom-elements/src/src/CustomElements.php" and "/var/virtual/mein-hostingpaket/public/vendor/madeyourday/contao-rocksolid-custom-elements/src/CustomElements.php", the first will be used.
    Warning: Ambiguous class resolution, "MadeYourDay\RockSolidCustomElements\Model\DummyModel" was found in both "/var/virtual/mein-hostingpaket/public/vendor/madeyourday/contao-rocksolid-custom-elements/src/src/Model/DummyModel.php" and "/var/virtual/mein-hostingpaket/public/vendor/madeyourday/contao-rocksolid-custom-elements/src/Model/DummyModel.php", the first will be used.
    Warning: Ambiguous class resolution, "MadeYourDay\RockSolidCustomElements\RockSolidCustomElementsBundle" was found in both "/var/virtual/mein-hostingpaket/public/vendor/madeyourday/contao-rocksolid-custom-elements/src/src/RockSolidCustomElementsBundle.php" and "/var/virtual/mein-hostingpaket/public/vendor/madeyourday/contao-rocksolid-custom-elements/src/RockSolidCustomElementsBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Haste" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-hasWarning: Ambiguous class resolution, "Haste\Haste" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Haste.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Haste.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\IO\Reader\DatabaseResultReader" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/IO/Reader/DatabaseResultReader.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/IO/Reader/DatabaseResultReader.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\IO\Reader\CsvReader" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/IO/Reader/CsvReader.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/IO/Reader/CsvReader.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\IO\Reader\HeaderFieldsInterface" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/IO/Reader/HeaderFieldsInterface.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/IO/Reader/HeaderFieldsInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\IO\Reader\ModelCollectionReader" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/IO/Reader/ModelCollectionReader.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/IO/Reader/ModelCollectionReader.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\IO\Reader\ArrayReader" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/IO/Reader/ArrayReader.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/IO/Reader/ArrayReader.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\IO\Writer\ExcelFileWriter" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/IO/Writer/ExcelFileWriter.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/IO/Writer/ExcelFileWriter.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\IO\Writer\AbstractWriter" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/IO/Writer/AbstractWriter.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/IO/Writer/AbstractWriter.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\IO\Writer\WriterInterface" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/IO/Writer/WriterInterface.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/IO/Writer/WriterInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\IO\Writer\AbstractFileWriter" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/IO/Writer/AbstractFileWriter.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/IO/Writer/AbstractFileWriter.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\IO\Writer\CsvFileWriter" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/IO/Writer/CsvFileWriter.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/IO/Writer/CsvFileWriter.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\IO\Writer\ModelWriter" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/IO/Writer/ModelWriter.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/IO/Writer/ModelWriter.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\IO\Mapper\ArrayMapper" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/IO/Mapper/ArrayMapper.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/IO/Mapper/ArrayMapper.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\IO\Mapper\DcaFieldMapper" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/IO/Mapper/DcaFieldMapper.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/IO/Mapper/DcaFieldMapper.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\IO\Mapper\MapperInterface" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/IO/Mapper/MapperInterface.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/IO/Mapper/MapperInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Form\Form" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Form/Form.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Form/Form.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Form\Validator\ValidatorInterface" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Form/Validator/ValidatorInterface.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Form/Validator/ValidatorInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Form\Validator\MandatoryOn" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Form/Validator/MandatoryOn.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Form/Validator/MandatoryOn.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Units\Dimension\Dimension" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Units/Dimension/Dimension.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Units/Dimension/Dimension.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Units\Dimension\Measurable" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Units/Dimension/Measurable.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Units/Dimension/Measurable.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Units\Dimension\Unit" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Units/Dimension/Unit.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Units/Dimension/Unit.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Units\Converter" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Units/Converter.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Units/Converter.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Units\Volume\Volume" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Units/Volume/Volume.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Units/Volume/Volume.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Units\Volume\Measurable" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Units/Volume/Measurable.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Units/Volume/Measurable.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Units\Volume\Unit" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Units/Volume/Unit.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Units/Volume/Unit.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Units\Mass\Weighable" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Units/Mass/Weighable.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Units/Mass/Weighable.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Units\Mass\Weight" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Units/Mass/Weight.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Units/Mass/Weight.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Units\Mass\WeightAggregate" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Units/Mass/WeightAggregate.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Units/Mass/WeightAggregate.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Units\Mass\Unit" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Units/Mass/Unit.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Units/Mass/Unit.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Units\Mass\Scale" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Units/Mass/Scale.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Units/Mass/Scale.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Units\EAN\EAN" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Units/EAN/EAN.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Units/EAN/EAN.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Units\EAN\Unit" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Units/EAN/Unit.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Units/EAN/Unit.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Number\Number" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Number/Number.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Number/Number.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Number\BackendWidget" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Number/BackendWidget.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Number/BackendWidget.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Dca\PaletteManipulator" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Dca/PaletteManipulator.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Dca/PaletteManipulator.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Dca\DateRangeFilter" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Dca/DateRangeFilter.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Dca/DateRangeFilter.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Dca\SortingFlag" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Dca/SortingFlag.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Dca/SortingFlag.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Dca\AjaxOperations" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Dca/AjaxOperations.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Dca/AjaxOperations.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Dca\SortingMode" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Dca/SortingMode.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Dca/SortingMode.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Generator\ModelData" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Generator/ModelData.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Generator/ModelData.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Generator\RowClass" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Generator/RowClass.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Generator/RowClass.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Ajax\ReloadHelper" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Ajax/ReloadHelper.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Ajax/ReloadHelper.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Http\Response\Response" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Http/Response/Response.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Http/Response/Response.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Http\Response\RedirectResponse" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Http/Response/RedirectResponse.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Http/Response/RedirectResponse.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Http\Response\HtmlResponse" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Http/Response/HtmlResponse.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Http/Response/HtmlResponse.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Http\Response\XmlResponse" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Http/Response/XmlResponse.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Http/Response/XmlResponse.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Http\Response\JsonResponse" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Http/Response/JsonResponse.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Http/Response/JsonResponse.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Frontend\AbstractFrontendModule" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Frontend/AbstractFrontendModule.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Frontend/AbstractFrontendModule.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Util\RepositoryVersion" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Util/RepositoryVersion.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Util/RepositoryVersion.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Util\Debug" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Util/Debug.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Util/Debug.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Util\StringUtil" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Util/StringUtil.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Util/StringUtil.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Util\Url" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Util/Url.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Util/Url.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Util\ArrayPosition" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Util/ArrayPosition.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Util/ArrayPosition.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Util\InsertTag" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Util/InsertTag.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Util/InsertTag.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Util\Undo" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Util/Undo.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Util/Undo.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Util\Format" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Util/Format.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Util/Format.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Util\FileUpload" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Util/FileUpload.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Util/FileUpload.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Util\Pagination" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Util/Pagination.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Util/Pagination.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\EventListener\AjaxReloadListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/EventListener/AjaxReloadListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/EventListener/AjaxReloadListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\DateTime\DateTime" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/DateTime/DateTime.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/DateTime/DateTime.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\DateTime\ZodiacSign" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/DateTime/ZodiacSign.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/DateTime/ZodiacSign.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Input\UrlId" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Input/UrlId.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Input/UrlId.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Input\Input" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Input/Input.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Input/Input.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Model\Relations" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Model/Relations.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Model/Relations.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Model\Model" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Model/Model.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Model/Model.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Image\Image" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Image/Image.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Image/Image.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Data\Timestamp" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Data/Timestamp.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Data/Timestamp.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Data\Plain" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Data/Plain.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Data/Plain.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Data\Relation" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Data/Relation.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Data/Relation.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Data\Collection" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Data/Collection.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Data/Collection.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Geodesy\Datum\GeodeticDatum" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Geodesy/Datum/GeodeticDatum.php" and "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/Haste/Geodesy/Datum/GeodeticDatum.php", the first will be used.
    Warning: Ambiguous class resolution, "Haste\Geodesy\Datum\WGS84" was found in both "/var/virtual/mein-hostingpaket/public/vendor/codefog/contao-haste/library/library/Haste/Geodesy/Datum/WGS84.php" anWarning: Ambiguous class resolution, "Contao\NewsletterBundle\ContaoNewsletterBundle" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/newsletter-bundle/src/ContaoNewsletterBundle.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/newsletter-bundle/src/src/ContaoNewsletterBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsletterBundle\ContaoManager\Plugin" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/newsletter-bundle/src/src/ContaoManager/Plugin.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/newsletter-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\DependencyInjection\ContaoNewsExtension" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/news-bundle/src/DependencyInjection/ContaoNewsExtension.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/news-bundle/src/src/DependencyInjection/ContaoNewsExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\Picker\NewsPickerProvider" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/news-bundle/src/Picker/NewsPickerProvider.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/news-bundle/src/src/Picker/NewsPickerProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\EventListener\InsertTagsListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/news-bundle/src/EventListener/InsertTagsListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/news-bundle/src/src/EventListener/InsertTagsListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\EventListener\GeneratePageListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/news-bundle/src/EventListener/GeneratePageListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/news-bundle/src/src/EventListener/GeneratePageListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\EventListener\PreviewUrlCreateListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/news-bundle/src/EventListener/PreviewUrlCreateListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/news-bundle/src/src/EventListener/PreviewUrlCreateListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\EventListener\PreviewUrlConvertListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/news-bundle/src/EventListener/PreviewUrlConvertListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/news-bundle/src/src/EventListener/PreviewUrlConvertListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\ContaoNewsBundle" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/news-bundle/src/ContaoNewsBundle.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/news-bundle/src/src/ContaoNewsBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\NewsBundle\ContaoManager\Plugin" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/news-bundle/src/src/ContaoManager/Plugin.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/news-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\DependencyInjection\ContaoManagerExtension" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/manager-bundle/src/DependencyInjection/ContaoManagerExtension.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/manager-bundle/src/src/DependencyInjection/ContaoManagerExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\Command\InstallWebDirCommand" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/manager-bundle/src/Command/InstallWebDirCommand.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/manager-bundle/src/src/Command/InstallWebDirCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\EventListener\InstallCommandListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/manager-bundle/src/EventListener/InstallCommandListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/manager-bundle/src/src/EventListener/InstallCommandListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\EventListener\InitializeApplicationListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/manager-bundle/src/EventListener/InitializeApplicationListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/manager-bundle/src/src/EventListener/InitializeApplicationListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\HttpKernel\ContaoCache" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/manager-bundle/src/HttpKernel/ContaoCache.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/manager-bundle/src/src/HttpKernel/ContaoCache.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\HttpKernel\ContaoKernel" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/manager-bundle/src/HttpKernel/ContaoKernel.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/manager-bundle/src/src/HttpKernel/ContaoKernel.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\ContaoManagerBundle" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/manager-bundle/src/ContaoManagerBundle.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/manager-bundle/src/src/ContaoManagerBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\Cache\BundleCacheClearer" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/manager-bundle/src/src/Cache/BundleCacheClearer.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/manager-bundle/src/Cache/BundleCacheClearer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\ContaoManager\Plugin" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/manager-bundle/src/src/ContaoManager/Plugin.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/manager-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\Routing\RouteLoader" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/manager-bundle/src/src/Routing/RouteLoader.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/manager-bundle/src/Routing/RouteLoader.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ManagerBundle\Composer\ScriptHandler" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/manager-bundle/src/src/Composer/ScriptHandler.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/manager-bundle/src/Composer/ScriptHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ListingBundle\ContaoListingBundle" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/listing-bundle/src/ContaoListingBundle.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/listing-bundle/src/src/ContaoListingBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\ListingBundle\ContaoManager\Plugin" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/listing-bundle/src/src/ContaoManager/Plugin.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/listing-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Translation\LanguageResolver" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/Translation/LanguageResolver.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/src/Translation/LanguageResolver.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\DependencyInjection\ContaoInstallationExtension" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/DependencyInjection/ContaoInstallationExtension.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/src/DependencyInjection/ContaoInstallationExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Command\LockCommand" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/Command/LockCommand.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/src/Command/LockCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Command\UnlockCommand" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/Command/UnlockCommand.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/src/Command/UnlockCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\InstallToolUser" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/InstallToolUser.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/src/InstallToolUser.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Event\ContaoInstallationEvents" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/Event/ContaoInstallationEvents.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/src/Event/ContaoInstallationEvents.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Event\InitializeApplicationEvent" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/Event/InitializeApplicationEvent.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/src/Event/InitializeApplicationEvent.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version350Update" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/Database/Version350Update.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/src/Database/Version350Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Installer" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/Database/Installer.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/src/Database/Installer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\AbstractVersionUpdate" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/Database/AbstractVersionUpdate.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/src/Database/AbstractVersionUpdate.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version447Update" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/Database/Version447Update.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/src/Database/Version447Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version430Update" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/Database/Version430Update.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/src/Database/Version430Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version410Update" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/Database/Version410Update.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/src/Database/Version410Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\ConnectionFactory" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/Database/ConnectionFactory.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/src/Database/ConnectionFactory.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version400Update" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/Database/Version400Update.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/src/Database/Version400Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version440Update" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/Database/Version440Update.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/src/Database/Version440Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Database\Version330Update" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/Database/Version330Update.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/src/Database/Version330Update.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\EventListener\InitializeApplicationListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/EventListener/InitializeApplicationListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/src/EventListener/InitializeApplicationListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Config\ParameterDumper" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/Config/ParameterDumper.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/src/Config/ParameterDumper.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\ContaoManager\Plugin" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/src/ContaoManager/Plugin.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\InstallTool" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/src/InstallTool.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/InstallTool.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\ContaoInstallationBundle" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/src/ContaoInstallationBundle.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/ContaoInstallationBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\InstallationBundle\Controller\InstallationController" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/src/Controller/InstallationController.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/installation-bundle/src/Controller/InstallationController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\FaqBundle\DependencyInjection\ContaoFaqExtension" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/faq-bundle/src/DependencyInjection/ContaoFaqExtension.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/faq-bundle/src/src/DependencyInjection/ContaoFaqExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\FaqBundle\Picker\FaqPickerProvider" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/faq-bundle/src/Picker/FaqPickerProvider.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/faq-bundle/src/src/Picker/FaqPickerProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\FaqBundle\EventListener\InsertTagsListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/faq-bundle/src/EventListener/InsertTagsListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/faq-bundle/src/src/EventListener/InsertTagsListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\FaqBundle\ContaoFaqBundle" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/faq-bundle/src/ContaoFaqBundle.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/faq-bundle/src/src/ContaoFaqBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\FaqBundle\ContaoManager\Plugin" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/faq-bundle/src/src/ContaoManager/Plugin.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/faq-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Cors\WebsiteRootsConfigProvider" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Cors/WebsiteRootsConfigProvider.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Cors/WebsiteRootsConfigProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Session\Attribute\ArrayAttributeBag" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Session/Attribute/ArrayAttributeBag.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Session/Attribute/ArrayAttributeBag.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\User\ContaoUserProvider" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Security/User/ContaoUserProvider.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Security/User/ContaoUserProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\Authentication\ContaoToken" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Security/Authentication/ContaoToken.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Security/Authentication/ContaoToken.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Security\ContaoAuthenticator" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Security/ContaoAuthenticator.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Security/ContaoAuthenticator.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\ContaoCoreExtension" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/DependencyInjection/ContaoCoreExtension.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/DependencyInjection/ContaoCoreExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Configuration" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/DependencyInjection/Configuration.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/DependencyInjection/Configuration.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\AddImagineClassPass" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/DependencyInjection/Compiler/AddImagineClassPass.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/AddImagineClassPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\PickerProviderPass" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/DependencyInjection/Compiler/PickerProviderPass.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/PickerProviderPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\DoctrineMigrationsPass" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/DependencyInjection/Compiler/DoctrineMigrationsPass.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/DoctrineMigrationsPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\AddResourcesPathsPass" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/DependencyInjection/Compiler/AddResourcesPathsPass.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/AddResourcesPathsPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\AddPackagesPass" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/DependencyInjection/Compiler/AddPackagesPass.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/AddPackagesPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DependencyInjection\Compiler\AddSessionBagsPass" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/DependencyInjection/Compiler/AddSessionBagsPass.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/DependencyInjection/Compiler/AddSessionBagsPass.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\InstallCommand" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Command/InstallCommand.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Command/InstallCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\AutomatorCommand" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Command/AutomatorCommand.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Command/AutomatorCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\UserPasswordCommand" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Command/UserPasswordCommand.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Command/UserPasswordCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\SymlinksCommand" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Command/SymlinksCommand.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Command/SymlinksCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\VersionCommand" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Command/VersionCommand.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Command/VersionCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\FilesyncCommand" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Command/FilesyncCommand.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Command/FilesyncCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\AbstractLockedCommand" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Command/AbstractLockedCommand.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Command/AbstractLockedCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Command\DoctrineMigrationsDiffCommand" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Command/DoctrineMigrationsDiffCommand.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Command/DoctrineMigrationsDiffCommand.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Monolog\ContaoContext" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Monolog/ContaoContext.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Monolog/ContaoContext.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Monolog\ContaoTableHandler" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Monolog/ContaoTableHandler.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Monolog/ContaoTableHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Monolog\ContaoTableProcessor" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Monolog/ContaoTableProcessor.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Monolog/ContaoTableProcessor.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\AbstractPickerProvider" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Picker/AbstractPickerProvider.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Picker/AbstractPickerProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\PickerBuilderInterface" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Picker/PickerBuilderInterface.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Picker/PickerBuilderInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\Picker" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Picker/Picker.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Picker/Picker.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\FilePickerProvider" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Picker/FilePickerProvider.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Picker/FilePickerProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\PickerProviderInterface" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Picker/PickerProviderInterface.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Picker/PickerProviderInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\PickerInterface" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Picker/PickerInterface.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Picker/PickerInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\DcaPickerProviderInterface" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Picker/DcaPickerProviderInterface.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Picker/DcaPickerProviderInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\PickerBuilder" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Picker/PickerBuilder.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Picker/PickerBuilder.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\PagePickerProvider" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Picker/PagePickerProvider.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Picker/PagePickerProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\ArticlePickerProvider" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Picker/ArticlePickerProvider.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Picker/ArticlePickerProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Picker\PickerConfig" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Picker/PickerConfig.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Picker/PickerConfig.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Event\ImageSizesEvent" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Event/ImageSizesEvent.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Event/ImageSizesEvent.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Event\PreviewUrlCreateEvent" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Event/PreviewUrlCreateEvent.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Event/PreviewUrlCreateEvent.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Event\ContaoCoreEvents" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Event/ContaoCoreEvents.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Event/ContaoCoreEvents.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Event\PreviewUrlConvertEvent" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Event/PreviewUrlConvertEvent.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Event/PreviewUrlConvertEvent.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Util\SymlinkUtil" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Util/SymlinkUtil.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Util/SymlinkUtil.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DataContainer\PaletteManipulator" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/DataContainer/PaletteManipulator.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/DataContainer/PaletteManipulator.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\ContaoFrameworkInterface" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/ContaoFrameworkInterface.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/ContaoFrameworkInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\ExceptionConverterListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/EventListener/ExceptionConverterListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\PrettyErrorScreenListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/EventListener/PrettyErrorScreenListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/EventListener/PrettyErrorScreenListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\DoctrineSchemaListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/EventListener/DoctrineSchemaListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/EventListener/DoctrineSchemaListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\InsecureInstallationListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/EventListener/InsecureInstallationListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/EventListener/InsecureInstallationListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\MergeHttpHeadersListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/EventListener/MergeHttpHeadersListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/EventListener/MergeHttpHeadersListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\ResponseExceptionListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/EventListener/ResponseExceptionListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/EventListener/ResponseExceptionListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\UserAwareTrait" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/EventListener/UserAwareTrait.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/EventListener/UserAwareTrait.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\SessionListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/EventListener/SessionListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/EventListener/SessionListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\RefererIdListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/EventListener/RefererIdListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/EventListener/RefererIdListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\BypassMaintenanceListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/EventListener/BypassMaintenanceListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/EventListener/BypassMaintenanceListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\LocaleListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/EventListener/LocaleListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/EventListener/LocaleListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\CommandSchedulerListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/EventListener/CommandSchedulerListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/EventListener/CommandSchedulerListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\AddToSearchIndexListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/EventListener/AddToSearchIndexListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/EventListener/AddToSearchIndexListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\HeaderReplay\UserSessionListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/EventListener/HeaderReplay/UserSessionListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/EventListener/HeaderReplay/UserSessionListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\HeaderReplay\PageLayoutListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/EventListener/HeaderReplay/PageLayoutListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/EventListener/HeaderReplay/PageLayoutListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\UserSessionListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/EventListener/UserSessionListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/EventListener/UserSessionListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\ToggleViewListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/EventListener/ToggleViewListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/EventListener/ToggleViewListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\EventListener\StoreRefererListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/EventListener/StoreRefererListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/EventListener/StoreRefererListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\HttpKernel\Bundle\ContaoModuleBundle" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/HttpKernel/Bundle/ContaoModuleBundle.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/HttpKernel/Bundle/ContaoModuleBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\HttpKernel\Header\HeaderStorageInterface" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/HttpKernel/Header/HeaderStorageInterface.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/HttpKernel/Header/HeaderStorageInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\HttpKernel\Header\MemoryHeaderStorage" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/HttpKernel/Header/MemoryHeaderStorage.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/HttpKernel/Header/MemoryHeaderStorage.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\HttpKernel\Header\NativeHeaderStorage" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/HttpKernel/Header/NativeHeaderStorage.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/HttpKernel/Header/NativeHeaderStorage.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Config\ResourceFinder" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Config/ResourceFinder.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Config/ResourceFinder.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Config\Loader\PhpFileLoader" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Config/Loader/PhpFileLoader.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Config/Loader/PhpFileLoader.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Config\Loader\XliffFileLoader" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Config/Loader/XliffFileLoader.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Config/Loader/XliffFileLoader.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Config\ResourceFinderInterface" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Config/ResourceFinderInterface.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Config/ResourceFinderInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Config\Dumper\DumperInterface" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Config/Dumper/DumperInterface.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Config/Dumper/DumperInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Config\Dumper\CombinedFileDumper" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Config/Dumper/CombinedFileDumper.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Config/Dumper/CombinedFileDumper.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Twig\Extension\ContaoTemplateExtension" was found in both "/var/virWarning: Ambiguous class resolution, "Contao\CoreBundle\Twig\Extension\ContaoTemplateExtension" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Twig/Extension/ContaoTemplateExtension.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Twig/Extension/ContaoTemplateExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\ContaoCoreBundle" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/ContaoCoreBundle.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/ContaoCoreBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\PaletteNotFoundException" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Exception/PaletteNotFoundException.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Exception/PaletteNotFoundException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\InternalServerErrorException" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Exception/InternalServerErrorException.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Exception/InternalServerErrorException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\PageNotFoundException" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Exception/PageNotFoundException.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Exception/PageNotFoundException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\ForwardPageNotFoundException" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Exception/ForwardPageNotFoundException.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Exception/ForwardPageNotFoundException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\IncompleteInstallationException" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Exception/IncompleteInstallationException.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Exception/IncompleteInstallationException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\AjaxRedirectResponseException" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Exception/AjaxRedirectResponseException.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Exception/AjaxRedirectResponseException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\NoActivePageFoundException" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Exception/NoActivePageFoundException.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Exception/NoActivePageFoundException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\AccessDeniedException" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Exception/AccessDeniedException.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Exception/AccessDeniedException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\ResponseException" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Exception/ResponseException.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Exception/ResponseException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\NoContentResponseException" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Exception/NoContentResponseException.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Exception/NoContentResponseException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\InvalidRequestTokenException" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Exception/InvalidRequestTokenException.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Exception/InvalidRequestTokenException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\PalettePositionException" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Exception/PalettePositionException.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Exception/PalettePositionException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\InternalServerErrorHttpException" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Exception/InternalServerErrorHttpException.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Exception/InternalServerErrorHttpException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\InsecureInstallationException" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Exception/InsecureInstallationException.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Exception/InsecureInstallationException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\ServiceUnavailableException" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Exception/ServiceUnavailableException.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Exception/ServiceUnavailableException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\RedirectResponseException" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Exception/RedirectResponseException.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Exception/RedirectResponseException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\NoLayoutSpecifiedException" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Exception/NoLayoutSpecifiedException.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Exception/NoLayoutSpecifiedException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Exception\NoRootPageFoundException" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Exception/NoRootPageFoundException.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Exception/NoRootPageFoundException.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Cache\ContaoCacheWarmer" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Cache/ContaoCacheWarmer.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Cache/ContaoCacheWarmer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Cache\ContaoCacheClearer" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Cache/ContaoCacheClearer.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Cache/ContaoCacheClearer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\DataCollector\ContaoDataCollector" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/DataCollector/ContaoDataCollector.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/DataCollector/ContaoDataCollector.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\ContaoManager\Plugin" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/ContaoManager/Plugin.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Referer\TokenGenerator" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Referer/TokenGenerator.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Referer/TokenGenerator.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Framework\Adapter" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Framework/Adapter.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Framework/Adapter.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Framework\ContaoFrameworkInterface" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Framework/ContaoFrameworkInterface.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Framework/ContaoFrameworkInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Framework\ScopeAwareTrait" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Framework/ScopeAwareTrait.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Framework/ScopeAwareTrait.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Framework\FrameworkAwareInterface" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Framework/FrameworkAwareInterface.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Framework/FrameworkAwareInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Framework\ContaoFramework" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Framework/ContaoFramework.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Framework/ContaoFramework.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Framework\FrameworkAwareTrait" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Framework/FrameworkAwareTrait.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Framework/FrameworkAwareTrait.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Response\InitializeControllerResponse" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Response/InitializeControllerResponse.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Response/InitializeControllerResponse.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Analyzer\HtaccessAnalyzer" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Analyzer/HtaccessAnalyzer.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Analyzer/HtaccessAnalyzer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Routing\ScopeMatcher" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Routing/ScopeMatcher.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Routing/ScopeMatcher.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Routing\FrontendLoader" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Routing/FrontendLoader.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Routing/FrontendLoader.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Routing\UrlGenerator" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Routing/UrlGenerator.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Routing/UrlGenerator.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Doctrine\Schema\DcaSchemaProvider" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Doctrine/Schema/DcaSchemaProvider.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Doctrine/Schema/DcaSchemaProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Doctrine\Schema\MigrationsSchemaProvider" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Doctrine/Schema/MigrationsSchemaProvider.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Doctrine/Schema/MigrationsSchemaProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Doctrine\DBAL\Types\BinaryStringType" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Doctrine/DBAL/Types/BinaryStringType.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Doctrine/DBAL/Types/BinaryStringType.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Image\PictureFactoryInterface" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Image/PictureFactoryInterface.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Image/PictureFactoryInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Image\ImageFactoryInterface" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Image/ImageFactoryInterface.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Image/ImageFactoryInterface.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Image\LegacyResizer" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Image/LegacyResizer.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Image/LegacyResizer.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Image\ImageSizes" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Image/ImageSizes.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Image/ImageSizes.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Image\PictureFactory" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Image/PictureFactory.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Image/PictureFactory.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Image\ImageFactory" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Image/ImageFactory.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Image/ImageFactory.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\BackendCsvImportController" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Controller/BackendCsvImportController.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Controller/BackendCsvImportController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\InsertTagsController" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Controller/InsertTagsController.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Controller/InsertTagsController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\InitializeController" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Controller/InitializeController.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Controller/InitializeController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\BackendController" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Controller/BackendController.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Controller/BackendController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Controller\FrontendController" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Controller/FrontendController.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Controller/FrontendController.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CoreBundle\Composer\ScriptHandler" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/src/Composer/ScriptHandler.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/core-bundle/src/Composer/ScriptHandler.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CommentsBundle\ContaoCommentsBundle" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/comments-bundle/src/ContaoCommentsBundle.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/comments-bundle/src/src/ContaoCommentsBundle.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CommentsBundle\ContaoManager\Plugin" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/comments-bundle/src/src/ContaoManager/Plugin.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/comments-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\DependencyInjection\ContaoCalendarExtension" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/calendar-bundle/src/DependencyInjection/ContaoCalendarExtension.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/calendar-bundle/src/src/DependencyInjection/ContaoCalendarExtension.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\Picker\EventPickerProvider" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/calendar-bundle/src/Picker/EventPickerProvider.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/calendar-bundle/src/src/Picker/EventPickerProvider.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\EventListener\InsertTagsListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/calendar-bundle/src/EventListener/InsertTagsListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/calendar-bundle/src/src/EventListener/InsertTagsListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\EventListener\GeneratePageListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/calendar-bundle/src/EventListener/GeneratePageListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/calendar-bundle/src/src/EventListener/GeneratePageListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\EventListener\PreviewUrlCreateListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/calendar-bundle/src/EventListener/PreviewUrlCreateListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/calendar-bundle/src/src/EventListener/PreviewUrlCreateListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\EventListener\PreviewUrlConvertListener" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/calendar-bundle/src/EventListener/PreviewUrlConvertListener.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/calendar-bundle/src/src/EventListener/PreviewUrlConvertListener.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\ContaoManager\Plugin" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/calendar-bundle/src/src/ContaoManager/Plugin.php" and "/var/virtual/mein-hostingpaket/public/vendor/contao/calendar-bundle/src/ContaoManager/Plugin.php", the first will be used.
    Warning: Ambiguous class resolution, "Contao\CalendarBundle\ContaoCalendarBundle" was found in both "/var/virtual/mein-hostingpaket/public/vendor/contao/calendar-bundle/src/src/ContaoCalendarBundle.contao/manager-plugin: Generating plugin class...
    contao/manager-plugin: ...done generating plugin class
    > Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
    Could not open input file: /var/virtual/mein-hostingpaket/public/vendor/contao/manager-bundle/src/src/Composer/../../bin/contao-console
    Script Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication handling the post-install-cmd event terminated with an exception
    
    In ScriptHandler.php line 113:
                                                                               
      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>]...
    
    -o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>]...
    
    
    # Process terminated with exit code 1
    # Result: General error
    Im Backend und contao-manager steht 4.4.23. Die Webseite scheint zu laufen

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

    Standard

    Uff, da ist irgend etwas ziemlich kaputt. Aus irgendeinem Grund hat der Contao Manager oder Composer manche Sourcen nun doppelt installiert oder so.

  24. #24
    Contao-Nutzer
    Registriert seit
    29.03.2012.
    Beiträge
    62

    Standard

    Habe den Weg "Alle Pakete aktualisieren" in der Live-Webseite gewählt und siehe da: Alles Bestens :-)

    Code:
    > Resolving dependencies using Composer Cloud v1.3.4
    
    # Job ID 5b8cf40fb07242.75065686 completed in 38 seconds
    
    
    $ /usr/bin/php7.1 '-q' '/var/virtual/xxxxxx/public/web/contao-manager.phar.php' 'composer' 'install' '--prefer-dist' '--no-dev' '--no-progress' '--no-suggest' '--no-ansi' '--no-interaction' '--optimize-autoloader' 2>&1
    
    Using config.component-dir has been deprecated. Please use extra.contao-component-dir instead.
    Loading composer repositories with package information
    Installing dependencies from lock file
    Package operations: 0 installs, 9 updates, 0 removals
      - Updating contao/core-bundle (4.4.21 => 4.4.23): Downloading (100%)
      - Updating contao/calendar-bundle (4.4.21 => 4.4.23): Downloading (100%)
      - Updating contao/comments-bundle (4.4.21 => 4.4.23): Downloading (100%)
      - Updating contao/faq-bundle (4.4.21 => 4.4.23): Downloading (100%)
      - Updating contao/listing-bundle (4.4.21 => 4.4.23): Downloading (100%)
      - Updating contao/installation-bundle (4.4.21 => 4.4.23): Downloading (100%)
      - Updating contao/manager-bundle (4.4.21 => 4.4.23): Downloading (100%)
      - Updating contao/news-bundle (4.4.21 => 4.4.23): Downloading (100%)
      - Updating contao/newsletter-bundle (4.4.21 => 4.4.23): Downloading (100%)
    Package phpoffice/phpexcel is abandoned, you should avoid using it. Use phpoffice/phpspreadsheet instead.
    Generating optimized autoload files
    contao/manager-plugin: Generating plugin class...
    contao/manager-plugin: ...done generating plugin class
    > Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
    
     Added/updated the web/app_dev.php file.
     Added/updated the web/app.php file.
    
     // Clearing the cache for the prod environment with debug                      
     // false                                                                       
    
     [OK] Cache for the "prod" environment (debug=false) was successfully cleared.  
    
    
     // Warming up the cache for the prod environment with debug                    
     // false                                                                       
    
     [OK] Cache for the "prod" environment (debug=false) was successfully warmed.   
    
    
     Trying to install assets as relative symbolic links.
    
     --- -------------------------------- ------------------ 
          Bundle                           Method / Error    
     --- -------------------------------- ------------------ 
      ?   ContaoCoreBundle                 relative symlink  
      ?   ContaoCalendarBundle             relative symlink  
      ?   ContaoCommentsBundle             relative symlink  
      ?   ContaoFaqBundle                  relative symlink  
      ?   ContaoNewsBundle                 relative symlink  
      ?   ContaoNewsletterBundle           relative symlink  
      ?   SoftleisterBackupDbBundle        relative symlink  
      ?   SoftleisterCe_be_remarksBundle   relative symlink  
      ?   RockSolidColumnsBundle           relative symlink  
      ?   RockSolidCustomElementsBundle    relative symlink  
      ?   TrilobitCookiebarBundle          relative symlink  
     --- -------------------------------- ------------------ 
    
     [OK] All assets were successfully installed.                                   
    
    
     Added/updated the system/initialize.php file.
    
     Symlinked the system/config/tcpdf.php file.
    
    
     --- ----------------------------------------------- ---------------------------------------------------------------- 
          Symlink                                         Target / Error                                                  
     --- ----------------------------------------------- ---------------------------------------------------------------- 
      ?   web/files/assets                                files/assets                                                    
      ?   web/files/inhalt                                files/inhalt                                                    
      ?   web/system/modules/multicolumnwizard/html       system/modules/multicolumnwizard/html                           
      ?   web/system/modules/haste/assets                 system/modules/haste/assets                                     
      ?   web/system/modules/dk_mmenu/assets              system/modules/dk_mmenu/assets                                  
      ?   web/system/modules/leads/assets                 system/modules/leads/assets                                     
      ?   web/system/modules/storelocator/assets          system/modules/storelocator/assets                              
      ?   web/system/modules/opengraph3/assets            system/modules/opengraph3/assets                                
      ?   web/system/modules/dcawizard/assets             system/modules/dcawizard/assets                                 
      ?   web/system/modules/notification_center/assets   system/modules/notification_center/assets                       
      ?   web/system/modules/dlh_googlemaps/assets        system/modules/dlh_googlemaps/assets                            
      ?   web/system/modules/mobile_menu/assets           system/modules/mobile_menu/assets                               
      ?   system/themes/flexible                          vendor/contao/core-bundle/src/Resources/contao/themes/flexible  
      ?   web/assets                                      assets                                                          
      ?   web/system/themes                               system/themes                                                   
      ?   system/logs                                     var/logs                                                        
     --- ----------------------------------------------- ---------------------------------------------------------------- 
    
    
    # Process terminated with exit code 0
    # Result: OK
    Es ist Contao 4.4.23 :-)

  25. #25
    Contao-Nutzer
    Registriert seit
    29.03.2012.
    Beiträge
    62

    Standard Ungültiges Anfrage-Token, contao 4.4.23, Opera-Browser

    Der Fehler ist leider immer noch da :-(
    Allerdings nur im opera-Browser.
    Dort kommt die Fehlermeldung "Ungültiges Anfrage-Token" sowohl beim Absenden eines Kontaktformulars als auch bei dem Suchfeld der storelocator-Erweiterung.

    Woran kann das jetzt liegen???

  26. #26
    Community-Moderator Avatar von stefan-at-work
    Registriert seit
    05.06.2009.
    Ort
    Bad Segeberg
    Beiträge
    1.780
    Partner-ID
    634

    Standard

    Browsercache geleert? Opera löscht den Cache mittlerweile nicht mehr nach jeder Sitzung. Der Cache wird erst bereinigt, wenn Du dies in den Einstellungen manuell vornimmst.

  27. #27
    Wandelndes Contao-Lexikon Avatar von tab
    Registriert seit
    22.10.2013.
    Beiträge
    10.078
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Es empfiehlt sich m.E. sowieso, für Seiten mit Formularen den Cache zu deaktivieren.

  28. #28
    Community-Moderator Avatar von stefan-at-work
    Registriert seit
    05.06.2009.
    Ort
    Bad Segeberg
    Beiträge
    1.780
    Partner-ID
    634

    Standard

    Zitat Zitat von tab Beitrag anzeigen
    Es empfiehlt sich m.E. sowieso, für Seiten mit Formularen den Cache zu deaktivieren.
    zumindest das Modul mit uncached zu deklarieren

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

    Standard

    Zitat Zitat von stefan-at-work Beitrag anzeigen
    zumindest das Modul mit uncached zu deklarieren
    Hm, habe den CM 1.04 und gerade ein Update auf die 4.4.23 gemacht. Das Kontaktformular wird auf jeder Seite im unteren Bereich eingesetzt. Wenn ich nun das |uncached flag setze erhalte ich in den System Logs:

    Code:
    Unknown insert tag flag "uncached" in {{insert_article::19|uncached}}
    Kann es sein, das daher auch die Sicherheitsabfrage immer wieder auftaucht (habe ich jetzt deaktiviert)? Die Seite(n) sind mit einem Server Cache gesetzt. Da das Kontaktformular wie gesagt auf jeder Seite eingesetzt ist und das uncached flag bei mir nicht greift erhalte ich ansonnsten halt immer wieder neue Sicherheitsabfragen ....
    Geändert von Franko (04.09.2018 um 09:28 Uhr)
    Freelancer, Digital Design Enthusiast, Contao Aficionado and Tutorial Junkie @MoinFranko - Carpe diem ...

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

    Standard

    Irgendwie klappen bei mir gar keine flags - (normale insert-tags) schon. Habe es mit {{insert_article::*|uncached}}, {{insert_module::*|uncached}}, {{insert_article::*|refresh}} oder {{insert_module::*|refresh}} probiert. Gleiche Ausgabe in den System-Logs wie oben beschrieben ...

    Die Angabe auf ungültiges Request Toklen erhalte ich nicht mehr (4.4.23) aber bei aktivierter Sicherheitsabfrage wird diese weiterhin zunächst nicht angezeigt aber nach dem Versand erstmalig und dann ständig abgefragt (Die Eingaben sind korrekt :-) ...

    Der Servercache ist auf 5 Min. gesetzt - muß ich den jetzt wirklich komplett deaktivieren?

    Für Hinweise dankbar
    Frank
    Freelancer, Digital Design Enthusiast, Contao Aficionado and Tutorial Junkie @MoinFranko - Carpe diem ...

  31. #31
    Contao-Urgestein Avatar von Franko
    Registriert seit
    22.06.2009.
    Beiträge
    1.503
    Partner-ID
    6122
    Freelancer, Digital Design Enthusiast, Contao Aficionado and Tutorial Junkie @MoinFranko - Carpe diem ...

  32. #32
    Contao-Urgestein Avatar von Franko
    Registriert seit
    22.06.2009.
    Beiträge
    1.503
    Partner-ID
    6122
    Freelancer, Digital Design Enthusiast, Contao Aficionado and Tutorial Junkie @MoinFranko - Carpe diem ...

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
  •