Login issue after setting memcache session in magento - magento

Admin and customer cannot login in magento after the following changes :
I enabled the memcache session in magento by editing local xml with the following lines
<session_save><![CDATA[memcache]]></session_save>
<session_save_path><![CDATA[tcp://XX.XX.XX.XX:11212?persistent=0&weight=2&timeout=10&retry_interval=10]]></session_save_path>
<!--session_save><![CDATA[files]]></session_save-->
After that I cleared the magento cache from admin,after that I cannot login back to admin panel neither can login from the frontend.
Any fix for this issue?

It worked fine after mem-cached(server) was restarted

Related

magento quickstart theme in local server but while login using admin front end it will redirecting to anothe page

I have purchased “Flipshop – Multipurpose Responsive Magento Theme” and i have installed the quickstart theme in local server but while login using admin front end it will redirecting to this page http://dev.ytcvn.com/ytc_templates/magento/sm-flipshop/.
i have changed the base url and secure url on ‘core_config_data’ table but redirecting to http://dev.ytcvn.com/ytc_templates/magento/sm-flipshop/.
Flush all caches using admin panel.
Go to root/var folder and ensure you remove cache/ and full_page_cache/
If that doesn't work please post your log tail -500 inside root/var/log/exception.log or root/var/reports/4353reportnumber.

Magento backend showing blank pages after login?

I have magento 1.9 version and It is working fine on local and demo server but when I move this to live server its admin is not working.It just login admin and only header and navigation bar shows up there.
I tried with remove cache, sessions.disabled all newly installed extensions.but still same problem.My frontend is working fine.
Please help me to solve this issues.
This error was coming due to some entries in table "adminnotification_inbox" . I don't know why this happened.I just empty this table and my admin works fine but as soon as this table have entry same problem occurs, So After empty that table I disable admin notification from following location:-
System->Advanced->Disable Modules Output
Mage_AdminNotification
This solved my problem.
flush your magento root /var/cache folder and /var/session folders, It may have previous server session that may cause problems.

Joomla administrator re-directs to homepage in localhost

I am trying to access my localhost version of the Joomla Administrator, however each time I navigate to the administrator directory, my Joomla website index page loads instead?
I suspect the htaccess file may be the issue but not 100%?
Any ideas?
Cheers
Ok seeing as you have some protection plugin which re-directs the user from the admin panel if they try and access the page, you won't be able to to either.
And seeing as you can't login to disable it, you will have to do it manually via PhpMyAdmin. Follow these instructions:
Enter PhpMyAdmin
Open the table called jos_extensions (jos is the prefix which may be different for you)
Find the protection extension you have installed which is causing the redirect and go to edit it.
You will find a column called enabled. You need to change the value from 1 to 0
You should then be able to login to the Joomla admin panel
Hope this helps

Unable to login to my joomla backend

anyone can help me please!
it is about joomla control panel backend, I don't know why I can't login, every time I try to access it is just send me back to the same login page..
The site frontend is working fine, and the backend is working fine on my localhost.
I've tried to login and it was fine.
There are two things you need to do for your Joomla site:
Error: Your host needs to disable magic_quotes_gpc to run this version of Joomla! => ask your hosting provider to disable magic_quotes_gpc
Update your Joomla from Joomla 3.1.6 to Joomla 3.2.1 as soon as possible.

Can't add products to cart - Magento store

A few hours ago everything just went fine on my store. Then for some reason I changed the settings for using SID in frontend to NO. After that I couldn't access the admin panel anymore. So I fixed that by setting the value for web/session/use_frontend_sid in core_config_data to 1. I cleared the cache manually by ftp and I was able to log into the admin panel.
Now the strange part. After all I can't add products to the cart. Everytime I try to add a product to my cart magento redirects me to the enable-cookies CMS page.
Ok, I solved the problem. I set the redirect when cookies are deactivated in the configuration panel to NO. Now it works like before.

Resources