probier mal das https://community.contao.org/de/show...l=1#post513788
Druckbare Version
probier mal das https://community.contao.org/de/show...l=1#post513788
Hallo,
danke, das hatte ich schon versucht obwohl die Installation als solches ohne Fehler durchgelaufen ist.
Den Aufruf von localhost als sichere Seite bekomme ich einfach nicht hin :rolleyes:
Moin Elwega
Muss deine Instalation unbedingt über "localhost" erreichbar sein?
Wenn deine Installation ohne Fehler durchgelaufen ist, dann ist die Seite eigentlich über <deineInstallation.local> erreichbar.
Ist das entsprechende Häkchen in den Einstellungen gesetzt? Ist der Eintrag in der Hostdatei unter Windows vorhanden?
Moin Arachnophilia,
danke für die Rückantwort!
Unbedingt jein ;)
Der Aufruf localhost soll halt die Testinstallation zeigen ohne den Sicherheitshinweis der Browser.
Beim Firefox kommt man nicht mehr weiter, wenn der Hinweis angezeigt wird.
Chrome hat da scheinbar kein Problem und öffnet erstaunlicherweise localhost als sicher und erkennt das Laragon Zertifikat als gültig?
Chrome wäre schon eine Alternative aber Firefox wäre mir aus anderen Gründen schon lieber.
Wie kann ich dem Firefox beibringen das localhost ein Zertifikat hat und sicher ist?
Ich oute mich da mal und gebe zu, dass ich schon 3 Tage daran probiere.
Beim Chrome Anhang 23180 und beim Firefox Anhang 23181
Ich blicke nicht mehr durch :(
Wie hast Du denn diese Testinstallation installiert? Wenn Du gemäß Anleitung vorgegangen bist, dann sollte sich diese Testinstallation in einem Unterverzeichnis von laragon\www\ befinden. Direkt in laragon\www\ dürfte es nur eine index.php geben, welche die Laragon Startseite zeigt (siehe auch oben in der Anleitung). Was erhältst Du denn wenn Du http://localhost aufrufst?
Hi xchs,
Laragon nach der sehr guten Anleitung (danke) auf c: installiert.
c:/laragon
darin sind die Unterverzeichnisse bin/data/etc/tmp/usr/www und laragon.exe
Im www ist das UV testinstall und eine index.php
Contao befindet sich in:
laragon
www
testinstall
web
Das hat auch alles super funktioniert.
Im laragon Apache ist SSL angeklickt und grün.
Chrome zeigt das auch mit geschlossenem Schlosssymbol an.
Mittlerweile habe ich den Firefox komplett zurück gesetzt und neu installiert.
Jetzt kann ich zumindest mal die Testseite bzw localhost eingeben und die Startseite wird angezeigt.
Damit könnte ich jetzt leben und meine Kollegin auch, die ist vorher schier verzweifelt weil sie im Fox nicht weiter als bis zur Sicherheitshinweis Seite gekommen ist.
Dankeschön allen die hier mitgelesen haben.
Vielleicht finde ich eine Lösung, dass auch der Firefox das Zert vom Laragon akzeptiert.
Wenn Du alles nach Anleitung gemacht hast, dann solltest Du Deine lokale Installation über http://testinstall.local aufrufen können und nicht über http://localhost/xxx.html
Schalte SSL einfach ab. Lokal ist das nicht so wichtig. Du wirst ja hoffentlich Deiner eigenen lokalen Website und Deinem eigenen Rechner soweit vertrauen, dass es auch ohne verschlüsselte Verbindung geht.
Hallo xchx,
ohh localhost geht aber http://testseite.lokal nicht erreichbar
ich bin fast sicher nach Anleitung vorgegangen zu sein.
Aber, vermutlich durch gefühlte tausend Versuche das SSL hinzubekommen ist dann doch irgend ein Pfad verrutscht.
Startseite kommt über https://localhost im Chrome fehlerfrei und als sicher.
Im firefox auch nur unsicher.
Zumindes kommt die seite jetzt.
Das ging ja anfangs nicht.
So kommen wir jetzt soweit klar.
Danke
Nicht http://testseite.lokal, sondern http://testseite.local
Hi k / c war der nervöse Finger
http://testseite.local war schon die Browsereingabe
Damit kommt leider: Die Website ist nicht erreichbar
https://localhost bring mir die Testseite
Dann hast Du etwas falsch gemacht. Über http://localhost sollte Deine Website "testseite" nicht erreichbar sein. Wurde in der Windows hosts Datei ein neuer Eintrag für Deine Website "testseite" erstellt? Erstelle Dir einfach parallel eine weitere Installation und arbeite mit dieser Installation.
@elwega, ist "testseite.local" in folgender Datei eingetragen?
C:\Windows\System32\drivers\etc\hosts
xchs, Birden
ok beide Vorschläge sind gut
Birden:
nein die fehlt, drinn ist :
hab gerade eine neue Testseite angestossen ;)PHP-Code:
127.0.0.1 assets.local #laragon magic!
127.0.0.1 bundles.local #laragon magic!
127.0.0.1 files.local #laragon magic!
127.0.0.1 share.local #laragon magic!
127.0.0.1 system.local #laragon magic!
Dann Punkt 6 in @xchs Beschreibung nochmals durchlesen.
hi Birden genau so hab ich es jetzt nochmal gemacht
im cmd läuft gerade die Installation.
Melde mich wenn fertig.
Danke
Contao 4.9 ;)
alles ok, grüner geht nicht
http://con49.local heist die neue Installation
jetzt noch das Template
So, ich wollte es halt wissen.
Firefox local mit SSL und Verbindung gesichert: https://con49.local/
Chrome local ebenfalls gesicherte Verbindung :https://con49.local/
Jetzt ist alles perfekt
Danke allen die mitgelesen und Tipps gegeben haben.
Wenn es jemand auch probieren möchte sind hier die einzelnen Schritte:
Erstellen des privaten / öffentlichen Schlüsselpaars.
In der Eingabeaufforderung (Adminrechte)
im Verzeichnis "c:/laragon/etc/ssl" (oder dort wo Laragon installiert ist) folgendes eingeben:
(in dem Verzeichnis werden auch die notwendigen Dateien weiter unten erzeugt)
Ein Passwort vergebenCode:openssl genrsa -des3 -out localdomain.secure.key 2048
Nun das PW entfernen sonst muss man es laufend eingeben.
Mit folgenden Befehl in der Eingabeaufforderung (Adminrechte) eingeben:
Jetzt eine Konfigurationsdatei erstellen für die localhost-Domain ( localdomain.csr.cnf) die man mit Notepad+ o.ä. erstellen kann.Code:openssl rsa -in localdomain.secure.key -out localdomain.insecure.key
darin:
Dann folgenden Befehl in der Eingabeaufforderung (Adminrechte) eingeben:Code:[req]
default_bits = 2048
prompt = no
default_md = sha256
distinguished_name = dn
[dn]
C=IN
ST=SomeState
L=SomeCity
O=SomeOrganization
OU=SomeUnit
emailAddress=test@test.com
CN = localhost
Nun einen neuen Schlüssel erstellen.Code:openssl req -new -sha256 -nodes -out localdomain.csr -key localdomain.insecure.key -config localdomain.csr.cnf
Folgenden Befehl in der Eingabeaufforderung (Adminrechte) eingeben:
Wieder ein Passwort eingeben, es wird gleich der Einfachheit halber wieder entfernt.Code:openssl genrsa -des3 -out rootca.secure.key 2048
Mit folgenden Befehl in der Eingabeaufforderung (Adminrechte):
Dann mit folgenden Befehl in der Eingabeaufforderung (Adminrechte):Code:openssl rsa -in rootca.secure.key -out rootca.insecure.key
wird das Root-SSL-Zertifikats (CA-Zertifikat) generiert.
Um nun das localhost-SSL-Zertifikat zu erstellen, bebötigt man eine weitere Konfigurationsdatei localdomain.v3.extCode:openssl req -new -x509 -nodes -key rootca.insecure.key -sha256 -out cacert.pem -days 3650
die man mit Notepad+ o.ä. erstellen kann.
Darin folgendes:
Nun folgenden Befehl in der Eingabeaufforderung ausführen:Code:authorityKeyIdentifier=keyid,issuer
basicConstraints=CA:FALSE
keyUsage = digitalSignature, nonRepudiation, keyEncipherment, dataEncipherment
subjectAltName = @alt_names
[alt_names]
DNS.1 = localhost
Das war es nun fast bis auf das importieren des Root-SSL-Zertifikats (CA-Zertifikat) in die Browser.Code:openssl x509 -req -in localdomain.csr -CA cacert.pem -CAkey rootca.insecure.key -CAcreateserial -out localdomain.crt -days 500 -sha256 -extfile localdomain.v3.ext
Beim Chrome folgendes in die URL-Leiste von Chrome eingeben die Eingabetaste drücken.
chrome://settings/certificates
Dann in der Suche Zertifikate verwalten eingeben. Dann bei Ergenissen unten Zertifikate doppelklicken.
Im Reiter vertrauenswüdige Zertifizierungsstellen auswählen und das CA (cacert.pem) in diese importieren.
Aktiviert wird das Kontrollkästchen Diesem Zertifikat zur Identifizierung von Websites vertrauen und auf OK klicken.
Beim Firefox ist es fast gleich.
In die Url-Leiste folgendes eibngeben:
Dannach ganz nach unten scrollen und auf Zertifikate anzeigen klicken.Code:about:preferences#privacy
Im Fenster auf Zertifizierungsstellen klicken. Dann auf Importieren und die cacert.pem Datei importieren.
Die cacert.pem im Fenster suchen und Vertrauen bearbeiten und Häkchen setzen bei "Dieses Zertifikat kann Websites identifizieren"
Dannach die Seiten im jeweiligen Browser neu öffen und die sollten nun als sicherer Seite laufen.
wer MySQL8 testen möchte...
Install:
* https://forum.laragon.org/topic/164/...-mysql-version
* DL: https://downloads.mysql.com/archives/community/
Wenns nicht läuft (wie bei mir):
https://forum.laragon.org/topic/1766...cannot-start/3Zitat:
Delete largon/data/mysql-8
cd to laragon/bin/mysql8.0.0.x/bin folder via cmder (important for step 3)
run 'mysqld --initialize --console' (remember the password)
run 'start mysqld'
run 'mysql -u root -p'
put in the password from 3.
You are now in mysql shell and can remove the password again: " ALTER USER 'root'@'localhost' IDENTIFIED BY ''; "
run 'exit' and ctrl + c the spawned tab from step 4.
bei einigen neueren PHP-Versionen kommt es bei phpMyAdmin zu unschönen Warnings - dazu phpMyAdmin aktualisieren
* Dienste runter fahren
* \etc\apps\phpMyAdmin umbenennen oder löschen
* DL: https://www.phpmyadmin.net/downloads/ z.B. neue 5er Version in \etc\apps\
* entpacken und Ordner umbenennen in phpMyAdmin
* Dienste wieder starten
Wäre eine Zusammenfassung nicht was für die Contao Dokumentation im Bereich: https://docs.contao.org/manual/de/an...-installation/ ?
uff - wäre sicher schön, ist aber auch ne Menge Holz zum Tragen...
Fragen zur Doku gern über Slack #docs
Wie kann ich eine vorhandene Datenbank zu Laragon Importieren?
Konsole oder HeidiSQL-Tool oder phpMyAdmin...
Hallo,
wie müsste denn die sites.conf für die Erstellung einer 4.10.0-RC aussehen?
EDIT:Code:Contao 4.10.RC Website …=composer create-project contao/managed-edition %s 4.10.*@RC && curl https://download.contao.org/contao-manager/?????/contao-manager.phar -o %s/web/contao-manager.phar.php
done ... es gibt im Handbuch die Antwort: Testversionen installieren
Ich war gerade auf der Suche nach einer Lösung für Multidomain-Betrieb mit Laragon. Falls jemand auch die Fragestellung hat, hier meine Lösung (Laragon 4.0.16):
1. Unter »Menü« > »Apache« > »sites-enabled« > DOMAIN.test (also die vorhandene Contao-Installation auswählen, zu der eine zweite Domain hinzugefügt werden soll). Dort unter "ServerAlias" die zweite Domain eintragen
2. Unter »Menü« > »Tools« > »Bearbeiten drivers\etc\hosts« die zweite Domain eintragenHTML-Code:<VirtualHost *:80>
DocumentRoot "${ROOT}"
ServerName ${SITE}
ServerAlias *.${SITE}, ZWEITEDOMAIN.test
<Directory "${ROOT}">
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
3. Apache neu starten (»Menü« > »Apache« > »neu laden«)HTML-Code:127.0.0.1 ZWEITEDOMAIN.test #laragon magic!
4. in der Contao-Installation im Startpunkt der Webseiten die Domainnamen eintragen
Hallo,
Ich hatte Laragon PHP7.4 verpasst - Frontend und Backend laufen sauber
Der Contao Manager hakt aber nun bei der Serverkonfiguration: keine automatische Erkennung und Laragen(Windows) oder MAMP(Windows) wird nicht mehr angenommen.
In der php7.2 wird als binary 'C:\laragon\bin\php\php-7.2.19-Win32-VC15-x64\php.EXE' erkannt und funktioniert auch.
Eine manuelle Einstellung auf php7.4 mit 'C:\laragon\bin\php\php-7.4.11-Win32-vc15-x64\php.exe', da ja nicht automatisch erkannt wird, wird nicht angenommen.
Contao Manager 1.3.3
Wo kann ich ansetzen bzw. welche Schraube muss ich drehen?
Vielen Dank
bedeutet konkret was?
das gemacht? https://forum.laragon.org/topic/166/...hp-7-4-updated
ja, gemäss dem TUT php7.4 eingefügt
manuelle Einstellung bedeutet: in der Konfiguration des Contao Managers den Pfad manuell eingetragen
TUT
gemacht? sollte der CM dann nach Restart von Laragon von allein finden...Zitat:
3. Select the new version at: Laragon Menu > PHP > Version > php-7.4.0-Win32-vc15-x64
ja, habe ich ... wie erwähnt, die Installation läuft ja auch mit 7.4
Nur der Contao Manager findet die Konfiguration nicht und auch manuelle Eingabe klappt nicht.
Zurückgestellt auf php7.2 läuft wird die Konfiguration wieder gefunden
Ich habe das php7.4-Paket nochmals neu entpackt und eingefügt und nun klappt das auch.
Also alles (wieder) im grünen Bereich :D
Danke zonky
Moin zusammen,
ich verzweifle grad etwas: gestern ein neues Contao 4.9 - Projekt mit Laragon gestartet, heute daran weitergearbeitet, und von jetzt auf gleich kann ich die Seite nicht mehr aufrufen. Weder Frontend noch Backend und beim Contao-Manager komme ich zumindest so weit, dass "Der Contao-Manager wird geladen" blinkt, aber damit ist auch Schluss.
Die Netzwerkanalyse für FE und BE sieht so aus:
Beim Contao-Manager bekomme ich bei 50 Anfragen 48x den Status 200, nur bei einer Session den Status 401:
Das ist nur bei diesem einen Projekt so, alle anderen funktionieren normal (wenn auch quälend langsam).
Kann jemand damit was anfangen? Ich hab leider überhaupt keinen Plan, wo ich ansetzen soll/kann (außer von vorne beginnen). :(
Edit: Ich habe nun eine Vermutung - ein falsch konfiguriertes MegaMenü - die Seite hat sich wohl komplett aufgehängt. Dass aber auch der Contao-Manager nicht mehr aufrufbar war, um die Erweiterung zu deinstallieren, irritiert mich etwas :eek: ist das erklärbar?
Beim Aufruf der Dateiverwaltung erhalte ich einen Internal Server Error mit der Meldung "A temporary file could not be created".
Im Stack-Trace steht folgendes:
Die vollständige Fehlermeldung steht auf Slack https://contao.slack.com/archives/CK...06720374306400Code:Symfony\Component\Filesystem\Exception\IOException:
A temporary file could not be created.
at C:\laragon\www\is-pachleitner\vendor\symfony\filesystem\Filesystem.php:635
at Symfony\Component\Filesystem\Filesystem->tempnam('C:\\laragon\\www\\is-pachleitner/assets/images/deferred/a', ' Pachleitner Hinterstoder-80d6810f.png.json')
(C:\laragon\www\is-pachleitner\vendor\symfony\filesystem\Filesystem.php:687) ...
Contao kann also keine Datei im Ordner /assets/images/deferred/a erstellen. Der Ordner existiert und ich kann manuell eine Datei reinkopieren, aber nicht aufrufen.
Es ist nur eine lokale Installation betroffen. Kann mir jemand weiterhelfen?
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++
Edit - falls jemand die Fehlermeldung gegoogelt hat und hier gelandet ist: Der Fehler ist behoben. Ein Dateiname hatte ein Leerzeichen am Anfang ... daraus konnte keine temporäre Datei erstellt werden ... :p
mit Laragon hats jetzt funktioniert. Allerdings habe ich jetzt doch ca. 3 Stunden gebraucht, obwohl ich exakt nach der Anleitung vorging (siehe Link im Zitat). Per Zufall fand ich heraus, dass man auch den Nginx-Server mitstarten muss (sicherheitshalber habe ich "auf Verdacht" den SSL-Port "mitgenommen" - zu anfangs auch bei Apache), da sonst die "contao-manager.phar.php" Datei nicht gefunden wird, obwohl sie im richtigen Verzeichnis vorhanden ist. Ich bitte, für andere Contao-User dies in die Anleitung nachträglich einzufügen. -->
Aber egal, du bist trotzdem mein Held, xchs!!! Danke!!! :D :)
Nein, nginx muss sicherlich nicht mitgestartet werden. Kann bei Dir der Apache auf Port 80 zugreifen?
ja, Apache kann auf 80 zugreifen. Wie auch immer, es funktioniert jetzt - auch ohne Nginx (soeben ausprobiert). :) nochmals danke. :)
Hallo Community, in Laragon Contao 4.11.0 Apache auf 2.4.46 und Php 7.4.15 angehoben, die Webseiten Funtionieren wunderbar nur der Contao Manager macht Probleme.
Anhang 24396
Bitte um Hilfe.
wolli
Unter “Menu” > “Laragon” > “laragon.ini” Das temp Verzeichnis richtig gesetzt?
Ist auch hier in der Anleitung beschrieben: https://community.contao.org/de/show...-konfigurieren
Hallo xchs und magicsepp Danke für die Info: Wer Lesen kann ist klar im Vorteil.
Neues Problem: Neue Seite angelegt aber Laragon findet nicht http://ws4110.local/contao/install 404 Not Found.
Aber die seite ist vorhanden.
Ich habe momentan keine Ahnung was ich falsch mache.
Wolli
in den preferences das Document root auf \web gestellt?
Hallo magicsepp, danke für die Info aber wo preferences das Document root auf \web stellen.???
wolli
Hallo,
Ich bekomme beim Update auf 4.11.0 Fehlermeldung.
Code:$ D:\laragon\bin\php\php-7.2.19-Win32-VC15-x64\php.EXE -q -dmax_execution_time=0 -dmemory_limit=-1 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=UTC D:/laragon/www/freestylefx/web/contao-manager.phar.php composer require contao/manager-bundle=4.11.0 contao/news-bundle=4.11.0 contao/calendar-bundle=4.11.0 contao/faq-bundle=4.11.0 contao/comments-bundle=4.11.0 contao/newsletter-bundle=4.11.0 contao/listing-bundle=4.11.0 --no-update --no-scripts --prefer-stable --sort-packages --no-ansi --no-interaction
D:\laragon\www\freestylefx\composer.json has been updated
# Process terminated with exit code 0
# Result: OK
> Resolving dependencies using Composer Cloud v3.0.1
!!! Current server is sponsored by: Contao Association !!!
[6.7MiB/0.24s] Loading composer repositories with package information
[56.4MiB/2.20s] Updating dependencies
[1137.0MiB/14.85s] Your requirements could not be resolved to an installable set of packages.
[1137.0MiB/14.85s]
Problem 1
- Root composer.json requires contao/calendar-bundle 4.11.0 -> satisfiable by contao/calendar-bundle[4.11.0].
- contao/calendar-bundle 4.11.0 requires php ^7.3 || ^8.0 -> your php version (7.2.19.0) does not satisfy that requirement.
Problem 2
- Root composer.json requires contao/comments-bundle 4.11.0 -> satisfiable by contao/comments-bundle[4.11.0].
- contao/comments-bundle 4.11.0 requires php ^7.3 || ^8.0 -> your php version (7.2.19.0) does not satisfy that requirement.
Problem 3
- Root composer.json requires contao/faq-bundle 4.11.0 -> satisfiable by contao/faq-bundle[4.11.0].
- contao/faq-bundle 4.11.0 requires php ^7.3 || ^8.0 -> your php version (7.2.19.0) does not satisfy that requirement.
Problem 4
- Root composer.json requires contao/listing-bundle 4.11.0 -> satisfiable by contao/listing-bundle[4.11.0].
- contao/listing-bundle 4.11.0 requires php ^7.3 || ^8.0 -> your php version (7.2.19.0) does not satisfy that requirement.
Problem 5
- Root composer.json requires contao/manager-bundle 4.11.0 -> satisfiable by contao/manager-bundle[4.11.0].
- contao/manager-bundle 4.11.0 requires php ^7.3 || ^8.0 -> your php version (7.2.19.0) does not satisfy that requirement.
Problem 6
- Root composer.json requires contao/news-bundle 4.11.0 -> satisfiable by contao/news-bundle[4.11.0].
- contao/news-bundle 4.11.0 requires php ^7.3 || ^8.0 -> your php version (7.2.19.0) does not satisfy that requirement.
Problem 7
- Root composer.json requires contao/newsletter-bundle 4.11.0 -> satisfiable by contao/newsletter-bundle[4.11.0].
- contao/newsletter-bundle 4.11.0 requires php ^7.3 || ^8.0 -> your php version (7.2.19.0) does not satisfy that requirement.
[1137.1MiB/14.86s] 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.
[44.1MiB/16.09s] Memory usage: 44.12MB (peak: 1137.9MB), time: 16.15s.
[44.1MiB/16.09s] Finished Composer Cloud resolving.
# Cloud Job ID HmGGE0P9GOPGec1aRMlD9cW3wcHAqfHkPNgPi7Bx2HDOhHA7QXYBpv5HFP1VoQNPFBFKqW9Vq95VXAnM failed
Ich vermute mal, du brauchst eine neue PHP-Version für Laragon. Also am besten gleich php 7.4.
Siehe hier: https://community.contao.org/de/show...-php-versionen :)
Edit: der Link funktioniert nicht. Im Eingangspost runterscrollen zu "Addendum" und bei "Anhang mit weiterführenden Informationen/Tasks" auf "anzeigen" klicken.
@Norbert001
... und auch das "composer update" nicht vergessen, wie in den News beschrieben https://contao.org/de/news/contao-manager-1-4.html?
Hallo bibib, update PHP auf 7.4.15 und Apache auf 2.4.46.
Hallo mlweb, update composer auf 2.0.6 und Contao auf 4.11.1
Trotzdem findet Laragon die Seite nicht, immer 404 Not Found.
Danke
wolli
Das ist nun aber ein anderer Fehler oder?
Hallo magicsepp, das stammverzeichniss steht auf C:\Laragon\www.
wolli
Hallo xchs,Composer ist einwandfrei durchgelaufen.
Hm, ist die Contao-Installation via Composer vorher vollständig und korrekt durchgelaufen?
Kannst Du
Code:
curl https://download.contao.org/contao-m...o-manager.phar -o contao-manager.phar.php
direkt auf der Konsole ausführen?
Und curl auf der Konsole war auch in Ordnung.
danke
wolli
und wie ist das verzeichnis zum web ordner?
Hallo mlweb, endschuldige habe ich nicht gesehen du hast @Norbert001 angeschrieben.
wolli
Hallo magicsepp, ich rufe in Laragon immer meine Webseiten so auf test.local/contao/install oder http://test.local/contao/install.
Das Problem besteht nur bei einer neuen Installation, ich habe es jetzt 4X Probiert immer 404 Not Found.
Danke
wolli
Hallo Norbert
bei mir ist da folgendes eingetragen ggf. Laufwerk und Pfad zu Laragon anpassen
PHP-Code:
D:\laragon4\bin\php\php-7.4.14-Win32-vc15-x64\php.exe
Hallo Community, es ist nicht möglich das Installtool aufzurufen wird einfach nicht gefunden (404).
Ich weiss einfach nicht weiter was kann ich noch machen.
wolli
Gibt es im Verzeichnis C:\Laragon\www\test\web\ eine .htaccess?
Kannst Du das Contao Installtool über http://test.local/index.php/contao/install aufrufen?
Hallo xchs, erstmal Danke für die Hilfe.
C:\laragon\www\web ist keine .htaccess
http://test.local/index.php/contao/install nein(404)
wolli
Wenn Deine lokale Domain test.local lautet, sollte das Installationsverzeichnis eigentlich C:\laragon\www\test\web\ sein und nicht wie von Dir angegeben C:\laragon\www\web, oder?
Und falls es bei Dir keine .htaccess im web/ Unterordner gibt, wurde die Installation nicht korrekt abgeschlossen.
Hallo xchs, es stimmt weder eine 4.11 noch eine 4.10 contao Version läst sich Installieren die Installationen werden nicht korrekt abgeschlossen.
Wo liegt der Fehler.???????????
Auch in Delete project läst sich die Seiten nicht Löschen, Laragon zeigt mir das wäre Erledigt aber das ist nicht so.
wolli
Wie schaut denn die Konsolenausgabe aus?
Hallo,
ich habe mit Laragon und Contao bisher keine Probleme gehabt und gleich ungläubig getestet. Siehe da es stimmt wirklich.
Es wurden nur der assets und vendor Ordner angelegt.
Sieht komisch aus! der /web Ordner in der .conf wird auch nicht angelegt.HTML-Code:- Installing contao/conflicts (dev-fix/lobucci-jwt 871a7ce)
symfony/http-kernel suggests installing symfony/browser-kit
paragonie/random_compat suggests installing ext-libsodium (Provides a modern crypto API that can be used to generate random bytes.)
patchwork/utf8 suggests installing ext-wfio (Use WFIO for UTF-8 filesystem access on Windows)
php-http/discovery suggests installing puli/composer-plugin (Sets up Puli which is recommended for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details.)
php-http/message suggests installing guzzlehttp/psr7 (Used with Guzzle PSR-7 Factories)
php-http/message suggests installing laminas/laminas-diactoros (Used with Diactoros Factories)
php-http/message suggests installing slim/slim (Used with Slim Framework PSR-7 implementation)
php-http/client-common suggests installing php-http/logger-plugin (PSR-3 Logger plugin)
php-http/client-common suggests installing php-http/cache-plugin (PSR-6 Cache plugin)
php-http/client-common suggests installing php-http/stopwatch-plugin (Symfony Stopwatch plugin)
symfony/dom-crawler suggests installing symfony/css-selector
symfony/twig-bridge suggests installing symfony/form (For using the FormExtension)
symfony/twig-bridge suggests installing symfony/web-link (For using the WebLinkExtension)
symfony/property-info suggests installing phpdocumentor/reflection-docblock (To use the PHPDoc)
symfony/property-info suggests installing symfony/serializer (To use Serializer metadata)
symfony/security-core suggests installing symfony/validator (For using the user password constraint)
symfony/security-core suggests installing symfony/ldap (For using LDAP integration)
monolog/monolog suggests installing graylog2/gelf-php (Allow sending log messages to a GrayLog2 server)
monolog/monolog suggests installing doctrine/couchdb (Allow sending log messages to a CouchDB server)
monolog/monolog suggests installing ruflin/elastica (Allow sending log messages to an Elastic Search server)
monolog/monolog suggests installing elasticsearch/elasticsearch (Allow sending log messages to an Elasticsearch server via official client)
monolog/monolog suggests installing php-amqplib/php-amqplib (Allow sending log messages to an AMQP server using php-amqplib)
monolog/monolog suggests installing ext-amqp (Allow sending log messages to an AMQP server (1.0+ required))
monolog/monolog suggests installing ext-mongodb (Allow sending log messages to a MongoDB server (via driver))
monolog/monolog suggests installing mongodb/mongodb (Allow sending log messages to a MongoDB server (via library))
monolog/monolog suggests installing aws/aws-sdk-php (Allow sending log messages to AWS services like DynamoDB)
monolog/monolog suggests installing rollbar/rollbar (Allow sending log messages to Rollbar)
monolog/monolog suggests installing php-console/php-console (Allow sending log messages to Google Chrome)
symfony/framework-bundle suggests installing ext-apcu (For best performance of the system caches)
symfony/framework-bundle suggests installing symfony/form (For using forms)
symfony/framework-bundle suggests installing symfony/serializer (For using the serializer service)
symfony/framework-bundle suggests installing symfony/validator (For using validation)
symfony/framework-bundle suggests installing symfony/web-link (For using web links, features such as preloading, prefetching or prerendering)
symfony-cmf/routing-bundle suggests installing doctrine/phpcr-odm (To enable support for the PHPCR ODM documents (^1.4))
symfony-cmf/routing-bundle suggests installing doctrine/phpcr-bundle (To enable support for the PHPCR ODM documents)
simplepie/simplepie suggests installing mf2/mf2 (Microformat module that allows for parsing HTML for microformats)
scheb/2fa-bundle suggests installing scheb/2fa-email (Send codes by email)
scheb/2fa-bundle suggests installing scheb/2fa-totp (Temporary one-time password (TOTP) support (Google Authenticator compatible))
scheb/2fa-bundle suggests installing scheb/2fa-google-authenticator (Google Authenticator support)
scheb/2fa-bundle suggests installing scheb/2fa-qr-code (Generate QR codes for Google Authenticator / TOTP)
ramsey/uuid suggests installing ext-libsodium (Provides the PECL libsodium extension for use with the SodiumRandomGenerator)
ramsey/uuid suggests installing ext-uuid (Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator)
ramsey/uuid suggests installing moontoast/math (Provides support for converting UUID to 128-bit integer (in string form).)
ramsey/uuid suggests installing ramsey/uuid-console (A console application for generating UUIDs with ramsey/uuid)
ramsey/uuid suggests installing ramsey/uuid-doctrine (Allows the use of Ramsey\Uuid\Uuid as Doctrine field type.)
ramsey/uuid suggests installing paragonie/random-lib (Provides RandomLib for use with the RandomLibAdapter)
doctrine/cache suggests installing alcaeus/mongo-php-adapter (Required to use legacy MongoDB driver)
league/uri-schemes suggests installing league/uri-manipulations (Needed to easily manipulate URI objects)
imagine/imagine suggests installing ext-imagick (to use the Imagick implementation)
imagine/imagine suggests installing ext-gmagick (to use the Gmagick implementation)
friendsofsymfony/http-cache-bundle suggests installing sensio/framework-extra-bundle (For Tagged Cache Invalidation)
symfony/doctrine-bridge suggests installing symfony/form
symfony/doctrine-bridge suggests installing symfony/validator
symfony/doctrine-bridge suggests installing doctrine/data-fixtures
contao/image suggests installing ext-exif (To support EXIF auto-rotation)
bacon/bacon-qr-code suggests installing ext-imagick (to generate QR code images)
contao/core-bundle suggests installing contao/tcpdf-bundle (To export articles as PDF files)
laminas/laminas-eventmanager suggests installing container-interop/container-interop (^1.1, to use the lazy listeners feature)
laminas/laminas-eventmanager suggests installing laminas/laminas-stdlib (^2.7.3 || ^3.0, to use the FilterChain feature)
laminas/laminas-code suggests installing laminas/laminas-stdlib (Laminas\Stdlib component)
ocramius/proxy-manager suggests installing ocramius/generated-hydrator (To have very fast object to array to object conversion for ghost objects)
ocramius/proxy-manager suggests installing laminas/laminas-xmlrpc (To have the XmlRpc adapter (Remote Object feature))
ocramius/proxy-manager suggests installing laminas/laminas-json (To have the JsonRpc adapter (Remote Object feature))
ocramius/proxy-manager suggests installing laminas/laminas-soap (To have the Soap adapter (Remote Object feature))
contao/manager-bundle suggests installing contao/tcpdf-bundle (To export articles as PDF files)
Package patchwork/utf8 is abandoned, you should avoid using it. Use symfony/polyfill-mbstring or symfony/string instead.
Writing lock file
Generating autoload files
composer/package-versions-deprecated: Generating version class...
composer/package-versions-deprecated: ...done generating version class
86 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
contao/manager-plugin: Generating plugin class...
contao/manager-plugin: ...done generating plugin class
> @php vendor/bin/contao-setup
dir=$(cd "${0%[/\\]*}" > /dev/null; cd "../contao/manager-bundle/bin" && pwd)
if [ -d /proc/cygdrive ]; then
case $(which php) in
$(readlink -n /proc/cygdrive)/*)
# We are in Cygwin using Windows php, so the path must be translated
dir=$(cygpath -m "$dir");
;;
esac
fi
"${dir}/contao-setup" "$@"
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Warning: Failed to create the file contao11/web/contao-manager.phar.php: No
Warning: such file or directory
0 13.0M 0 363 0 0 363 0 10:26:19 --:--:-- 10:26:19 1222
curl: (23) Failed writing body (0 != 363)
***** NOTE: Now, you can use pretty url for your awesome project :) *****
--------------------------------------------------
(Laragon) Project path: T:/laragon/www/contao11
(Laragon) Pretty url: http://contao11.local
--------------------------------------------------
Scheint vermutlich damit zusammenzuhängen: https://github.com/contao/contao/pull/2796
Kann ich nicht nachvollziehen hab noch dem ersten Aufruf des Contao Manager 7 weitere Verzeichnise \web hab ich selber angeleft für den Manager
enthalten sind:
PHP-Code:
D:\laragon4\www\cto411
? composer show
ausi/slug-generator v1.1.1 Slug Generator
bacon/bacon-qr-code 2.0.3 BaconQrCode is a QR code generator for PHP.
beberlei/assert v3.3.0 Thin assertion library for input validation in business models.
clue/stream-filter v1.5.0 A simple and modern approach to stream filtering in PHP
composer/ca-bundle 1.2.9 Lets you find a path to the system CA bundle, and includes a fallback to the Mozill...
composer/package-versions-deprecated 1.11.99.1 Composer plugin that provides efficient querying for installed package versions (no...
contao-components/ace 1.4.12 ACE code editor integration for Contao Open Source CMS
contao-components/chosen 1.2.4 Chosen integration for Contao Open Source CMS
contao-components/colorbox 1.6.6 Colorbox integration for Contao Open Source CMS
contao-components/colorpicker 1.5.1 Color picker integration for Contao Open Source CMS
contao-components/contao 9.1.1 Contao Open Source CMS components
contao-components/datepicker 2.3.1 Date picker integration for Contao Open Source CMS
contao-components/dropzone 5.7.2 DropZone integration for Contao Open Source CMS
contao-components/installer 1.4.1 Contao components installer
contao-components/jquery 3.5.1 jQuery integration for Contao Open Source CMS
contao-components/jquery-ui 1.12.1.1 jQuery UI integration for Contao Open Source CMS
contao-components/mediabox 1.5.5 Mediabox integration for Contao Open Source CMS
contao-components/mootools 1.6.0.6 MooTools integration for Contao Open Source CMS
contao-components/simplemodal 2.1.1 SimpleModal integration for Contao Open Source CMS
contao-components/swipe 2.2.0 A JavaScript touch slider with dot menu
contao-components/tablesort 4.0.1 Contao Open Source CMS tablesort
contao-components/tablesorter 2.31.3 jQuery tablesorter integration for Contao Open Source CMS
contao-components/tinymce4 5.6.2 TinyMCE 4 integration for Contao Open Source CMS
contao/calendar-bundle 4.11.1 Adds calendar functionality to Contao
contao/comments-bundle 4.11.1 Adds comments functionality to Contao
contao/conflicts dev-main 5844be3 Contao 4 conflicting packages
contao/core-bundle 4.11.1 Contao Open Source CMS
contao/faq-bundle 4.11.1 Adds FAQ functionality to Contao
contao/image 1.0.3 Contao image library
contao/imagine-svg 1.0.2 Contao Imagine SVG library
contao/installation-bundle 4.11.1 Required to install and update Contao
contao/listing-bundle 4.11.1 Allows to list arbitrary data in the Contao front end
contao/maintenance-bundle-deprecated v2.1.8 This bundle allows you to place your website in maintenance mode by calling two com...
contao/manager-bundle 4.11.1 Provides the Contao Managed Edition
contao/manager-plugin 2.11.0 Contao 4 manager plugin
contao/news-bundle 4.11.1 Adds news functionality to Contao
contao/newsletter-bundle 4.11.1 Adds newsletter functionality to Contao
contao/polyfill-symfony 1.0.0 Adds some Symfony resources for bundles that want to be compatible with both Symfon...
dasprid/enum 1.0.3 PHP 7.1 enum implementation
doctrine/annotations 1.12.1 Docblock Annotations Parser
doctrine/cache 1.10.2 PHP Doctrine Cache library is a popular cache implementation that supports many dif...
doctrine/collections 1.6.7 PHP Doctrine Collections library that adds additional functionality on top of PHP a...
doctrine/common 3.1.1 PHP Doctrine Common project is a library that provides additional functionality tha...
doctrine/dbal 2.12.1 Powerful PHP database abstraction layer (DBAL) with many features for database sche...
doctrine/doctrine-bundle 2.2.3 Symfony DoctrineBundle
doctrine/event-manager 1.1.1 The Doctrine Event Manager is a simple PHP event system that was built to be used w...
doctrine/inflector 2.0.3 PHP Doctrine Inflector is a small library that can perform string manipulations wit...
doctrine/instantiator 1.4.0 A small, lightweight utility to instantiate objects in PHP without invoking their c...
doctrine/lexer 1.2.1 PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent P...
doctrine/orm 2.8.2 Object-Relational-Mapper for PHP
doctrine/persistence 2.1.0 The Doctrine Persistence project is a set of shared interfaces and functionality th...
doctrine/sql-formatter 1.1.1 a PHP SQL highlighting library
dragonmantank/cron-expression v2.3.1 CRON for PHP: Calculate the next or previous run date and determine if a CRON expre...
egulias/email-validator 2.1.25 A library for validating emails against several RFCs
friendsofsymfony/http-cache 2.10.0 Tools to manage HTTP caching proxies with PHP
friendsofsymfony/http-cache-bundle 2.10.2 Set path based HTTP cache headers and send invalidation requests to your HTTP cache
imagine/imagine 1.2.4 Image processing for PHP 5.3
knplabs/knp-menu v3.1.3 An object oriented menu library
knplabs/knp-menu-bundle v3.1.0 This bundle provides an integration of the KnpMenu library
knplabs/knp-time-bundle v1.16.0 Making your dates look sensible and descriptive
laminas/laminas-code 4.0.0 Extensions to the PHP Reflection API, static code scanning, and code generation
laminas/laminas-eventmanager 3.3.1 Trigger and listen to events within a PHP application
laminas/laminas-zendframework-bridge 1.2.0 Alias legacy ZF class names to Laminas Project equivalents.
lcobucci/clock 2.0.0 Yet another clock abstraction
lcobucci/jwt 4.0.1 A simple library to work with JSON Web Token and JSON Web Signature
league/uri-components 1.8.2 URI components manipulation library
league/uri-hostname-parser 1.1.2 ICANN base hostname parsing implemented in PHP.
league/uri-interfaces 1.1.1 Common interface for URI representation
league/uri-parser 1.4.1 userland URI parser RFC 3986 compliant
league/uri-schemes 1.2.1 URI manipulation library
matthiasmullie/minify 1.3.66 CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines fi...
matthiasmullie/path-converter 1.1.3 Relative path converter
michelf/php-markdown 1.9.0 PHP Markdown
monolog/monolog 2.2.0 Sends your logs to files, sockets, inboxes, databases and various web services
nelmio/cors-bundle 2.1.0 Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony application
nelmio/security-bundle v2.10.2 Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HS...
nikic/php-parser v4.10.4 A PHP parser written in PHP
nyholm/psr7 1.4.0 A fast PHP7 implementation of PSR-7
ocramius/proxy-manager 2.11.1 A library providing utilities to generate, instantiate and generally operate with O...
paragonie/constant_time_encoding v2.4.0 Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)
paragonie/random_compat v9.99.99 PHP 5.x polyfill for random_bytes() and random_int() from PHP 7
patchwork/utf8 v1.3.3 Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP
php-http/client-common 2.3.0 Common HTTP Client implementations and tools for HTTPlug
php-http/discovery 1.13.0 Finds installed HTTPlug implementations and PSR-7 message factories
php-http/httplug 2.2.0 HTTPlug, the HTTP client abstraction for PHP
php-http/message 1.11.0 HTTP Message related tools
php-http/message-factory v1.0.2 Factory interfaces for PSR-7 HTTP Message
php-http/promise 1.1.0 Promise used for asynchronous HTTP requests
phpspec/php-diff v1.1.3 A comprehensive library for generating differences between two hashable objects (st...
psr/cache 1.0.1 Common interface for caching libraries
psr/container 1.1.1 Common Container Interface (PHP FIG PSR-11)
psr/event-dispatcher 1.0.0 Standard interfaces for event handling.
psr/http-client 1.0.1 Common interface for HTTP clients
psr/http-factory 1.0.1 Common interfaces for PSR-7 HTTP message factories
psr/http-message 1.0.1 Common interface for HTTP messages
psr/log 1.1.3 Common interface for logging libraries
psr/simple-cache 1.0.1 Common interfaces for simple caching
ramsey/uuid 3.9.3 Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, ...
scheb/2fa-backup-code v5.7.0 Extends scheb/2fa-bundle with backup codes support
scheb/2fa-bundle v5.7.0 A generic interface to implement two-factor authentication in Symfony applications
scheb/2fa-trusted-device v5.7.0 Extends scheb/2fa-bundle with trusted devices support
scrivo/highlight.php v9.18.1.6 Server side syntax highlighter that supports 185 languages. It's a PHP port of high...
scssphp/scssphp v1.4.1 scssphp is a compiler for SCSS written in PHP.
simplepie/simplepie 1.5.6 A simple Atom/RSS parsing library for PHP
spomky-labs/otphp v10.0.1 A PHP library for generating one time passwords according to RFC 4226 (HOTP Algorit...
symfony-cmf/routing 2.3.3 Extends the Symfony routing component for dynamic routes and chaining several routers
symfony-cmf/routing-bundle 2.4.2 Symfony RoutingBundle
symfony/asset v5.2.4 Manages URL generation and versioning of web assets such as CSS stylesheets, JavaSc...
symfony/cache v5.2.4 Provides an extended PSR-6, PSR-16 (and tags) implementation
symfony/cache-contracts v2.2.0 Generic abstractions related to caching
symfony/config v5.2.4 Helps you find, load, combine, autofill and validate configuration values of any kind
symfony/console v5.2.4 Eases the creation of beautiful and testable command line interfaces
symfony/debug v4.4.20 Provides tools to ease debugging PHP code
symfony/debug-bundle v5.2.4 Provides a tight integration of the Symfony Debug component into the Symfony full-s...
symfony/dependency-injection v5.2.4 Allows you to standardize and centralize the way objects are constructed in your ap...
symfony/deprecation-contracts v2.2.0 A generic function and convention to trigger deprecation notices
symfony/doctrine-bridge v5.2.4 Provides integration for Doctrine with various Symfony components
symfony/dom-crawler v5.2.4 Eases DOM navigation for HTML and XML documents
symfony/dotenv v5.2.4 Registers environment variables from a .env file
symfony/error-handler v5.2.4 Provides tools to manage errors and ease debugging PHP code
symfony/event-dispatcher v5.2.4 Provides tools that allow your application components to communicate with each othe...
symfony/event-dispatcher-contracts v2.2.0 Generic abstractions related to dispatching event
symfony/expression-language v5.2.4 Provides an engine that can compile and evaluate expressions
symfony/filesystem v5.2.4 Provides basic utilities for the filesystem
symfony/finder v5.2.4 Finds files and directories via an intuitive fluent interface
symfony/framework-bundle v5.2.4 Provides a tight integration between Symfony components and the Symfony full-stack ...
symfony/http-client v5.2.4 Provides powerful methods to fetch HTTP resources synchronously or asynchronously
symfony/http-client-contracts v2.3.1 Generic abstractions related to HTTP clients
symfony/http-foundation v5.2.4 Defines an object-oriented layer for the HTTP specification
symfony/http-kernel v5.2.4 Provides a structured process for converting a Request into a Response
symfony/lock v5.2.4 Creates and manages locks, a mechanism to provide exclusive access to a shared reso...
symfony/mailer v5.2.4 Helps sending emails
symfony/mime v5.2.4 Allows manipulating MIME messages
symfony/monolog-bridge v5.2.4 Provides integration for Monolog with various Symfony components
symfony/monolog-bundle v3.6.0 Symfony MonologBundle
symfony/options-resolver v5.2.4 Provides an improved replacement for the array_replace PHP function
symfony/polyfill-ctype v1.22.1 Symfony polyfill for ctype functions
symfony/polyfill-intl-grapheme v1.22.1 Symfony polyfill for intl's grapheme_* functions
symfony/polyfill-intl-idn v1.22.1 Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions
symfony/polyfill-intl-normalizer v1.22.1 Symfony polyfill for intl's Normalizer class and related functions
symfony/polyfill-mbstring v1.22.1 Symfony polyfill for the Mbstring extension
symfony/polyfill-php72 v1.22.1 Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions
symfony/polyfill-php73 v1.22.1 Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions
symfony/polyfill-php80 v1.22.1 Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions
symfony/process v5.2.4 Executes commands in sub-processes
symfony/property-access v5.2.4 Provides functions to read and write from/to an object or array using a simple stri...
symfony/property-info v5.2.4 Extracts information about PHP class' properties using metadata of popular sources
symfony/proxy-manager-bridge v5.2.1 Symfony ProxyManager Bridge
symfony/routing v5.2.4 Maps an HTTP request to a set of configuration variables
symfony/security-bundle v5.2.4 Provides a tight integration of the Security component into the Symfony full-stack ...
symfony/security-core v5.2.4 Symfony Security Component - Core Library
symfony/security-csrf v5.2.4 Symfony Security Component - CSRF Library
symfony/security-guard v5.2.4 Symfony Security Component - Guard
symfony/security-http v5.2.4 Symfony Security Component - HTTP Integration
symfony/service-contracts v2.2.0 Generic abstractions related to writing services
symfony/stopwatch v5.2.4 Provides a way to profile code
symfony/string v5.2.4 Provides an object-oriented API to strings and deals with bytes, UTF-8 code points ...
symfony/translation v5.2.4 Provides tools to internationalize your application
symfony/translation-contracts v2.3.0 Generic abstractions related to translation
symfony/twig-bridge v5.2.4 Provides integration for Twig with various Symfony components
symfony/twig-bundle v5.2.4 Provides a tight integration of Twig into the Symfony full-stack framework
symfony/var-dumper v5.2.4 Provides mechanisms for walking through any arbitrary PHP variable
symfony/var-exporter v5.2.4 Allows exporting any serializable PHP data structure to plain PHP code
symfony/web-profiler-bundle v5.2.4 Provides a development tool that gives detailed information about the execution of ...
symfony/yaml v5.2.4 Loads and dumps YAML files
terminal42/escargot 1.0.2 A web crawler or spider library based on Symfony components
terminal42/service-annotation-bundle 1.1.3 Add service tags from class annotations
thecodingmachine/safe v1.3.3 PHP core functions that throw exceptions instead of returning FALSE on error
toflar/psr6-symfony-http-cache-store 3.0.1 An alternative store implementation for Symfony's HttpCache reverse proxy that supp...
true/punycode v2.1.1 A Bootstring encoding of Unicode for Internationalized Domain Names in Applications...
twig/twig v2.14.3 Twig, the flexible, fast, and secure template language for PHP
ua-parser/uap-php v3.9.14 A multi-language port of Browserscope's user agent parser.
webignition/disallowed-character-terminated-string 2.0 A string terminated by one or more disallowed characters
webignition/robots-txt-file 3.0 Models a robots.txt file
webimpress/safe-writer 2.1.0 Tool to write files safely, to avoid race conditions
webmozart/assert 1.9.1 Assertions to validate method input/output with nice error messages.
webmozart/path-util 2.3.0 A robust cross-platform utility for normalizing, comparing and modifying file paths.
wikimedia/less.php 1.8.2 PHP port of the Javascript version of LESS http://lesscss.org (Originally maintaine...
Ich vermute es lag liegt am falschem Composer! Mit composer 2 lief die Installation durch.
wäre eine Idee das im Manager in die Systemprüfung mit auf zu nehemen.