Ergebnis 1 bis 17 von 17

Thema: Keine Logs nach Update auf 4.7.1

  1. #1
    Contao-Nutzer
    Registriert seit
    27.02.2019.
    Beiträge
    11

    Standard Keine Logs nach Update auf 4.7.1

    Hallo alle,

    Ende letzten Monats habe ich ein Update von 4.2 auf 4.7 gemacht, gleichzeitig wurde die interne Domainumleitung des Servers zur Contao-Installation geändert. War vorher in einem Entwicklungsverzeichnis.

    Nun viel mir auf, dass seitdem keine Logfiles unter var/logs geschrieben wurden. Auch fehlt der Order logs im system-Verzeichnis.

    Nach dem wechsel habe ich prod/dev caches erneuert, alle Pakete aktuallisiert und eine anschließende Aktuallisierung der Datenbank durchgeführt.

    Stehe ich total auf dem Schlauch oder läuft hier etwas quer?

    Für Hilfe wäre ich super dankbar, konnte bisher über die Forensuche nichts dazu finden …


    Habe alle ein schönes Wochenende,
    Bastie

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

    Support Contao

    Standard

    Ist denn überhaupt ein Fehler aufgetreten? Ansonsten werden keine Logdateien erstellt. Unter system/ sollte ein Symlink logs vorhanden sein, der auf var/logs zeigt.
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  3. #3
    Contao-Nutzer
    Registriert seit
    27.02.2019.
    Beiträge
    11

    Standard

    Hui, danke schon einmal für die schnelle Reaktion. Also der Symlink zum logs-Ordner fehlt wie gesagt im System-Verzeichnis, allerdings weiß ich nicht wann und wodurch er verschwunden ist. Auch nicht ob er jemals da war? Bis zum Update wurden die Logs geschrieben.

    Von meinen anderen Contao-Projekten kenne ich das so, dass eigentlich immer irgend welche Fehler (fehlende Favicons, 404er, usw.) auftreten. Ich habe jedenfalls mutwillig einen 404 Fehler erzeugt durch den Aufruf nicht vorhandener Seiten. Im logs Ordner ist aber leider nichts passiert …

  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

    Hast Du einen Shell-Zugang? Du könntest dort versuchen, die Symlinks neu erstellen zu lassen:
    Code:
    vendor/bin/contao-console contao:symlinks
    Falls nicht, könntest Du auch mal versuchen, ob über das Contao Backend unter "Systemwartung" > "Symlinks neu erstellen" die Symlinks vollständig erneuert werden.
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  5. #5
    Contao-Nutzer
    Registriert seit
    27.02.2019.
    Beiträge
    11

    Standard

    Vielen Dank für diesen Lösungsansatz! Das Wiederherstellen der Symlinks über das Backend hat leider nichts gebracht.

    Über Shell habe ich es auch versucht und folgendes erhalten:
    temp.jpg

    Eigentlich fehlen fast alle Symlinks dieser Liste oder werden zumindest nicht richtig referenzieren.

    Gehostet ist das Projekt bei Strato, aber ich hatte da soweit eigentlich noch keine ähnlichen Fehler.

    Edit:
    Ich habe gerade noch einmal nachgesehen … der vendor/bin Ordner ist ganz leer. Bei einem anderen Projekt befinden sich darin die zu erwartenden Systemlinks. Das ist alles sehr merkwürdig …
    Geändert von itsbastie (10.03.2019 um 15:20 Uhr)

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

    Support Contao

    Standard

    Ich würde den kompletten vendor/ Ordner löschen, die composer.lock in composer.lock.bak umbenennen und anschließend via Konsole ein

    Code:
    composer update
    ausführen.

    Dies stellt Dein vendor/ Verzeichnis wieder her und sollte auch die Symlinks korrekt generieren.

    Auf Deinem Screenshot sieht es jedenfalls danach aus, als ob der Symlink system/logs vorhanden wäre und auf var/logs zeigt.
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  7. #7
    Contao-Nutzer
    Registriert seit
    27.02.2019.
    Beiträge
    11

    Standard

    Leider hat dieser Lösungansatz auch nicht zum Erfolg geführt. Zwar wurde alles soweit neu installiert, aber die symlinks wurde nicht mit erstellt. Es kam dabei jeweils zu dem gleichen Fehler wie schon im Screenshot zu sehen … hier das Protokoll des gesamten Updatevorgangs:

    Code:
    X-Powered-By: PHP/7.2.15
    Content-type: text/html
    
    Warning: Composer should be invoked via the CLI version of PHP, not the cgi-fcgi SAPI
    sh: sudo: not found
    Loading composer repositories with package information
    Updating dependencies (including require-dev)
    Package operations: 162 installs, 0 updates, 0 removals
      - Installing ocramius/package-versions (1.4.0): Downloading (100%)         
      - Installing contao-components/installer (1.3.1): Downloading (100%)         
    Using config.component-dir has been deprecated. Please use extra.contao-component-dir instead.
      - Installing symfony/process (v4.2.4): Downloading (100%)         
      - Installing symfony/finder (v4.2.4): Downloading (100%)         
      - Installing contao-community-alliance/composer-plugin (3.0.9): Downloading (100%)         
      - Installing symfony/polyfill-mbstring (v1.10.0): Downloading (100%)         
      - Installing symfony/contracts (v1.0.2): Downloading (100%)         
      - Installing symfony/event-dispatcher (v4.2.4): Downloading (100%)         
      - Installing symfony/polyfill-ctype (v1.10.0): Downloading (100%)         
      - Installing symfony/http-foundation (v4.2.4): Downloading (100%)         
      - Installing psr/log (1.1.0): Downloading (100%)         
      - Installing symfony/debug (v4.2.4): Downloading (100%)         
      - Installing symfony/http-kernel (v4.2.4): Downloading (100%)         
      - Installing symfony/routing (v4.2.4): Downloading (100%)         
      - Installing symfony/filesystem (v4.2.4): Downloading (100%)         
      - Installing psr/container (1.0.0): Downloading (100%)         
      - Installing symfony/dependency-injection (v4.2.4): Downloading (100%)         
      - Installing symfony/config (v4.2.4): Downloading (100%)         
      - Installing contao/manager-plugin (2.7.0): Downloading (100%)         
      - Installing true/punycode (v2.1.1): Downloading (100%)         
      - Installing symfony/options-resolver (v4.2.4): Downloading (100%)         
      - Installing php-http/discovery (1.6.1): Downloading (100%)         
      - Installing clue/stream-filter (v1.4.0): Downloading (100%)         
      - Installing psr/http-message (1.0.1): Downloading (100%)         
      - Installing php-http/message-factory (v1.0.2): Downloading (100%)         
      - Installing php-http/message (1.7.2): Downloading (100%)         
      - Installing php-http/promise (v1.0.0): Downloading (100%)         
      - Installing php-http/httplug (v1.1.0): Downloading (100%)         
      - Installing php-http/client-common (1.9.1): Downloading (100%)         
      - Installing guzzlehttp/promises (v1.3.1): Downloading (100%)         
      - Installing ralouphie/getallheaders (2.0.5): Downloading (100%)         
      - Installing guzzlehttp/psr7 (1.5.2): Downloading (100%)         
      - Installing guzzlehttp/guzzle (6.3.3): Downloading (100%)         
      - Installing php-http/guzzle6-adapter (v1.1.1): Downloading (100%)         
      - Installing friendsofsymfony/http-cache (2.5.4): Downloading (100%)         
      - Installing paragonie/random_compat (v2.0.18): Downloading (100%)         
      - Installing symfony/var-exporter (v4.2.4): Downloading (100%)         
      - Installing psr/simple-cache (1.0.1): Downloading (100%)         
      - Installing psr/cache (1.0.1): Downloading (100%)         
      - Installing symfony/cache (v4.2.4): Downloading (100%)         
      - Installing symfony/framework-bundle (v4.2.4): Downloading (100%)         
      - Installing friendsofsymfony/http-cache-bundle (2.6.1): Downloading (100%)         
      - Installing doctrine/cache (v1.8.0): Downloading (100%)         
      - Installing symfony/inflector (v4.2.4): Downloading (100%)         
      - Installing symfony/property-access (v4.2.4): Downloading (100%)         
      - Installing symfony/security (v4.2.4): Downloading (100%)         
      - Installing doctrine/lexer (v1.0.1): Downloading (100%)         
      - Installing doctrine/annotations (v1.6.0): Downloading (100%)         
      - Installing terminal42/header-replay-bundle (1.5.3): Downloading (100%)         
      - Installing tecnickcom/tcpdf (6.2.26): Downloading (100%)         
      - Installing symfony/yaml (v4.2.4): Downloading (100%)         
      - Installing twig/twig (v2.6.2): Downloading (100%)         
      - Installing symfony/twig-bridge (v4.2.4): Downloading (100%)         
      - Installing symfony/twig-bundle (v4.2.4): Downloading (100%)         
      - Installing symfony/translation (v4.2.4): Downloading (100%)         
      - Installing symfony/polyfill-php72 (v1.10.0): Downloading (100%)         
      - Installing symfony/polyfill-intl-idn (v1.10.0): Downloading (100%)         
      - Installing symfony/polyfill-iconv (v1.10.0): Downloading (100%)         
      - Installing egulias/email-validator (2.1.7): Downloading (100%)         
      - Installing swiftmailer/swiftmailer (v6.2.0): Downloading (100%)         
      - Installing symfony/swiftmailer-bundle (v3.2.5): Downloading (100%)         
      - Installing symfony/security-bundle (v4.2.4): Downloading (100%)         
      - Installing symfony/lock (v4.2.4): Downloading (100%)         
      - Installing symfony/expression-language (v4.2.4): Downloading (100%)         
      - Installing symfony/console (v4.2.4): Downloading (100%)         
      - Installing symfony/asset (v4.2.4): Downloading (100%)         
      - Installing symfony-cmf/routing (2.1.0): Downloading (100%)         
      - Installing symfony-cmf/routing-bundle (2.1.1): Downloading (100%)         
      - Installing paragonie/constant_time_encoding (v2.2.3): Downloading (100%)         
      - Installing beberlei/assert (v3.2.0): Downloading (100%)         
      - Installing spomky-labs/otphp (v9.1.3): Downloading (100%)         
      - Installing simplepie/simplepie (1.5.2): Downloading (100%)         
      - Installing lcobucci/jwt (3.2.5): Downloading (100%)         
      - Installing sonata-project/google-authenticator (2.2.0): Downloading (100%)         
      - Installing scheb/two-factor-bundle (v3.17.0): Downloading (100%)         
      - Installing phpunit/php-token-stream (3.0.1): Downloading (100%)         
      - Installing phpspec/php-diff (v1.1.0): Downloading (100%)         
      - Installing patchwork/utf8 (v1.3.1): Downloading (100%)         
      - Installing oyejorge/less.php (v1.7.0.14): Downloading (100%)         
      - Installing nelmio/cors-bundle (1.5.5): Downloading (100%)         
      - Installing michelf/php-markdown (1.8.0): Downloading (100%)         
      - Installing matthiasmullie/path-converter (1.1.2): Downloading (100%)         
      - Installing matthiasmullie/minify (1.3.61): Downloading (100%)         
      - Installing league/uri-parser (1.4.1): Downloading (100%)         
      - Installing league/uri-interfaces (1.1.1): Downloading (100%)         
      - Installing league/uri-schemes (1.2.1): Downloading (100%)         
      - Installing league/uri-hostname-parser (1.1.1): Downloading (100%)         
      - Installing league/uri-components (1.8.2): Downloading (100%)         
      - Installing league/uri-manipulations (1.5.0): Downloading (100%)         
      - Installing league/uri (5.3.0)
      - Installing leafo/scssphp (v0.7.7): Downloading (100%)         
      - Installing symfony/templating (v4.2.4): Downloading (100%)         
      - Installing knplabs/knp-time-bundle (1.8.0): Downloading (100%)         
      - Installing knplabs/knp-menu (2.3.0): Downloading (100%)         
      - Installing knplabs/knp-menu-bundle (v2.2.1): Downloading (100%)         
      - Installing doctrine/reflection (v1.0.0): Downloading (100%)         
      - Installing doctrine/event-manager (v1.0.0): Downloading (100%)         
      - Installing doctrine/collections (v1.5.0): Downloading (100%)         
      - Installing doctrine/persistence (v1.1.0): Downloading (100%)         
      - Installing doctrine/inflector (v1.3.0): Downloading (100%)         
      - Installing imagine/imagine (v0.7.1): Downloading (100%)         
      - Installing symfony/doctrine-bridge (v4.2.4): Downloading (100%)         
      - Installing doctrine/doctrine-cache-bundle (1.3.5): Downloading (100%)         
      - Installing jdorn/sql-formatter (v1.2.17): Downloading (100%)         
      - Installing doctrine/dbal (v2.8.1): Downloading (100%)         
      - Installing doctrine/doctrine-bundle (1.10.2): Downloading (100%)         
      - Installing contao/imagine-svg (0.2.2): Downloading (100%)         
      - Installing webmozart/assert (1.4.0): Downloading (100%)         
      - Installing webmozart/path-util (2.3.0): Downloading (100%)         
      - Installing contao/image (0.3.9): Downloading (100%)         
      - Installing contao-components/tinymce4 (4.9.3): Downloading (100%)         
      - Installing contao-components/tablesorter (2.1.0): Downloading (100%)         
      - Installing contao-components/tablesort (3.4.11): Downloading (100%)         
      - Installing contao-components/swipe (2.1.0): Downloading (100%)         
      - Installing contao-components/simplemodal (2.1.0): Downloading (100%)         
      - Installing contao-components/respimage (1.4.2): Downloading (100%)         
      - Installing contao-components/mootools (1.6.0.5): Downloading (100%)         
      - Installing contao-components/mediaelement (4.2.9): Downloading (100%)         
      - Installing contao-components/mediabox (1.5.4.2): Downloading (100%)         
      - Installing contao-components/jquery-ui (1.12.1.1): Downloading (100%)         
      - Installing contao-components/jquery (3.3.1): Downloading (100%)         
      - Installing contao-components/html5shiv (3.7.3): Downloading (100%)         
      - Installing contao-components/highlight (9.14.2): Downloading (100%)         
      - Installing contao-components/dropzone (5.5.0): Downloading (100%)         
      - Installing contao-components/datepicker (2.3.0): Downloading (100%)         
      - Installing contao-components/contao (8.0.3): Downloading (100%)         
      - Installing contao-components/compass (0.12.2.1): Downloading (100%)         
      - Installing contao-components/colorpicker (1.5.0): Downloading (100%)         
      - Installing contao-components/colorbox (1.6.4.1): Downloading (100%)         
      - Installing contao-components/chosen (1.2.0): Downloading (100%)         
      - Installing contao-components/ace (1.4.2): Downloading (100%)         
      - Installing dasprid/enum (1.0.0): Downloading (100%)         
      - Installing bacon/bacon-qr-code (2.0.0): Downloading (100%)         
      - Installing ausi/slug-generator (v1.1.0): Downloading (100%)         
      - Installing contao/core-bundle (4.7.1): Downloading (100%)         
      - Installing codefog/contao-cookiebar (2.1.4): Downloading (100%)         
      - Installing contao/calendar-bundle (4.7.1): Downloading (100%)         
      - Installing contao/newsletter-bundle (4.7.1): Downloading (100%)         
      - Installing contao/news-bundle (4.7.1): Downloading (100%)         
      - Installing toflar/psr6-symfony-http-cache-store (1.1.2): Downloading (100%)         
      - Installing symfony/var-dumper (v4.2.4): Downloading (100%)         
      - Installing symfony/web-profiler-bundle (v4.2.4): Downloading (100%)         
      - Installing zendframework/zend-eventmanager (3.2.1): Downloading (100%)         
      - Installing zendframework/zend-code (3.3.1): Downloading (100%)         
      - Installing ocramius/proxy-manager (2.2.2): Downloading (100%)         
      - Installing symfony/proxy-manager-bridge (v4.2.4): Downloading (100%)         
      - Installing monolog/monolog (1.24.0): Downloading (100%)         
      - Installing symfony/monolog-bridge (v4.2.4): Downloading (100%)         
      - Installing symfony/monolog-bundle (v3.3.1): Downloading (100%)         
      - Installing symfony/dotenv (v4.2.4): Downloading (100%)         
      - Installing symfony/debug-bundle (v4.2.4): Downloading (100%)         
      - Installing composer/ca-bundle (1.1.4): Downloading (100%)         
      - Installing ua-parser/uap-php (v3.8.6): Downloading (100%)         
      - Installing nelmio/security-bundle (2.5.1): Downloading (100%)         
      - Installing lexik/maintenance-bundle (v2.1.5): Downloading (100%)         
      - Installing sensiolabs/ansi-to-html (v1.1.3): Downloading (100%)         
      - Installing contao/installation-bundle (4.7.1): Downloading (100%)         
      - Installing contao/manager-bundle (4.7.1): Downloading (100%)         
      - Installing contao/listing-bundle (4.7.1): Downloading (100%)         
      - Installing contao/faq-bundle (4.7.1): Downloading (100%)         
      - Installing contao/comments-bundle (4.7.1): Downloading (100%)         
      - Installing madeyourday/contao-rocksolid-custom-elements (v2.2.9): Downloading (100%)         
    symfony/http-kernel suggests installing symfony/browser-kit
    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 slim/slim (Used with Slim Framework PSR-7 implementation)
    php-http/message suggests installing zendframework/zend-diactoros (Used with Diactoros Factories)
    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)
    paragonie/random_compat suggests installing ext-libsodium (Provides a modern crypto API that can be used to generate random bytes.)
    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/property-info (For using the property_info service)
    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)
    friendsofsymfony/http-cache-bundle suggests installing sensio/framework-extra-bundle (For Tagged Cache Invalidation)
    doctrine/cache suggests installing alcaeus/mongo-php-adapter (Required to use legacy MongoDB driver)
    symfony/security suggests installing symfony/form
    symfony/security suggests installing symfony/ldap (For using the LDAP user and authentication providers)
    symfony/security suggests installing symfony/validator (For using the user password constraint)
    symfony/twig-bridge suggests installing symfony/form (For using the FormExtension)
    symfony/twig-bridge suggests installing symfony/stopwatch (For using the StopwatchExtension)
    symfony/twig-bridge suggests installing symfony/web-link (For using the WebLinkExtension)
    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)
    symfony-cmf/routing-bundle suggests installing doctrine/orm (To enable support for the ORM entities (^2.5))
    simplepie/simplepie suggests installing mf2/mf2 (Microformat module that allows for parsing HTML for microformats)
    lcobucci/jwt suggests installing mdanter/ecc (Required to use Elliptic Curves based algorithms.)
    patchwork/utf8 suggests installing ext-wfio (Use WFIO for UTF-8 filesystem access on Windows)
    imagine/imagine suggests installing ext-imagick (to use the Imagick implementation)
    imagine/imagine suggests installing ext-gmagick (to use the Gmagick implementation)
    symfony/doctrine-bridge suggests installing doctrine/data-fixtures
    symfony/doctrine-bridge suggests installing doctrine/orm
    symfony/doctrine-bridge suggests installing symfony/form
    symfony/doctrine-bridge suggests installing symfony/property-info
    symfony/doctrine-bridge suggests installing symfony/validator
    doctrine/doctrine-cache-bundle suggests installing symfony/security-acl (For using this bundle to cache ACLs)
    doctrine/doctrine-bundle suggests installing doctrine/orm (The Doctrine ORM integration is optional in the bundle.)
    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)
    zendframework/zend-eventmanager suggests installing container-interop/container-interop (^1.1.0, to use the lazy listeners feature)
    zendframework/zend-eventmanager suggests installing zendframework/zend-stdlib (^2.7.3 || ^3.0, to use the FilterChain feature)
    zendframework/zend-code suggests installing zendframework/zend-stdlib (Zend\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 zendframework/zend-xmlrpc (To have the XmlRpc adapter (Remote Object feature))
    ocramius/proxy-manager suggests installing zendframework/zend-json (To have the JsonRpc adapter (Remote Object feature))
    ocramius/proxy-manager suggests installing zendframework/zend-soap (To have the Soap adapter (Remote Object feature))
    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 mongodb/mongodb (Allow sending log messages to a MongoDB server via PHP Driver)
    monolog/monolog suggests installing php-amqplib/php-amqplib (Allow sending log messages to an AMQP server using php-amqplib)
    monolog/monolog suggests installing php-console/php-console (Allow sending log messages to Google Chrome)
    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 sentry/sentry (Allow sending log messages to a Sentry server)
    madeyourday/contao-rocksolid-custom-elements suggests installing madeyourday/contao-rocksolid-columns (For grid column support. See documentation for more information.)
    Writing lock file
    Generating autoload files
    ocramius/package-versions:  Generating version class...
    ocramius/package-versions: ...done generating version class
    contao/manager-plugin: Generating plugin class...
    contao/manager-plugin: ...done generating plugin class
    > Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
    
                                                                                    
     [WARNING] Some commands could not be registered:                               
                                                                                    
    
    In MemoryTokenStorage.php line 109:
                                                                          
      MemoryTokenStorage must not be accessed before it was initialized.  
                                                                          
    
    
                                                                                    
     [WARNING] Some commands could not be registered:                               
                                                                                    
    
    In MemoryTokenStorage.php line 109:
                                                                          
      MemoryTokenStorage must not be accessed before it was initialized.  
                                                                          
    
    Added the web/app.php file.
    Added the web/app_dev.php file.
    X-Powered-By: PHP/7.2.15
    Content-type: text/html; charset=UTF-8
    
    
                                                                                    
     [WARNING] Some commands could not be registered:                               
                                                                                    
    
    In MemoryTokenStorage.php line 109:
                                                                          
      MemoryTokenStorage must not be accessed before it was initialized.  
                                                                          
    
    
                                                                                    
     [WARNING] Some commands could not be registered:                               
                                                                                    
    
    In MemoryTokenStorage.php line 109:
                                                                          
      MemoryTokenStorage must not be accessed before it was initialized.  
                                                                          
    
    
     // Clearing the cache for the prod environment with debug                      
     // false                                                                       
    
                                                                                    
     [OK] Cache for the "prod" environment (debug=false) was successfully cleared.  
                                                                                    
    
    X-Powered-By: PHP/7.2.15
    Content-type: text/html; charset=UTF-8
    
    
                                                                                    
     [WARNING] Some commands could not be registered:                               
                                                                                    
    
    In MemoryTokenStorage.php line 109:
                                                                          
      MemoryTokenStorage must not be accessed before it was initialized.  
                                                                          
    
    
                                                                                    
     [WARNING] Some commands could not be registered:                               
                                                                                    
    
    In MemoryTokenStorage.php line 109:
                                                                          
      MemoryTokenStorage must not be accessed before it was initialized.  
                                                                          
    
    
     // Warming up the cache for the prod environment with debug                    
     // false                                                                       
    
                                                                                    
     [OK] Cache for the "prod" environment (debug=false) was successfully warmed.   
                                                                                    
    
    X-Powered-By: PHP/7.2.15
    Content-type: text/html; charset=UTF-8
    
    
                                                                                    
     [WARNING] Some commands could not be registered:                               
                                                                                    
    
    In MemoryTokenStorage.php line 109:
                                                                          
      MemoryTokenStorage must not be accessed before it was initialized.  
                                                                          
    
    
                                                                                    
     [WARNING] Some commands could not be registered:                               
                                                                                    
    
    In MemoryTokenStorage.php line 109:
                                                                          
      MemoryTokenStorage must not be accessed before it was initialized.  
                                                                          
    
    
     Trying to install assets as relative symbolic links.
    
     --- ------------------------------- ------------------ 
          Bundle                          Method / Error    
     --- ------------------------------- ------------------ 
      ?   ContaoCoreBundle                relative symlink  
      ?   ContaoFaqBundle                 relative symlink  
      ?   ContaoNewsBundle                relative symlink  
      ?   ContaoNewsletterBundle          relative symlink  
      ?   RockSolidCustomElementsBundle   relative symlink  
      ?   ContaoCalendarBundle            relative symlink  
      ?   ContaoCommentsBundle            relative symlink  
     --- ------------------------------- ------------------ 
    
                                                                                    
     [OK] All assets were successfully installed.                                   
                                                                                    
    
    X-Powered-By: PHP/7.2.15
    Content-type: text/html; charset=UTF-8
    
    
                                                                                    
     [WARNING] Some commands could not be registered:                               
                                                                                    
    
    In MemoryTokenStorage.php line 109:
                                                                          
      MemoryTokenStorage must not be accessed before it was initialized.  
                                                                          
    
    
                                                                                    
     [WARNING] Some commands could not be registered:                               
                                                                                    
    
    In MemoryTokenStorage.php line 109:
                                                                          
      MemoryTokenStorage must not be accessed before it was initialized.  
                                                                          
    
    X-Powered-By: PHP/7.2.15
    Content-type: text/html; charset=UTF-8
    
    
                                                                                    
     [WARNING] Some commands could not be registered:                               
                                                                                    
    
    In MemoryTokenStorage.php line 109:
                                                                          
      MemoryTokenStorage must not be accessed before it was initialized.  
                                                                          
    
    
                                                                                    
     [WARNING] Some commands could not be registered:                               
                                                                                    
    
    In MemoryTokenStorage.php line 109:
                                                                          
      MemoryTokenStorage must not be accessed before it was initialized.  
                                                                          
    
    
     --- ------------------------------------- ---------------------------------------------------------------- 
          Symlink                               Target / Error                                                  
     --- ------------------------------------- ---------------------------------------------------------------- 
      ?   web/files/test			    files/test                                       
      ?   web/system/modules/cookiebar/assets   system/modules/cookiebar/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                                                        
     --- ------------------------------------- ---------------------------------------------------------------- 
    
    X-Powered-By: PHP/7.2.15
    Content-type: text/html; charset=UTF-8
    
    Done! Please open the Contao install tool and make sure the database is up-to-date.
    Vielleicht kann ja jemand mit diesem Fehler etwas anfangen:

    [WARNING] Some commands could not be registered:

    In MemoryTokenStorage.php line 109:
    MemoryTokenStorage must not be accessed before it was initialized.


    Beste Grüße

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

    Support Contao

    Standard

    Bei welchem Hoster läuft denn die Website? Strato?
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  9. #9
    Contao-Nutzer
    Registriert seit
    27.02.2019.
    Beiträge
    11

    Standard

    Zitat Zitat von xchs Beitrag anzeigen
    Bei welchem Hoster läuft denn die Website? Strato?
    leider ja

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

    Support Contao

    Standard

    Du solltest die CLI-Version von PHP verwenden. Bei Strato wäre das für PHP 7.2 /opt/RZphp72/bin/php-cli

    Die composer.phar hast Du Dir ja wahrscheinlich schon heruntergeladen, oder? Versuch also mal in Deinem Contao-Verzeichnis das Kommando folgendermaßen aufzurufen:
    Code:
    /opt/RZphp72/bin/php-cli composer.phar update
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  11. #11
    Contao-Nutzer
    Registriert seit
    27.02.2019.
    Beiträge
    11

    Standard

    mystisch … es lief jetzt sauber durch, besten dank und über ssh kann ich auf die symlinks auch zugreifen, aber über ftp (filezilla) fehlen sie auch nach erneutem login immer noch. das gibt es doch garnicht!

    kann das etwas mit permissions zu tun haben? so einen fall hatte ich bisher echt noch nicht, oh man. diese verdammten logs …

    vielen dank für deine hilfe!

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

    Support Contao

    Standard

    Kann es vielleicht sein, dass Dir die Symlinks im FileZilla nur nicht angezeigt werden? Gibt es dort vielleicht irgendeine Option, um die Anzeige solcher symbolischer Links zu aktivieren?
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  13. #13
    Contao-Nutzer
    Registriert seit
    27.02.2019.
    Beiträge
    11

    Standard

    hehe ich dachte mir schon das darauf der verdacht fallen würde, aber bei anderen projekten sehe ich sie ja. nagut ich könnte darauf verzichten, wenn das eigentliche problem, dass der fehlenden logs behoben ist. ich schaue morgen einmal ob ein neuer log angelegt wurde …

    hab vielen dank für die zeit, die du dir genommen hast!

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

    Support Contao

    Standard

    Vielleicht hast Du ja auch die Möglichkeit, mit einem anderen Client (z. B. WinSCP) zu testen. Wäre interessant, ob die fraglichen Symlinks dort ebenfalls nicht angezeigt werden. FTP-Clients cachen manchmal die Verzeichnisansichten. Nicht, dass nur diese nicht aktuell sind.
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  15. #15
    Contao-Nutzer
    Registriert seit
    27.02.2019.
    Beiträge
    11

    Standard

    es war anscheinend echt ein cache problem. jetzt sind die symlinks auch über ftp sichtbar. mal sehen ob die logs jetzt geschrieben werden … fingers crossed.

    besten dank!

  16. #16
    Contao-Nutzer
    Registriert seit
    27.02.2019.
    Beiträge
    11

    Standard

    Guten Morgen,

    entgegen meiner Hoffnung werden die Logs immer noch nicht geschrieben. Ist es vielleicht ein generelles Problem von 4.7.1? Ich kann mir das echt nicht erklären …

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

    Support Contao

    Standard

    Zitat Zitat von itsbastie Beitrag anzeigen
    Ist es vielleicht ein generelles Problem von 4.7.1?
    Diesbezüglich wäre mir nichts bekannt.
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

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
  •