Ergebnis 1 bis 6 von 6

Thema: Fehlender Secret bei Installation

  1. #1
    Contao-Nutzer
    Registriert seit
    13.03.2024.
    Beiträge
    3

    Standard Fehlender Secret bei Installation

    Ich bekomme bei der Installation auf einem "frischen" Webspace von Hosteurope folgenden Console Fehler angezeigt (PS das Temp Verzeichnis auf Hosteuope habe ich im php.ini gesetzt):

    09:41:41 CRITICAL [console] Error thrown while running command "list --format=json". Message: "$secret must not be empty" ["exception" => Contao\Image\Exception\InvalidArgumentException { …},"command" => "list --format=json","message" => "$secret must not be empty"]

    In Resizer.php line 112:

    $secret must not be empty


    list [--raw] [--format FORMAT] [--short] [--] [<namespace>]

    Kann mir dabei jemand helfen?

    Besten Dank im Voraus!

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

    Standard

    Welche Contao Version? Contao 5.4 gibt es nicht.
    » sponsor me via GitHub or PayPal or Revolut

  3. #3
    Contao-Nutzer
    Registriert seit
    13.03.2024.
    Beiträge
    3

    Standard

    Version 5.3
    Contano Manager Version 1.8.4

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

    Standard

    Führe nochmal "Abhängigkeiten installieren" in der Systemwartung im Contao Manager aus.
    » sponsor me via GitHub or PayPal or Revolut

  5. #5
    Contao-Nutzer
    Registriert seit
    13.03.2024.
    Beiträge
    3

    Standard

    Musste ich im Safe Mode ausführen. Beim Installieren der Composer Abhängigkeiten kommt folgende Fehlermeldung:

    Code:
    $/usr/bin/php8.1 -q -c /is/htdocs/WPXXXXXXXXXXXXXXXXX/www/contao-manager/php.ini -dmax_execution_time=0 -dmemory_limit=-1 -ddisplay_errors=0 -ddisplay_startup_errors=0 -derror_reporting=0 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Berlin /is/htdocs/WPXXXXXXXXXXXXXXXXX/www/public/contao-manager.phar.php composer install --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader
    Installing dependencies from lock file
    Verifying lock file contents can be installed on current platform.
    Nothing to install, update or remove
    Package php-http/message-factory is abandoned, you should avoid using it. Use psr/http-factory instead.
    Generating optimized autoload files
    contao/manager-plugin: Dumping generated plugins file...
    contao/manager-plugin: ...done dumping generated plugins file
    Class Contao\ManagerPlugin\PluginLoader located in ./vendor/contao/manager-plugin/src/Resources/PluginLoader.php does not comply with psr-4 autoloading standard. Skipping.
    111 packages you are using are looking for funding.
    Use the `composer fund` command to find out more!
    > @php vendor/bin/contao-setup
    Notice: tempnam(): file created in the system's temporary directory in /is/htdocs/WPXXXXXXXXXXXXXXXXX/www/vendor/symfony/dependency-injection/Loader/XmlFileLoader.php on line 767
    Fatal error: Uncaught ValueError: Path cannot be empty in /is/htdocs/WPXXXXXXXXXXXXXXXXX/www/vendor/symfony/dependency-injection/Loader/XmlFileLoader.php:775
    Stack trace:
    #0 /is/htdocs/WPXXXXXXXXXXXXXXXXX/www/vendor/symfony/dependency-injection/Loader/XmlFileLoader.php(775): file_put_contents('', '<?xml version="...')
    #1 /is/htdocs/WPXXXXXXXXXXXXXXXXX/www/vendor/symfony/dependency-injection/Loader/XmlFileLoader.php(746): Symfony\Component\DependencyInjection\Loader\XmlFileLoader->shouldEnableEntityLoader()
    #2 /is/htdocs/WPXXXXXXXXXXXXXXXXX/www/vendor/symfony/config/Util/XmlUtils.php(77): Symfony\Component\DependencyInjection\Loader\XmlFileLoader->validateSchema(Object(DOMDocument), false)
    #3 /is/htdocs/WPXXXXXXXXXXXXXXXXX/www/vendor/symfony/config/Util/XmlUtils.php(132): Symfony\Component\Config\Util\XmlUtils::parse('<?xml version="...', Object(Closure))
    #4 /is/htdocs/WPXXXXXXXXXXXXXXXXX/www/vendor/symfony/dependency-injection/Loader/XmlFileLoader.php(459): Symfony\Component\Config\Util\XmlUtils::loadFile('/is/htdocs/wp10...', Object(Closure))
    #5 /is/htdocs/WPXXXXXXXXXXXXXXXXX/www/vendor/symfony/dependency-injection/Loader/XmlFileLoader.php(48): Symfony\Component\DependencyInjection\Loader\XmlFileLoader->parseFileToDOM('/is/htdocs/wp10...')
    #6 /is/htdocs/WPXXXXXXXXXXXXXXXXX/www/vendor/doctrine/doctrine-bundle/DependencyInjection/DoctrineExtension.php(170): Symfony\Component\DependencyInjection\Loader\XmlFileLoader->load('dbal.xml')
    #7 /is/htdocs/WPXXXXXXXXXXXXXXXXX/www/vendor/doctrine/doctrine-bundle/DependencyInjection/DoctrineExtension.php(107): Doctrine\Bundle\DoctrineBundle\DependencyInjection\DoctrineExtension->dbalLoad(Array, Object(Symfony\Component\DependencyInjection\Compiler\MergeExtensionConfigurationContainerBuilder))
    #8 /is/htdocs/WPXXXXXXXXXXXXXXXXX/www/vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php(76): Doctrine\Bundle\DoctrineBundle\DependencyInjection\DoctrineExtension->load(Array, Object(Symfony\Component\DependencyInjection\Compiler\MergeExtensionConfigurationContainerBuilder))
    #9 /is/htdocs/WPXXXXXXXXXXXXXXXXX/www/vendor/symfony/http-kernel/DependencyInjection/MergeExtensionConfigurationPass.php(42): Symfony\Component\DependencyInjection\Compiler\MergeExtensionConfigurationPass->process(Object(Contao\ManagerPlugin\Config\ContainerBuilder))
    #10 /is/htdocs/WPXXXXXXXXXXXXXXXXX/www/vendor/symfony/dependency-injection/Compiler/Compiler.php(80): Symfony\Component\HttpKernel\DependencyInjection\MergeExtensionConfigurationPass->process(Object(Contao\ManagerPlugin\Config\ContainerBuilder))
    #11 /is/htdocs/WPXXXXXXXXXXXXXXXXX/www/vendor/symfony/dependency-injection/ContainerBuilder.php(767): Symfony\Component\DependencyInjection\Compiler\Compiler->compile(Object(Contao\ManagerPlugin\Config\ContainerBuilder))
    #12 /is/htdocs/WPXXXXXXXXXXXXXXXXX/www/vendor/symfony/http-kernel/Kernel.php(506): Symfony\Component\DependencyInjection\ContainerBuilder->compile()
    #13 /is/htdocs/WPXXXXXXXXXXXXXXXXX/www/vendor/contao/manager-bundle/src/HttpKernel/ContaoKernel.php(294): Symfony\Component\HttpKernel\Kernel->initializeContainer()
    #14 /is/htdocs/WPXXXXXXXXXXXXXXXXX/www/vendor/symfony/http-kernel/Kernel.php(763): Contao\ManagerBundle\HttpKernel\ContaoKernel->initializeContainer()
    #15 /is/htdocs/WPXXXXXXXXXXXXXXXXX/www/vendor/symfony/http-kernel/Kernel.php(126): Symfony\Component\HttpKernel\Kernel->preBoot()
    #16 /is/htdocs/WPXXXXXXXXXXXXXXXXX/www/vendor/symfony/framework-bundle/Console/Application.php(190): Symfony\Component\HttpKernel\Kernel->boot()
    #17 /is/htdocs/WPXXXXXXXXXXXXXXXXX/www/vendor/symfony/framework-bundle/Console/Application.php(72): Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands()
    #18 /is/htdocs/WPXXXXXXXXXXXXXXXXX/www/vendor/symfony/console/Application.php(175): Symfony\Bundle\FrameworkBundle\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #19 /is/htdocs/WPXXXXXXXXXXXXXXXXX/www/vendor/contao/manager-bundle/bin/contao-setup(44): Symfony\Component\Console\Application->run()
    #20 /is/htdocs/WPXXXXXXXXXXXXXXXXX/www/vendor/bin/contao-setup(119): include('/is/htdocs/wp10...')
    #21 {main}
      thrown in /is/htdocs/WPXXXXXXXXXXXXXXXXX/www/vendor/symfony/dependency-injection/Loader/XmlFileLoader.php on line 775
    Script @php vendor/bin/contao-setup handling the post-install-cmd event returned with error code 255
    # Process terminated with exit code 255
    # Result: Unknown error
    Geändert von xchs (14.03.2024 um 17:53 Uhr)

  6. #6
    Administratorin Avatar von lucina
    Registriert seit
    19.06.2009.
    Ort
    Kiel (DE)
    Beiträge
    7.335
    Partner-ID
    152
    User beschenken
    Wunschliste
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Webpack? Vergiss es.

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
  •