Hallo, folgende Fehlermeldung erhalte ich beim Versuch den Pluginmanager zu öffnen: SyntaxError: Unexpected token ILLEGAL at http://domain.de/engine/Library/ExtJs/ext-all.js?201510221322:21:5361 at Object.Ext.globalEval (http://domain.de/engine/Library/ExtJs/ext-all.js?201510221322:21:5369) at Ext.Ajax.request.success (http://domain.de/backend/base?file=bootstrap&loggedIn=1451811170:477:5) at Object.Ext.apply.callback (http://domain.de/engine/Library/ExtJs/ext-all.js?201510221322:21:67496) at Ext.define.onComplete (http://domain.de/engine/Library/ExtJs/ext-all.js?201510221322:21:422670) at Ext.define.onStateChange (http://domain.de/engine/Library/ExtJs/ext-all.js?201510221322:21:422314) at XMLHttpRequest.<anonymous> (http://domain.de/engine/Library/ExtJs/ext-all.js?201510221322:21:17406)
Im Forum ist die Empfehlung Pugins zu löschen bis der Fehler nicht mehr auftaucht, hatte damit leider keinen Erfolg.
Mit der console kann ich allerdings auf die Plugins zugreifen:
[code]±------------------±---------------------±--------±------------±-------±----------+
| Plugin | Label | Version | Author | Active | Installed |
±------------------±---------------------±--------±------------±-------±----------+
| AdvancedMenu | Erweitertes Menü | 1 | shopware AG | Yes | Yes |
| Cron | Cron | 1.0.0 | shopware AG | Yes | Yes |
| InputFilter | InputFilter | 1 | shopware AG | Yes | Yes |
| LastArticles | LastArticles | 1 | shopware AG | Yes | Yes |
| Payment | Payment | 1.0.0 | shopware AG | Yes | Yes |
| PluginManager | Plugin Manager | 1.0.0 | shopware AG | Yes | Yes |
| Statistics | Statistics | 1 | shopware AG | Yes | Yes |
| SwagPaymentPaypal | PayPal | 3.3.5 | shopware AG | Yes | Yes |
| SwagUpdate | Shopware Auto Update | 1.0.0 | shopware AG | Yes | Yes |
| CronBirthday | CronBirthday | 1.0.0 | shopware AG | No | Yes |
| CronProductExport | CronProductExport | 1.0.0 | shopware AG | No | No |
| CronRating | CronRating | 1.0.0 | shopware AG | No | Yes |
| CronRefresh | CronRefresh | 1.0.0 | shopware AG | No | No |
| CronStock | CronStock | 1 | shopware AG | No | No |
| Debug | Debug | 1.0.0 | shopware AG | No | No |
| Notification | Notification | 1 | shopware AG | No | No |
| TagCloud | TagCloud | 1 | shopware AG | No | No |
±------------------±---------------------±--------±------------±-------±----------+
[/code]
Das PAypal Plugin war entfernt, und wurde mit der console wieder installiert.
Was könnte sonst noch die Ursache sein?