# Individuelles Template macht seit Update auf 4.1.4 Probleme

**URL:** https://forum.shopware.com/t/individuelles-template-macht-seit-update-auf-4-1-4-probleme/17493
**Category:** Shopware 3.5
**Tags:** themes--design
**Created:** [30. Dezember 2013 um 11:37 UTC](https://forum.shopware.com/t/individuelles-template-macht-seit-update-auf-4-1-4-probleme/17493 "2013-12-30T11:37:45Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Fidentia\_Lifestyle](https://avatars.discourse-cdn.com/v4/letter/f/f04885/32.png) [@Fidentia\_Lifestyle](https://forum.shopware.com/u/Fidentia_Lifestyle)
#### Post date: [30. Dezember 2013 um 11:37 UTC](https://forum.shopware.com/t/individuelles-template-macht-seit-update-auf-4-1-4-probleme/17493/1 "2013-12-30T11:37:45Z")

</div>

Hallo liebe Community, seit dem Shopwareupdate auf die Version 4.1.4 kommt sehr oft diese Fehlermeldung „Ups es ist ein Fehler aufgetreten“ wenn man sich durch die Navigation klickt. Folgender Hinweis soll mir helfen nnur kann ich damit irgendwie nichts anfangen^^: Action „Frontend\_Listing\_shopwarePhpAction“ not found failure in Enlight/Controller/Action.php on line 351 Stack trace: #0 Enlight/Controller/Action.php(148): Enlight\_Controller\_Action-\>\_\_call(‚shopwarePhpActi…‘, Array) #1 Enlight/Controller/Action.php(148): Shopware\_Proxies\_ShopwareControllersFrontendListingProxy-\>shopwarePhpAction() #2 Enlight/Controller/Dispatcher/Default.php(521): Enlight\_Controller\_Action-\>dispatch(‚shopwarePhpActi…‘) #3 Enlight/Controller/Front.php(214): Enlight\_Controller\_Dispatcher\_Default-\>dispatch(Object(Enlight\_Controller\_Request\_RequestHttp), Object(Enlight\_Controller\_Response\_ResponseHttp)) #4 Shopware/Components/HttpCache/HttpKernel.php(79): Enlight\_Controller\_Front-\>dispatch() #5 Symfony/Component/HttpKernel/HttpCache/HttpCache.php(434): Shopware\Components\HttpCache\HttpKernel-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #6 Shopware/Components/HttpCache/AppCache.php(242): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #7 Symfony/Component/HttpKernel/HttpCache/HttpCache.php(403): Shopware\Components\HttpCache\AppCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true) #8 Symfony/Component/HttpKernel/HttpCache/HttpCache.php(303): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>fetch(Object(Symfony\Component\HttpFoundation\Request), true) #9 Shopware/Components/HttpCache/AppCache.php(162): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>lookup(Object(Symfony\Component\HttpFoundation\Request), true) #10 Symfony/Component/HttpKernel/HttpCache/HttpCache.php(192): Shopware\Components\HttpCache\AppCache-\>lookup(Object(Symfony\Component\HttpFoundation\Request), true) #11 Shopware/Components/HttpCache/AppCache.php(97): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #12 Shopware/Bootstrap.php(70): Shopware\Components\HttpCache\AppCache-\>handle(Object(Symfony\Component\HttpFoundation\Request)) #13 Enlight/Application.php(192): Shopware\_Bootstrap-\>run() #14 shopware.php(83): Enlight\_Application-\>run() #15 {main} Kennt jemand diesen Fehler und weiß ich ich diesen beheben könnte? Beste Grüße Sammy

---

<div class="post-metadata">

### Author: ![crz](https://avatars.discourse-cdn.com/v4/letter/c/3ec8ea/32.png) [@crz](https://forum.shopware.com/u/crz)
#### Post date: [31. Dezember 2013 um 16:00 UTC](https://forum.shopware.com/t/individuelles-template-macht-seit-update-auf-4-1-4-probleme/17493/2 "2013-12-31T16:00:37Z")

</div>

Im Child-Template in index/index.tpl `{block name="frontend\_index\_footer"} {if $sLastArticlesShow} {action module=widgets controller=lastArticles} {/if} {/block}` austauschen mit: ` {\* Footer \*} {block name="frontend\_index\_footer"} {if $sLastArticlesShow && !$isEmotionLandingPage} {include file="frontend/plugins/index/viewlast.tpl"} {/if} {/block}`

---

<div class="post-metadata">

### Author: ![artelier](https://avatars.discourse-cdn.com/v4/letter/a/e9c0ed/32.png) [@artelier](https://forum.shopware.com/u/artelier)
#### Post date: [31. Dezember 2013 um 16:04 UTC](https://forum.shopware.com/t/individuelles-template-macht-seit-update-auf-4-1-4-probleme/17493/3 "2013-12-31T16:04:53Z")

</div>

Oder alternative das last\_article Plugin deaktivieren.
