You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2017. It is now read-only.
I am experiencing some issues when logging in from Magento.
If I use my form in Symfony to log in, it works perfectly. I can go to Magento and the user is properly logged in. Doing the logout from either Magento or my Symfony application works as well.
However, if I log in using Magento and then try to go to my secured area in Symfony I get the following error:
Fatal error: Call to a member function loadUserByUsername() on a non-object in .../vendor/bundles/Liip/MagentoBundle/Security/MagentoAuthenticationListener.php on line 139
I both cases, I checked the cookies and everything seems to be ok.
My testing environment is running on Ubuntu. I have configured Magento as a subdomain (shop.sandbox.local) of my Symfony application (sandbox.local). The cookie domain is set to sandbox.local.
Hello,
I am experiencing some issues when logging in from Magento.
If I use my form in Symfony to log in, it works perfectly. I can go to Magento and the user is properly logged in. Doing the logout from either Magento or my Symfony application works as well.
However, if I log in using Magento and then try to go to my secured area in Symfony I get the following error:
Fatal error: Call to a member function loadUserByUsername() on a non-object in .../vendor/bundles/Liip/MagentoBundle/Security/MagentoAuthenticationListener.php on line 139
I both cases, I checked the cookies and everything seems to be ok.
My testing environment is running on Ubuntu. I have configured Magento as a subdomain (shop.sandbox.local) of my Symfony application (sandbox.local). The cookie domain is set to sandbox.local.
Do you have any ideas?