Contao-Camp 2024
Ergebnis 1 bis 16 von 16

Thema: Installation Contao 4.0.4, 'Unvollständige Installation' nach Aufruf /contao/install

  1. #1
    Contao-Nutzer
    Registriert seit
    02.09.2009.
    Beiträge
    30

    Standard Installation Contao 4.0.4, 'Unvollständige Installation' nach Aufruf /contao/install

    Gerade wollte ich Contao 4 testen auf meinem lokalen System, leider bleibe ich nun bei der Installation hängen. Folgendes ist gemacht
    * Kopieren des Contao-Bundles aus dem Repository
    * Contao-Home-Verzeichnis auf app/ gesetzt
    * Chmod: chgrp -R daemon *
    * Installationsroutine unter app.php/contao/install aufgerufen
    Danach erhalte ich, obwohl ich noch nicht weiter gemacht habe, die Seite mit 'Unvollständige Installation'.

    Analyse:
    * /app.php/contao/install macht eine Weiterleitung auf /contao/install
    * /contao/install erzeugt einen 500 Internal Server Error
    * Log-Datei gibt nichts hilfreiches aus (siehe unten)

    System:
    * XAMPP auf Ubuntu Linux 14.04

    Log:
    [2015-11-07 10:49:53] request.INFO: Matched route "contao_catch_all". {"route_parameters":{"_scope":"frontend","_control ler":"Contao\\CoreBundle\\Controller\\FrontendCont roller::indexAction","_url_fragment":"contao/install","_route":"contao_catch_all"},"request_uri ":"http://contao4.local/contao/install"} []
    [2015-11-07 10:49:53] app.CRITICAL: An exception occurred. {"exception":"[object] (Contao\\CoreBundle\\Exception\\IncompleteInstalla tionException(code: 0): The installation has not been completed. Open the Contao install tool to continue. at ........./contao4/vendor/contao/core-bundle/src/ContaoFramework.php:370)"} []

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

    Standard

    Hm, im Prinzip hast du alles falsch gemacht . Du kannst Contao 4 auf zwei Wege installieren:
    • Über die Kommandozeile mit
      Code:
      php composer.phar create-project contao/standard-edition <zielordner> 4.0.4
      und dann /web/contao/install aufrufen.
    • Über den Release Archiv Download auf der Website: https://contao.org/de/download.html und dann /web/install.php aufrufen.


    Auch das Setzen des DocumentRoots auf /app ist falsch. Wenn dann lässt du den DocumentRoot unberührt, oder du setzt ihn auf den /web Folder.

  3. #3
    Contao-Nutzer
    Registriert seit
    02.09.2009.
    Beiträge
    30

    Standard Re

    Korrektur meines Eintrags:

    * Installation: genau, mittels Composer aus dem Repository, das war wohl etwas missverständlich, d.h. ich habe es mit Composer installiert
    * Sry, da habe ich mich in dem Post von vorhin verschrieben, nicht /app sondern auf /web habe ich das gesetzt.

    - Insofern stimmt nach wie vor alles, das Problem bleibt

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

    Standard

    ah ok . Dann weiß ich momentan auch nicht weiter.

  5. #5
    Contao-Nutzer
    Registriert seit
    02.09.2009.
    Beiträge
    30

    Standard

    Auf meinem Notebook habe ich das exakt gleiche Problem, gleiche Vorgehensweise, Frage(n):
    * Muss die Datenbank denn schon vorhanden sein oder macht der Contao-Installationsprozess für mich? (Leider macht das, von mir geprüft auch keinen Unterschied. Sowohl mit wie auch ohne Datenbank erhalte ich die Seite mit dem Hinweis 'Unvollständige Installation'.

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

    Standard

    Ja, die DB muss vorher vorhanden sein, die Tabellen werden dann angelegt.
    mittels Composer aus dem Repository
    Das erläutere mal, wenn nicht genau so wie Spooky geschrieben hat.
    Grüße, BugBuster
    "view source" is your guide.
    Danke an alle Amazon Wunschlisten Erfüller

  7. #7
    Contao-Nutzer
    Registriert seit
    02.09.2009.
    Beiträge
    30

    Standard

    Also, zur Klarstellung:

    composer create-project contao/standard-edition contao4 4.0.4

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

    Standard

    Da im /web Verzeichnis eine .htaccess drin liegt die die Umleitung schon macht, ist der Aufruf von /contao/install richtig, ohne app.php.
    Wenn dann ein Error 500 kommt, dann musst du in die error.log vom Webserver (Apache?) schauen.
    Grüße, BugBuster
    "view source" is your guide.
    Danke an alle Amazon Wunschlisten Erfüller

  9. #9
    Contao-Nutzer
    Registriert seit
    02.09.2009.
    Beiträge
    30

    Standard Re

    Danke für die Antwort.

    Ich hatte mir ein Tutorial zur Installation angesehen und die hatte explizit darauf bestanden, die Ressource /app.php/contao/install anzugeben, aber das passt ja so oder so und ist nicht die Quelle des Problems.

    Ja, daran hatte ich auch schon gedacht, dann aber nicht mehr weiter verfolgt. Beim Aufruf wird zwar ein 500 Internal Server Error zurückgeliefert, aber als Payload die dann dargestellte HTML-Seite. Da sollte heißen, dass Contao zwar einen HTTP-500-Header erzeugt, dann aber noch die darzustellende Seite anzeigt und auch nichts ins error-log bei der Anfrage geschrieben wird. Und genau so ist es leider auch.

    Remote Address:127.0.0.1:80
    Request URL:http://contao4.local/contao/install
    Request Method:GET
    Status Code:500 Internal Server Error
    Cache-Control:no-cache
    Connection:close
    Content-Type:text/html; charset=UTF-8
    Date:Sat, 07 Nov 2015 23:12:31 GMT
    Server:Apache/2.4.4 (Unix) OpenSSL/1.0.1e PHP/5.5.3 mod_perl/2.0.8-dev Perl/v5.16.3
    Transfer-Encoding:chunked
    X-Powered-By:PHP/5.5.3

    <!DOCTYPE html><html><head><meta charset="utf-8"><title> Unvollständige Installation
    </title><meta name="generator" content="Contao Open Source CMS"><meta name="viewport" content="width=device-width,initial-scale=1.0"><link href="//fonts.googleapis.com/css?family=Open+Sans:300" rel="stylesheet" type="text/css">
    ...
    </html>

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

    Standard

    Hmm, und bei dem "composer create-project ..." Aufruf kommt es zu keinen aufallenden Meldungen? Dort werden ja jede Menge Requirements nachgeladen.
    Irgend was scheint da nun doch zu fehlen, wäre jetzt meine letzte Idee.

    Vielleicht hilft ja ein "composer update" im Installationsverzeichnis von Contao. (/contao4)
    Grüße, BugBuster
    "view source" is your guide.
    Danke an alle Amazon Wunschlisten Erfüller

  11. #11
    Contao-Nutzer
    Registriert seit
    02.09.2009.
    Beiträge
    30

    Standard Re

    Die normale Installation sah gut aus...

    $:~/workspaces/workspace-htdocs$ composer create-project contao/standard-edition contao4.0.4 4.0.4
    Installing contao/standard-edition (4.0.4)
    - Installing contao/standard-edition (4.0.4)
    Loading from cache

    Created project in contao4.0.4
    Loading composer repositories with package information
    Installing dependencies (including require-dev) from lock file
    - Installing contao-components/installer (1.0.8)
    Loading from cache

    - Installing contao-components/tinymce4 (4.1.10)
    Loading from cache

    - Installing contao-components/tablesorter (2.0.5.2)
    Loading from cache

    - Installing contao-components/tablesort (3.4.2)
    Loading from cache

    - Installing contao-components/swipe (2.0.3)
    Loading from cache

    - Installing contao-components/stylect (3.4.2.1)
    Loading from cache

    - Installing contao-components/simplemodal (1.2.0.1)
    Loading from cache

    - Installing contao-components/respimage (1.4.0)
    Loading from cache

    - Installing contao-components/mootools (1.5.2)
    Loading from cache

    - Installing contao-components/mediaelement (2.17.0)
    Loading from cache

    - Installing contao-components/mediabox (1.5.4.1)
    Loading from cache

    - Installing contao-components/jquery-ui (1.11.4)
    Loading from cache

    - Installing contao-components/jquery (1.11.3)
    Loading from cache

    - Installing contao-components/html5shiv (3.7.2.1)
    Loading from cache

    - Installing contao-components/highlight (8.6.0)
    Loading from cache

    - Installing contao-components/dropzone (3.12.0)
    Loading from cache

    - Installing contao-components/datepicker (2.2.0.1)
    Loading from cache

    - Installing contao-components/contao (4.1.6)
    Loading from cache

    - Installing contao-components/compass (0.12.2)
    Loading from cache

    - Installing contao-components/colorpicker (1.4.0.1)
    Loading from cache

    - Installing contao-components/colorbox (1.6.1)
    Loading from cache

    - Installing contao-components/chosen (1.0.2.1)
    Loading from cache

    - Installing contao-components/ace (1.1.9)
    Loading from cache

    - Installing twig/twig (v1.22.3)
    Loading from cache

    - Installing psr/log (1.0.0)
    Loading from cache

    - Installing doctrine/lexer (v1.0.1)
    Loading from cache

    - Installing doctrine/inflector (v1.0.1)
    Loading from cache

    - Installing doctrine/collections (v1.3.0)
    Loading from cache

    - Installing doctrine/cache (v1.4.2)
    Loading from cache

    - Installing doctrine/annotations (v1.2.7)
    Loading from cache

    - Installing doctrine/common (v2.5.1)
    Loading from cache

    - Installing symfony/symfony (v2.7.5)
    Loading from cache

    - Installing true/punycode (1.1.0)
    Loading from cache

    - Installing tecnickcom/tcpdf (6.2.12)
    Loading from cache

    - Installing swiftmailer/swiftmailer (v5.4.1)
    Loading from cache

    - Installing symfony/swiftmailer-bundle (v2.3.8)
    Loading from cache

    - Installing simplepie/simplepie (1.3.1)
    Loading from cache

    - Installing sensio/framework-extra-bundle (v3.0.10)
    Loading from cache

    - Installing phpspec/php-diff (v1.0.2)
    Loading from cache

    - Installing oyejorge/less.php (v1.7.0.9)
    Loading from cache

    - Installing michelf/php-markdown (1.5.0)
    Loading from cache

    - Installing matthiasmullie/path-converter (1.0.5)
    Loading from cache

    - Installing matthiasmullie/minify (1.3.28)
    Loading from cache

    - Installing leafo/scssphp (v0.3.2)
    Loading from cache

    - Installing jdorn/sql-formatter (v1.2.17)
    Loading from cache

    - Installing doctrine/doctrine-cache-bundle (v1.0.1)
    Loading from cache

    - Installing doctrine/dbal (v2.5.2)
    Loading from cache

    - Installing doctrine/doctrine-bundle (v1.5.2)
    Loading from cache

    - Installing contao/core-bundle (4.0.4)
    Loading from cache

    - Installing contao/newsletter-bundle (4.0.3)
    Loading from cache

    - Installing contao/news-bundle (4.0.3)
    Loading from cache

    - Installing contao/listing-bundle (4.0.2)
    Loading from cache

    - Installing contao/installation-bundle (0.9.9)
    Loading from cache

    - Installing contao/faq-bundle (4.0.3)
    Loading from cache

    - Installing contao/comments-bundle (4.0.3)
    Loading from cache

    - Installing contao/calendar-bundle (4.0.3)
    Loading from cache

    - Installing incenteev/composer-parameter-handler (v2.1.1)
    Loading from cache

    - Installing sensiolabs/security-checker (v3.0.1)
    Loading from cache

    - Installing sensio/distribution-bundle (v3.0.31)
    Loading from cache

    - Installing monolog/monolog (1.17.2)
    Loading from cache

    - Installing symfony/monolog-bundle (2.8.1)
    Loading from cache

    sensio/framework-extra-bundle suggests installing symfony/psr-http-message-bridge (To use the PSR-7 converters)
    doctrine/doctrine-bundle suggests installing doctrine/orm (The Doctrine ORM integration is optional in the bundle.)
    monolog/monolog suggests installing aws/aws-sdk-php (Allow sending log messages to AWS services like DynamoDB)
    monolog/monolog suggests installing doctrine/couchdb (Allow sending log messages to a CouchDB server)
    monolog/monolog suggests installing ext-amqp (Allow sending log messages to an AMQP server (1.0+ required))
    monolog/monolog suggests installing ext-mongo (Allow sending log messages to a MongoDB server)
    monolog/monolog suggests installing graylog2/gelf-php (Allow sending log messages to a GrayLog2 server)
    monolog/monolog suggests installing php-console/php-console (Allow sending log messages to Google Chrome)
    monolog/monolog suggests installing raven/raven (Allow sending log messages to a Sentry server)
    monolog/monolog suggests installing rollbar/rollbar (Allow sending log messages to Rollbar)
    monolog/monolog suggests installing ruflin/elastica (Allow sending log messages to an Elastic Search server)
    monolog/monolog suggests installing videlalvaro/php-amqplib (Allow sending log messages to an AMQP server using php-amqplib)
    Generating autoload files
    > Incenteev\ParameterHandler\ScriptHandler::buildPar ameters
    Creating the "app/config/parameters.yml" file
    Some parameters are missing. Please provide them.
    database_host (localhost): localhost
    database_port (3306): 3306
    database_user (null): root
    database_password (null):
    database_name (null): contao4
    mailer_transport (mail):
    mailer_host (127.0.0.1):
    mailer_user (null):
    mailer_password (null):
    mailer_port (25):
    mailer_encryption (null):
    prepend_locale (false):
    secret (ThisTokenIsNotSoSecretChangeIt): secret
    > Sensio\Bundle\DistributionBundle\Composer\ScriptHa ndler::buildBootstrap
    > Sensio\Bundle\DistributionBundle\Composer\ScriptHa ndler::clearCache
    Clearing the cache for the dev environment with debug true
    > Sensio\Bundle\DistributionBundle\Composer\ScriptHa ndler::installAssets
    Trying to install assets as symbolic links.
    Installing assets for Symfony\Bundle\FrameworkBundle into web/bundles/framework
    The assets were installed using symbolic links.
    Installing assets for Contao\CalendarBundle into web/bundles/contaocalendar
    The assets were installed using symbolic links.
    Installing assets for Contao\CommentsBundle into web/bundles/contaocomments
    The assets were installed using symbolic links.
    Installing assets for Contao\FaqBundle into web/bundles/contaofaq
    The assets were installed using symbolic links.
    Installing assets for Contao\NewsBundle into web/bundles/contaonews
    The assets were installed using symbolic links.
    Installing assets for Contao\NewsletterBundle into web/bundles/contaonewsletter
    The assets were installed using symbolic links.
    Installing assets for Sensio\Bundle\DistributionBundle into web/bundles/sensiodistribution
    The assets were installed using symbolic links.
    > Contao\CoreBundle\Composer\ScriptHandler::addDirec tories
    Created the ...../workspaces/workspace-htdocs/contao4.0.4/files directory.
    Created the ...../workspaces/workspace-htdocs/contao4.0.4/system directory.
    Created the ...../workspaces/workspace-htdocs/contao4.0.4/templates directory.
    Created the ...../workspaces/workspace-htdocs/contao4.0.4/web/system directory.
    Created the ...../workspaces/workspace-htdocs/contao4.0.4/assets/css directory.
    Added the ...../workspaces/workspace-htdocs/contao4.0.4/assets/css/.gitignore file.
    Created the ...../workspaces/workspace-htdocs/contao4.0.4/assets/images directory.
    Added the ...../workspaces/workspace-htdocs/contao4.0.4/assets/images/.gitignore file.
    Created the ...../workspaces/workspace-htdocs/contao4.0.4/assets/js directory.
    Added the ...../workspaces/workspace-htdocs/contao4.0.4/assets/js/.gitignore file.
    Created the ...../workspaces/workspace-htdocs/contao4.0.4/system/cache directory.
    Added the ...../workspaces/workspace-htdocs/contao4.0.4/system/cache/.gitignore file.
    Created the ...../workspaces/workspace-htdocs/contao4.0.4/system/config directory.
    Added the ...../workspaces/workspace-htdocs/contao4.0.4/system/config/.gitignore file.
    Created the ...../workspaces/workspace-htdocs/contao4.0.4/system/modules directory.
    Added the ...../workspaces/workspace-htdocs/contao4.0.4/system/modules/.gitignore file.
    Created the ...../workspaces/workspace-htdocs/contao4.0.4/system/themes directory.
    Added the ...../workspaces/workspace-htdocs/contao4.0.4/system/themes/.gitignore file.
    Created the ...../workspaces/workspace-htdocs/contao4.0.4/system/tmp directory.
    Added the ...../workspaces/workspace-htdocs/contao4.0.4/system/tmp/.gitignore file.
    Created the ...../workspaces/workspace-htdocs/contao4.0.4/web/share directory.
    Added the ...../workspaces/workspace-htdocs/contao4.0.4/web/share/.gitignore file.
    Created the ...../workspaces/workspace-htdocs/contao4.0.4/web/system/cron directory.
    Added the ...../workspaces/workspace-htdocs/contao4.0.4/web/system/cron/.gitignore file.
    Added the ...../workspaces/workspace-htdocs/contao4.0.4/system/initialize.php file.
    > Contao\CoreBundle\Composer\ScriptHandler::generate Symlinks
    Added system/themes/flexible as symlink to vendor/contao/core-bundle/src/Resources/contao/themes/flexible.
    Added web/assets as symlink to assets.
    Added web/system/themes as symlink to system/themes.
    Added system/logs as symlink to app/logs.


    composer update habe ich nun auch ausgeführt, sieht aber auch alles bestens aus auf der Konsole

    Loading composer repositories with package information
    Updating dependencies (including require-dev)
    - Removing contao-components/installer (1.0.8)
    - Installing contao-components/installer (1.0.9)
    Downloading: 100%

    - Removing twig/twig (v1.22.3)
    - Installing twig/twig (v1.23.1)
    Downloading: 100%

    - Removing doctrine/inflector (v1.0.1)
    - Installing doctrine/inflector (v1.1.0)
    Downloading: 100%

    - Removing doctrine/cache (v1.4.2)
    - Installing doctrine/cache (v1.5.1)
    Downloading: 100%

    - Removing symfony/symfony (v2.7.5)
    - Installing symfony/symfony (v2.7.6)
    Downloading: 100%

    - Removing sensiolabs/security-checker (v3.0.1)
    - Installing sensiolabs/security-checker (v3.0.2)
    Downloading: 100%

    - Removing sensio/distribution-bundle (v3.0.31)
    - Installing sensio/distribution-bundle (v3.0.33)
    Downloading: 100%

    - Removing doctrine/doctrine-cache-bundle (v1.0.1)
    - Installing doctrine/doctrine-cache-bundle (1.2.1)
    Downloading: 100%

    - Removing doctrine/doctrine-bundle (v1.5.2)
    - Installing doctrine/doctrine-bundle (1.6.0)
    Downloading: 100%

    - Removing leafo/scssphp (v0.3.2)
    - Installing leafo/scssphp (v0.3.3)
    Downloading: 100%

    Writing lock file
    Generating autoload files
    > Incenteev\ParameterHandler\ScriptHandler::buildPar ameters
    Updating the "app/config/parameters.yml" file
    > Sensio\Bundle\DistributionBundle\Composer\ScriptHa ndler::buildBootstrap
    > Sensio\Bundle\DistributionBundle\Composer\ScriptHa ndler::clearCache
    Clearing the cache for the dev environment with debug true
    > Sensio\Bundle\DistributionBundle\Composer\ScriptHa ndler::installAssets
    Trying to install assets as symbolic links.
    Installing assets for Symfony\Bundle\FrameworkBundle into web/bundles/framework
    The assets were installed using symbolic links.
    Installing assets for Contao\CalendarBundle into web/bundles/contaocalendar
    The assets were installed using symbolic links.
    Installing assets for Contao\CommentsBundle into web/bundles/contaocomments
    The assets were installed using symbolic links.
    Installing assets for Contao\FaqBundle into web/bundles/contaofaq
    The assets were installed using symbolic links.
    Installing assets for Contao\NewsBundle into web/bundles/contaonews
    The assets were installed using symbolic links.
    Installing assets for Contao\NewsletterBundle into web/bundles/contaonewsletter
    The assets were installed using symbolic links.
    Installing assets for Sensio\Bundle\DistributionBundle into web/bundles/sensiodistribution
    The assets were installed using symbolic links.
    > Contao\CoreBundle\Composer\ScriptHandler::addDirec tories
    > Contao\CoreBundle\Composer\ScriptHandler::generate Symlinks
    Added system/themes/flexible as symlink to vendor/contao/core-bundle/src/Resources/contao/themes/flexible.
    Added web/assets as symlink to assets.
    Added web/system/themes as symlink to system/themes.
    Added system/logs as symlink to app/logs.

  12. #12
    Contao-Nutzer
    Registriert seit
    02.09.2009.
    Beiträge
    30

    Standard

    Antwort gefunden: Ich habe hier überhaupt kein Verzeichnis contao im Unterverzeichnis web/, der Aufruf des Installers lautet mit einer neuen Installation:

    <path-to-contao>/install.php

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

    Standard

    Zitat Zitat von yxcvbnm Beitrag anzeigen
    Antwort gefunden: Ich habe hier überhaupt kein Verzeichnis contao im Unterverzeichnis web/
    Das stimmt schon so, denn der Pfad /contao/install ist eine Symfony Route, kein physisch vorhandener Pfad.

    Zitat Zitat von yxcvbnm Beitrag anzeigen
    der Aufruf des Installers lautet mit einer neuen Installation:

    <path-to-contao>/install.php
    Eigentlich brauchst du das nicht, wenn du Contao 4 per Composer aufsetzt. Die /web/install.php ist eigentlich für das Release Archive gedacht, aber vielleicht irre ich mich da, oder es funktioniert die Composer Installation generell aus anderen Gründen nicht.

  14. #14
    Contao-Nutzer
    Registriert seit
    02.09.2009.
    Beiträge
    30

    Standard

    Danke für die Antwort.

    Ok, eine Symfony Route, das kann gut sein. Nur leider hat mich diese dann ja auf die 'Fehlerseite' mit der unvollständigen Installation weitergeleitet, lediglich mit /install.php bin ich weitergekommen.

    Was ist denn das Release Archive?

    Frage an alle: Wer hat denn die 4.0.4 schon aufgespielt und welchen Installationspfad habt Ihr da verwendet? Will das ggfs. mal jemand nachspielen? Ist ja ne Sache von fünf Minuten und mir / uns dann sagen, zu welchem Ergebnis er gekommen ist?

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

    Standard

    Sorry, ich hatte mich geirrt. Man muss jetzt immer die /web/install.php verwenden. Die Fehlermeldung bei einer unvollständigen Installation wurde dahingehend aber noch nicht aktualisiert.

    Darüberhinaus scheint die Installation von Contao 4.0.4 generell defekt zu sein, zumindest haben auch Andere dasselbe Problem wie du - inklusive mir selbst.

    Wenn dich Contao 4 noch interessiert würde ich gleich die 4.1-RC1 benutzen.


    Zitat Zitat von yxcvbnm Beitrag anzeigen
    Was ist denn das Release Archive?
    Damit meine ich nur den Release als kompletten Download, wie man ihn auch auf contao.org bekommt (anstatt über composer create-project zu installieren).

  16. #16
    Contao-Nutzer
    Registriert seit
    02.09.2009.
    Beiträge
    30

    Standard

    Gut zu wissen / hören.

    Anmerken möchte ich da noch mal, dass die Installation nach dem Aufruf von /install.php einwandfrei durchgelaufen ist. Die Installation selbst habe ich dann mal kurz aufgerufen, ein Theme, Seite, Vorlage, Artikel und Artikelelement erzeugt - soweit alles in Ordnung.

    Ja, dass es die 4.1.0-RC1 gibt, habe ich schon gesehen, das werde ich mir dann ggfs. gleich mal noch zu Gemüte führen.

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
  •