Probleme mit Customer-specific prices und Autom. Rechnungsstellung (Golle IT)

Hallo,

wir bekommen beim Betrieb dieser beiden Plugin folgende Exception; Laut Golle-IT sollen wir uns an Shopware wenden. Ich habe mir gedacht, dass ich dies direkt über das Forum mache, falls noch Jemand auf dieses Problemchen stolpert.

Die Rechnungen lassen sich dann nicht mehr mittels CRON-Job erzeugen. Eine Erzeugung der Rechnungen mittels Stapelverarbeitung (Bestelllübersicht) funktioniert einwandfrei; ist aber nicht unser Ziel. Ziel ist es, dass wir die Rechnungen automatisiert per CRON-Job erzeugen können.
 

{
  "message": "You have requested a non-existent service \"swaguserprice.accessvalidator\".",
  "file": /vendor/symfony/dependency-injection/Container.php",
  "line": 348,
  "trace": [
    {
      "file": /engine/Shopware/Components/DependencyInjection/Container.php",
      "line": 204,
      "function": "get",
      "class": "Symfony\\Component\\DependencyInjection\\Container",
      "type": "->",
      "args": [
        "swaguserprice.accessvalidator",
        1
      ]
    },
    {
      "file": /engine/Shopware/Components/DependencyInjection/Container.php",
      "line": 138,
      "function": "doLoad",
      "class": "Shopware\\Components\\DependencyInjection\\Container",
      "type": "->",
      "args": [
        "swaguserprice.accessvalidator",
        1
      ]
    },
    {
      "file": /engine/Library/Enlight/Plugin/Bootstrap.php",
      "line": 120,
      "function": "get",
      "class": "Shopware\\Components\\DependencyInjection\\Container",
      "type": "->",
      "args": [
        "swaguserprice.accessvalidator"
      ]
    },
    {
      "file": /engine/Shopware/Plugins/Community/Backend/SwagUserPrice/Bootstrap.php",
      "line": 187,
      "function": "get",
      "class": "Enlight_Plugin_Bootstrap",
      "type": "->",
      "args": [
        "swaguserprice.accessvalidator"
      ]
    },
    {
      "file": /engine/Library/Enlight/Event/Handler/Plugin.php",
      "line": 149,
      "function": "onGetCheapestPriceService",
      "class": "Shopware_Plugins_Backend_SwagUserPrice_Bootstrap",
      "type": "->",
      "args": [
        "[object] (Enlight_Event_EventArgs: {})"
      ]
    },
    {
      "file": /engine/Library/Enlight/Event/EventManager.php",
      "line": 219,
      "function": "execute",
      "class": "Enlight_Event_Handler_Plugin",
      "type": "->",
      "args": [
        "[object] (Enlight_Event_EventArgs: {})"
      ]
    },
    {
      "file": /engine/Shopware/Components/DependencyInjection/Container.php",
      "line": 212,
      "function": "notify",
      "class": "Enlight_Event_EventManager",
      "type": "->",
      "args": [
        "Enlight_Bootstrap_AfterInitResource_shopware_storefront.cheapest_price_service",
        "[object] (Enlight_Event_EventArgs: {})"
      ]
    },
    {
      "file": /engine/Shopware/Components/DependencyInjection/Container.php",
      "line": 138,
      "function": "doLoad",
      "class": "Shopware\\Components\\DependencyInjection\\Container",
      "type": "->",
      "args": [
        "shopware_storefront.cheapest_price_service",
        1
      ]
    },
    {
      "file": "/html/shopware-shop/var/cache/production_201906060858/proxies/ShopwareProductionbeaee75964188b6aa4e6ee54cc7eba86f942f5f5ProjectContainer.php",
      "line": 4426,
      "function": "get",
      "class": "Shopware\\Components\\DependencyInjection\\Container",
      "type": "->",
      "args": [
        "shopware_storefront.cheapest_price_service"
      ]
    },
    {
      "file": /vendor/symfony/dependency-injection/Container.php",
      "line": 306,
      "function": "getShopwareStorefront_ListProductServiceService",
      "class": "ShopwareProductionbeaee75964188b6aa4e6ee54cc7eba86f942f5f5ProjectContainer",
      "type": "->",
      "args": []
    },
    {
      "file": /engine/Shopware/Components/DependencyInjection/Container.php",
      "line": 204,
      "function": "get",
      "class": "Symfony\\Component\\DependencyInjection\\Container",
      "type": "->",
      "args": [
        "shopware_storefront.list_product_service",
        1
      ]
    },
    {
      "file": /engine/Shopware/Components/DependencyInjection/Container.php",
      "line": 138,
      "function": "doLoad",
      "class": "Shopware\\Components\\DependencyInjection\\Container",
      "type": "->",
      "args": [
        "shopware_storefront.list_product_service",
        1
      ]
    }
  ]
}

Viele Grüße
Andreas

Hat niemand von Shopware hier eine Idee? Das Plugin stammt doch von Euch…Es produziert den Fehler auch wenn ich selbst versuche ein Rechnungs-PDF zuerzeugen. Es liegt nicht an dem Plugin von GOLLE. Habe das gleiche Problem auch mit meinem eigene Code…

Grüße