# Update auf 5.1.1 - Login Form von Backend weg

**URL:** https://forum.shopware.com/t/update-auf-5-1-1-login-form-von-backend-weg/33771
**Category:** Allgemein
**Created:** [20. Januar 2016 um 23:01 UTC](https://forum.shopware.com/t/update-auf-5-1-1-login-form-von-backend-weg/33771 "2016-01-20T23:01:47Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![CallY](https://avatars.discourse-cdn.com/v4/letter/c/58f4c7/32.png) [@CallY](https://forum.shopware.com/u/CallY)
#### Post date: [20. Januar 2016 um 23:01 UTC](https://forum.shopware.com/t/update-auf-5-1-1-login-form-von-backend-weg/33771/1 "2016-01-20T23:01:47Z")

</div>

Brauche dringend Hilfe. :wtf: In der Console von Chrome steht: `GET backend/base?file=bootstrap&loggedIn=1453326907 503 (Service Unavailable) Uncaught Error: Ext.Loader is not enabled, so dependencies cannot be resolved dynamically. Missing required class: Shopware.container.Viewport` Wenn ich die Datei aufrufe backend/base?file=bootstrap&loggedIn=1453326907: [code]

## Ups! Ein Fehler ist aufgetreten!

Die nachfolgenden Hinweise sollten Ihnen weiterhelfen.

### Unable to load template snippet ‘ExtJs/overrides/Ext.Timeout.js’ in ‘backend/base/bootstrap.js’ in Smarty/sysplugins/smarty\_internal\_templatebase.php on line 127

### Stack trace:

```
#0 Smarty/sysplugins/smarty\_internal\_template.php(286): Smarty\_Internal\_TemplateBase-\>fetch(NULL, NULL, NULL, NULL, false, false, true) #1 var/cache/production\_201510221322/templates/backend\_de\_DE\_12c32/b4/a5/47/b4a54712bebb380a45c179b2abd5e82f9dbca353.snippet.bootstrap.js.php(100): Smarty\_Internal\_Template-\>getSubTemplate('ExtJs/overrides...', NULL, 'backend\_de\_DE\_1...', NULL, NULL, Array, 0) #2 Smarty/sysplugins/smarty\_internal\_templatebase.php(180): content\_56a0018cb8ee80\_02305033(Object(Enlight\_Template\_Default)) #3 Enlight/View/Default.php(274): Smarty\_Internal\_TemplateBase-\>fetch() #4 Enlight/Controller/Plugins/ViewRenderer/Bootstrap.php(216): Enlight\_View\_Default-\>render(Object(Enlight\_Template\_Default)) #5 Enlight/Controller/Plugins/ViewRenderer/Bootstrap.php(242): Enlight\_Controller\_Plugins\_ViewRenderer\_Bootstrap-\>renderTemplate(Object(Enlight\_Template\_Default)) #6 Enlight/Controller/Plugins/ViewRenderer/Bootstrap.php(136): Enlight\_Controller\_Plugins\_ViewRenderer\_Bootstrap-\>render() #7 : Enlight\_Controller\_Plugins\_ViewRenderer\_Bootstrap-\>onPostDispatch(Object(Enlight\_Controller\_ActionEventArgs)) #8 Enlight/Event/Handler/Default.php(91): call\_user\_func(Array, Object(Enlight\_Controller\_ActionEventArgs)) #9 Enlight/Event/EventManager.php(210): Enlight\_Event\_Handler\_Default-\>execute(Object(Enlight\_Controller\_ActionEventArgs)) #10 Enlight/Controller/Action.php(201): Enlight\_Event\_EventManager-\>notify('Enlight\_Control...', Object(Enlight\_Controller\_ActionEventArgs)) #11 Enlight/Controller/Dispatcher/Default.php(523): Enlight\_Controller\_Action-\>dispatch('indexAction') #12 Enlight/Controller/Front.php(227): Enlight\_Controller\_Dispatcher\_Default-\>dispatch(Object(Enlight\_Controller\_Request\_RequestHttp), Object(Enlight\_Controller\_Response\_ResponseHttp)) #13 Shopware/Kernel.php(148): Enlight\_Controller\_Front-\>dispatch() #14 vendor/symfony/http-kernel/HttpCache/HttpCache.php(492): Shopware\Kernel-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #15 Shopware/Components/HttpCache/AppCache.php(255): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #16 vendor/symfony/http-kernel/HttpCache/HttpCache.php(263): Shopware\Components\HttpCache\AppCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true) #17 Shopware/Components/HttpCache/AppCache.php(103): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>pass(Object(Symfony\Component\HttpFoundation\Request), true) #18 shopware.php(101): Shopware\Components\HttpCache\AppCache-\>handle(Object(Symfony\Component\HttpFoundation\Request)) #19 {main}

```

&nbsp;  
[/code] Bitte helft mir. 😢

---

<div class="post-metadata">

### Author: ![CallY](https://avatars.discourse-cdn.com/v4/letter/c/58f4c7/32.png) [@CallY](https://forum.shopware.com/u/CallY)
#### Post date: [21. Januar 2016 um 11:30 UTC](https://forum.shopware.com/t/update-auf-5-1-1-login-form-von-backend-weg/33771/2 "2016-01-21T11:30:53Z")

</div>

`Unable to load template snippet 'ExtJs/overrides/Ext.Timeout.js' in 'backend/base/bootstrap.js'` Lösung: 1. Unter: engine/Library/ExtJs/overrides/ fehlt eine Datei namens „Ext.Timeout.js“. 2. Zu Github und in Repository suchen: [https://github.com/shopware/shopware](https://github.com/shopware/shopware) 3. Datei herunterladen unter: [https://raw.githubusercontent.com/shopw … Timeout.js](https://raw.githubusercontent.com/shopware/shopware/481ae0123ac11797ba05415926a03bab411080e1/engine/Library/ExtJs/overrides/Ext.Timeout.js) 4. Datei in Server einfügen, jetzt läuft es bei uns 😃
