Hi, I have just finished a great Shopware-project on my local development server and online development server. No problems. But when I transfer the site to the new domain I cannot login to the backend anymore. I do get the backend screen, but when I enter my credentials nothing happens. The screens just stalls. In Google developer tools I see the following errors: 1: POST http://domain.de/backend/Login/login 503 (Service Unavailable) ext-all.js?201402120926:21 Ext.define.request ext-all.js?201402120926:21 Ext.define.doSubmit ext-all.js?201402120926:21 Ext.define.run ext-all.js?201402120926:21 (anonymous function) ext-all.js?201402120926:21 2: Uncaught TypeError: Cannot read property ‚lockedUntil‘ of undefined /backend/Login/load/?f=m/Locale|v/Main|v/main/Form|store/Locale|c/Main&no-cache=1408815991:181 form.submit.failure /backend/Login/load/?f=m/Locale|v/Main|v/main/Form|store/Locale|c/Main&no-cache=1408815991:181 Ext.apply.callback ext-all.js?201402120926:21 Ext.define.afterAction ext-all.js?201402120926:21 Ext.define.onFailure ext-all.js?201402120926:21 Ext.apply.callback ext-all.js?201402120926:21 Ext.define.onComplete ext-all.js?201402120926:21 Ext.define.onStateChange ext-all.js?201402120926:21 (anonymous function) ext-all.js?201402120926:21 Is this some license issue or caching? I emptied the cache before export. I’m using the community-edition 4.2. I found out that if I install a clean installation eveything is okay. When I import the database with the data I need I have the same problem. Please help me, my client expects the site online on monday… Thanks in advance, Jason
I managed to solve this. For future reference I post here how I solved it. [list=1] I made a clean install of Shopware. I made an export of the database from my development server WITHOUT the table s_core_auth. I imported this into the new installation. I can login now into backend. I only have to add the users in the backend, which in my case luckely weren’t that many. [/list] So, problem solved. However, it’s still interesting to know why (API-key?) this happened and how it can be prevented. Good luck, Jason