# Issue with Demoshop

**URL:** https://forum.shopware.com/t/issue-with-demoshop/62234
**Category:** International (English Only)
**Created:** [9. Oktober 2019 um 08:53 UTC](https://forum.shopware.com/t/issue-with-demoshop/62234 "2019-10-09T08:53:35Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![jocky87](https://avatars.discourse-cdn.com/v4/letter/j/d26b3c/32.png) [@jocky87](https://forum.shopware.com/u/jocky87)
#### Post date: [9. Oktober 2019 um 08:53 UTC](https://forum.shopware.com/t/issue-with-demoshop/62234/1 "2019-10-09T08:53:35Z")

</div>

I manage to install Shopware 5 version on Linux Ubuntu (on localhost) and also manage to add and configure payment gateway plugin. So far everything is ok.

&nbsp;

The problem is that when I want to make a test purchase from frontend (Demoshop), I am stuck on Address section (see the image attached). When I trying to log in with existing user (created in system), nothing happens when I press the Login button. Also when I am adding new customer via registration form on the right side and press Continue, also nothing happens - it simply reloads the form and it is blank again. I am now stuck with this and unable to move to Payment & shipping section to the page. Can you please advice how this might be fixed?

&nbsp;

 ![](https://europe1.discourse-cdn.com/flex013/uploads/shopware/original/2X/9/9b36b3800b13550025c14d7a8314a463d9430155.png)

---

<div class="post-metadata">

### Author: ![NextMike](https://avatars.discourse-cdn.com/v4/letter/n/838e76/32.png) [@NextMike](https://forum.shopware.com/u/NextMike)
#### Post date: [9. Oktober 2019 um 09:27 UTC](https://forum.shopware.com/t/issue-with-demoshop/62234/2 "2019-10-09T09:27:05Z")

</div>

What is the browser console saying?

---

<div class="post-metadata">

### Author: ![jocky87](https://avatars.discourse-cdn.com/v4/letter/j/d26b3c/32.png) [@jocky87](https://forum.shopware.com/u/jocky87)
#### Post date: [9. Oktober 2019 um 09:33 UTC](https://forum.shopware.com/t/issue-with-demoshop/62234/3 "2019-10-09T09:33:46Z")

</div>

When I enter the details and press Login button, the result is like this:

 ![](https://europe1.discourse-cdn.com/flex013/uploads/shopware/original/2X/5/52decb7f0a6e1f36555f5a54c9ae69f0b3ba8216.png)

![](https://europe1.discourse-cdn.com/flex013/uploads/shopware/original/2X/2/2a31a4a3bf2a6ecf0a5fc4584ea7f7d0760a00a8.png)

---

<div class="post-metadata">

### Author: ![jocky87](https://avatars.discourse-cdn.com/v4/letter/j/d26b3c/32.png) [@jocky87](https://forum.shopware.com/u/jocky87)
#### Post date: [11. Oktober 2019 um 06:59 UTC](https://forum.shopware.com/t/issue-with-demoshop/62234/4 "2019-10-11T06:59:23Z")

</div>

I wondering if anyone has experienced similar behaviour too. There was actually the same outcome when I tried to run everything on Windows10. Just to mention, that I tested several other ecommerce platforms such as Magento, Prestashop, Opencart, Woocommerce successfully.

---

<div class="post-metadata">

### Author: ![NextMike](https://avatars.discourse-cdn.com/v4/letter/n/838e76/32.png) [@NextMike](https://forum.shopware.com/u/NextMike)
#### Post date: [11. Oktober 2019 um 07:29 UTC](https://forum.shopware.com/t/issue-with-demoshop/62234/5 "2019-10-11T07:29:04Z")

</div>

It looks like a specific problem. You might want to look at this:&nbsp;[https://developers.shopware.com/sysadmins-guide/system-requirements/](https://developers.shopware.com/sysadmins-guide/system-requirements/)&nbsp;and this:&nbsp;[https://developers.shopware.com/developers-guide/debugging/](https://developers.shopware.com/developers-guide/debugging/)

---

<div class="post-metadata">

### Author: ![charles0301](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/charles0301/32/8085_2.png) [@charles0301](https://forum.shopware.com/u/charles0301)
#### Post date: [14. Oktober 2019 um 06:56 UTC](https://forum.shopware.com/t/issue-with-demoshop/62234/6 "2019-10-14T06:56:30Z")

</div>

Hello Jocky,

it caused actually due to&nbsp;session timeout for the login customer. For localhost the session timeout value is too low, so every time customer login it gets&nbsp;a timeout. for me&nbsp;fix this issue manually set the timeout limit in sAdmin.php&nbsp; file sCheckUser function. Try this&nbsp; &nbsp;If the shop is installed in server I won’t get this error.

---

<div class="post-metadata">

### Author: ![jocky87](https://avatars.discourse-cdn.com/v4/letter/j/d26b3c/32.png) [@jocky87](https://forum.shopware.com/u/jocky87)
#### Post date: [15. Oktober 2019 um 11:53 UTC](https://forum.shopware.com/t/issue-with-demoshop/62234/7 "2019-10-15T11:53:20Z")

</div>

Thanks @charles0301‍! Manage to fix the problem by changing the relevant sCheckUser code from here:

> <https://github.com/shopware/shopware/blob/8ead07a2262303447e553c98641f7241401fb93b/engine/Shopware/Core/sAdmin.php#L866>
