LastArticles Plugin

Ich hab ein Update von 4.1.4 auf 4.2.0 RC gemacht. Soweit ich das beurteilen konnte ging alles glatt, aber ich bekomm beim Aufruf der Artikeldetailseite folgende Fehlermeldung: Ups! An error has occurred! The following hints should help you. Method "Shopware\_Plugins\_Frontend\_LastArticles\_Bootstrap::setLastArticle" not found failure in Shopware/Plugins/Default/Frontend/LastArticles/Bootstrap.php on line 107 Stack trace: #0 Shopware/Plugins/Default/Frontend/LastArticles/Bootstrap.php(107): Enlight\_Class-\>\_\_call('setLastArticle', Array) #1 Shopware/Plugins/Default/Frontend/LastArticles/Bootstrap.php(107): Shopware\_Plugins\_Frontend\_LastArticles\_Bootstrap-\>setLastArticle(Array) #2 Enlight/Event/Handler/Plugin.php(149): Shopware\_Plugins\_Frontend\_LastArticles\_Bootstrap-\>onPostDispatch(Object(Enlight\_Controller\_ActionEventArgs)) #3 Enlight/Event/EventManager.php(211): Enlight\_Event\_Handler\_Plugin-\>execute(Object(Enlight\_Controller\_ActionEventArgs)) #4 Enlight/Controller/Action.php(202): Enlight\_Event\_EventManager-\>notify('Enlight\_Control...', Object(Enlight\_Controller\_ActionEventArgs)) #5 Enlight/Controller/Dispatcher/Default.php(528): Enlight\_Controller\_Action-\>dispatch('indexAction') #6 Enlight/Controller/Front.php(228): Enlight\_Controller\_Dispatcher\_Default-\>dispatch(Object(Enlight\_Controller\_Request\_RequestHttp), Object(Enlight\_Controller\_Response\_ResponseHttp)) #7 Shopware/Kernel.php(137): Enlight\_Controller\_Front-\>dispatch() #8 vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(473): Shopware\Kernel-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #9 Shopware/Components/HttpCache/AppCache.php(256): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #10 vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(430): Shopware\Components\HttpCache\AppCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true) #11 vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(330): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>fetch(Object(Symfony\Component\HttpFoundation\Request), true) #12 Shopware/Components/HttpCache/AppCache.php(178): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>lookup(Object(Symfony\Component\HttpFoundation\Request), true) #13 vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(194): Shopware\Components\HttpCache\AppCache-\>lookup(Object(Symfony\Component\HttpFoundation\Request), true) #14 Shopware/Components/HttpCache/AppCache.php(113): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #15 shopware.php(91): Shopware\Components\HttpCache\AppCache-\>handle(Object(Symfony\Component\HttpFoundation\Request)) #16 {main} und wenn ich in der Bootstrap.php nachschau gibt es die Methode wirklich nicht :slight_smile: Auf Github ist sie ebenfalls nicht vorhanden. Aber in einer älteren Dateiversion url=https://github.com/ShopwareAG/shopware-4/blob/c71584454363320736114bfade55bf9c08c7f42f/engine/Shopware/Plugins/Default/Frontend/LastArticles/Bootstrap.php[/url] ist sie noch drin. Gelöst hab ich das jetzt übergangsweise, indem ich in /engine/Shopware/Plugins/Default/Frontend/LastArticle $this-\>setLastArticle($view-\>sArticle); mit $this-\>setLastArticleById($view-\>sArticle['articleID']); ersetze. Edit: Problem gelöst, lag am Template -.-

Habe den gleichen Fehler. Wie sah denn die fehlerhafte Stelle im Template aus bzw. wie hast du den Fehler behoben?