Probleme mit custom products Plugin

Hallo liebe community, bei mir im Shop stürzt das Plugin Custom Porducts ständig ab und ich bekomme dann im WK folgende Meldung: Ups! Ein Fehler ist aufgetreten! Die nachfolgenden Hinweise sollten Ihnen weiterhelfen. Class Shopware\CustomModels\Customizing\Group does not exist in Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php on line 73 Stack trace: #0 Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php(73): ReflectionClass-\>\_\_construct('Shopware\Custom...') #1 Doctrine/ORM/Mapping/ClassMetadataInfo.php(746): Doctrine\Common\Persistence\Mapping\RuntimeReflectionService-\>getClass('Shopware\Custom...') #2 Doctrine/ORM/Mapping/ClassMetadataFactory.php(579): Doctrine\ORM\Mapping\ClassMetadataInfo-\>wakeupReflection(Object(Doctrine\Common\Persistence\Mapping\RuntimeReflectionService)) #3 Doctrine/ORM/Mapping/ClassMetadataFactory.php(175): Doctrine\ORM\Mapping\ClassMetadataFactory-\>wakeupReflection(Object(Doctrine\ORM\Mapping\ClassMetadata), Object(Doctrine\Common\Persistence\Mapping\RuntimeReflectionService)) #4 Doctrine/ORM/EntityManager.php(269): Doctrine\ORM\Mapping\ClassMetadataFactory-\>getMetadataFor('Shopware\Custom...') #5 Shopware/Components/Model/ModelManager.php(144): Doctrine\ORM\EntityManager-\>getClassMetadata('Shopware\Custom...') #6 Shopware/Plugins/Community/Frontend/SwagCustomizing/Bootstrap.php(492): Shopware\Components\Model\ModelManager-\>getRepository() #7 Shopware/Plugins/Community/Frontend/SwagCustomizing/Bootstrap.php(1155): Shopware\_Plugins\_Frontend\_SwagCustomizing\_Bootstrap-\>getGroupRepository() #8 Shopware/Plugins/Community/Frontend/SwagCustomizing/Bootstrap.php(783): Shopware\_Plugins\_Frontend\_SwagCustomizing\_Bootstrap-\>fixValues() #9 Enlight/Event/Handler/Plugin.php(149): Shopware\_Plugins\_Frontend\_SwagCustomizing\_Bootstrap-\>onUpdateBasketArticle(Object(Enlight\_Hook\_HookArgs)) #10 Enlight/Event/EventManager.php(248): Enlight\_Event\_Handler\_Plugin-\>execute(Object(Enlight\_Hook\_HookArgs)) #11 Enlight/Hook/HookManager.php(183): Enlight\_Event\_EventManager-\>filter('sBasket::sUpdat...', NULL, Object(Enlight\_Hook\_HookArgs)) #12 cache/proxies/sBasketProxy.php(23): Enlight\_Hook\_HookManager-\>executeHooks(Object(Shopware\_Proxies\_sBasketProxy), 'sUpdateArticle', Array) #13 engine/core/class/sBasket.php(960): Shopware\_Proxies\_sBasketProxy-\>sUpdateArticle('90', '1') #14 Shopware/Controllers/Frontend/Checkout.php(659): sBasket-\>sGetBasket() #15 Shopware/Controllers/Frontend/Checkout.php(114): Shopware\_Controllers\_Frontend\_Checkout-\>getBasket() #16 Enlight/Controller/Action.php(148): Shopware\_Controllers\_Frontend\_Checkout-\>cartAction() #17 Enlight/Controller/Dispatcher/Default.php(521): Enlight\_Controller\_Action-\>dispatch('cartAction') #18 Enlight/Controller/Front.php(214): Enlight\_Controller\_Dispatcher\_Default-\>dispatch(Object(Enlight\_Controller\_Request\_RequestHttp), Object(Enlight\_Controller\_Response\_ResponseHttp)) #19 Shopware/Components/HttpCache/HttpKernel.php(79): Enlight\_Controller\_Front-\>dispatch() #20 Symfony/Component/HttpKernel/HttpCache/HttpCache.php(434): Shopware\Components\HttpCache\HttpKernel-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #21 Shopware/Components/HttpCache/AppCache.php(234): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #22 Symfony/Component/HttpKernel/HttpCache/HttpCache.php(403): Shopware\Components\HttpCache\AppCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true) #23 Symfony/Component/HttpKernel/HttpCache/HttpCache.php(303): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>fetch(Object(Symfony\Component\HttpFoundation\Request), true) #24 Shopware/Components/HttpCache/AppCache.php(158): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>lookup(Object(Symfony\Component\HttpFoundation\Request), true) #25 Symfony/Component/HttpKernel/HttpCache/HttpCache.php(192): Shopware\Components\HttpCache\AppCache-\>lookup(Object(Symfony\Component\HttpFoundation\Request), true) #26 Shopware/Components/HttpCache/AppCache.php(110): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #27 Shopware/Bootstrap.php(70): Shopware\Components\HttpCache\AppCache-\>handle(Object(Symfony\Component\HttpFoundation\Request)) #28 Enlight/Application.php(192): Shopware\_Bootstrap-\>run() #29 shopware.php(83): Enlight\_Application-\>run() #30 {main} wenn ich das Modul dann kurz de- und wieder installiere läuft es ein paar stunden normal und dann kommt dieser Fehler plötzlich wieder. Der shop ist frisch installiert und dies neben paypal das einzig installierte Plugin ansonsten auch alles noch Jungfräulicher-standard!

Hi, der Fehler ist bereits korrigiert, der Fix müsste heute noch veröffentlicht werden. Problem sind nicht registrierte Attribut-Model in einem bestimmten Aufruf. In der Praxis werden die fehlenden Daten in der Classmap gecacht, so dass der Fehler nur in best. Konstellationen nach Leeren des Caches auftreten sollte. In der Regel genügt es bereits, einmal das Backend-Modul aufzurufen oder eine Detailseite mit CustomModels zu öffnen. Aber wie gesagt: Fix müsste heute oder spätestens Montag über den PluginManager zur Verfügung stehen. lG Daniel //edit: Das Update kommt dann am Montag :slight_smile: