Konsole Fehlermeldung "Hilfe" :-)

Hi zusammen,
da ich relativ frisch mit Shopware unterwegs bin und GANZ NEU mit der Konsole arbeite, wundere ich mich gerade über folgende Meldung wenn ich „Die Shop-Indizes“ aktuallisiere.
Ist das wichtig für mich und muss ich hier aktiv werden?

Im Anhang geb ich mal den Schnipsel von der Konsole

INFO      [php] User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
[
  "exception" => ErrorException {
    #message: "User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0."
    #code: 0
    #file: "./vendor/shopware/core/Framework/Feature.php"
    #line: 212
    #severity: E_USER_DEPRECATED
    trace: {
      ./vendor/shopware/core/Framework/Feature.php:212 { …}
      ./vendor/shopware/storefront/Framework/Twig/Extension/CsrfFunctionExtension.php:26 { …}
      ./vendor/twig/twig/src/ExtensionSet.php:426 { …}
      ./vendor/twig/twig/src/ExtensionSet.php:411 { …}
      ./vendor/twig/twig/src/ExtensionSet.php:385 { …}
      ./vendor/twig/twig/src/Environment.php:810 { …}
      ./vendor/twig/twig/src/Lexer.php:457 { …}
      ./vendor/twig/twig/src/Lexer.php:108 { …}
      ./vendor/twig/twig/src/Environment.php:466 { …}
      ./vendor/shopware/core/Framework/Adapter/Twig/TwigVariableParser.php:35 { …}
      ./vendor/shopware/core/Content/Seo/SeoUrlGenerator.php:184 { …}
      ./vendor/shopware/core/Content/Seo/SeoUrlGenerator.php:75 { …}
      ./vendor/shopware/core/Content/Seo/SeoUrlPersister.php:63 { …}
      ./vendor/shopware/core/Content/Seo/SeoUrlUpdater.php:112 { …}
      ./vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/SeoUrlUpdateListener.php:88 { …}
      ./vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 { …}
      ./vendor/symfony/event-dispatcher/EventDispatcher.php:230 { …}
      ./vendor/symfony/event-dispatcher/EventDispatcher.php:59 { …}
      ./vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:54 { …}
      ./vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:99 { …}
      ./vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php:53 { …}
      ./vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:38 { …}
      ./vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 { …}
      ./vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductIndexer.php:273 { …}
      ./vendor/shopware/core/Profiling/Profiler.php:59 { …}
      ./vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductIndexer.php:274 { …}
      ./vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexerRegistry.php:164 { …}
      ./vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexerRegistry.php:240 { …}
      ./vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexerRegistry.php:96 { …}
      ./vendor/shopware/core/Framework/DataAbstractionLayer/Command/RefreshIndexCommand.php:54 { …}
      ./vendor/symfony/console/Command/Command.php:298 { …}
      ./vendor/symfony/console/Application.php:1058 { …}
      ./vendor/symfony/framework-bundle/Console/Application.php:96 { …}
      ./vendor/symfony/console/Application.php:301 { …}
      ./vendor/symfony/framework-bundle/Console/Application.php:82 { …}
      ./vendor/symfony/console/Application.php:171 { …}
      ./bin/console:77 {
        › $application->setVersion($kernel->getKernel()->getContainer()->getParameter('kernel.shopware_version'));
        › $application->run($input);
        ›
      }
    }
  }
]

Ich danke für jegliche Antwort vorab und warte mit flatternde Nerven :slight_smile:

Wie du direkt zu Anfang liest, handelt es sich hierbei nur um eine Info, keinen Error (oder schlimmeres) und die Meldung verrät dir auch direkt, dass etwas verwendet wird, was in der Version 6.5 entfernt wird.

Anhand der trace erkennt man dann, dass es Shopware-intern genutzt wird. Also nichts, was du in deinem Plugin-Code anpassen musst.
Sollte in der trace jedoch etwas von deinem Plugin-Code auftauchen, so solltest du demnächst tätig werden und auf die Empfehlung umsteigen (bspw. verwende eine andere Klasse)

1 „Gefällt mir“

Danke dir …
Sehr nett das du reagiert und mich beruhigt hast