Skip to main content
21 events
when toggle format what by license comment
Mar 9, 2020 at 15:49 history edited Alana Storm CC BY-SA 4.0
added 83 characters in body
Mar 9, 2020 at 13:27 comment added karpa You can also add the "disable admin captcha" to the list of common problems you wrote. See my answer bellow.
Dec 27, 2017 at 15:32 review Suggested edits
Dec 27, 2017 at 15:53
Jun 21, 2017 at 9:14 comment added Magento 2 Learner @AlanStorm, pls look into this, magento.stackexchange.com/questions/180021/… What is the exact problem ? thanx in advance
Sep 12, 2016 at 6:31 comment added Sharfaraz Bheda This instruction is working fine for this issue: yireo.com/tutorials/magento/magento-administration/…
Jan 20, 2016 at 21:26 comment added Buttle Butkus Great answer. My problem turned out to be the cookie domain. I always remember to change base_url and secure_base_url, but sometimes forget to check .htaccess settings and the cookie domain.
Nov 12, 2015 at 13:14 comment added cljk Had the same problem after upgrading from 1.8 to 1.9 - I deleted my cookies and could login again.
Oct 1, 2015 at 17:48 history edited Alana Storm CC BY-SA 3.0
deleted 50 characters in body
S Oct 1, 2015 at 10:15 history suggested Mubashar Aftab CC BY-SA 3.0
added another option that can solve the problem (worked for me)
Oct 1, 2015 at 9:39 review Suggested edits
S Oct 1, 2015 at 10:15
Aug 31, 2015 at 9:46 comment added Klistrian Clearing the magento cache using an external php script followed by clearing the browser cookies did it for me. Script: require_once 'app/Mage.php'; $app = Mage::app(); if($app != null) { $cache = $app->getCache(); if($cache != null) { $cache->clean(); } }
Aug 6, 2015 at 22:39 history edited Alana Storm CC BY-SA 3.0
edited body
Jul 16, 2015 at 19:57 review Suggested edits
Jul 16, 2015 at 20:05
Feb 13, 2015 at 15:08 comment added Alana Storm @Denisa You'll have a bit more luck if you try asking that as a new question.
Feb 13, 2015 at 11:02 comment added Denisa @cmuench I run that command and I don't understand results: Invalid Unsecure BaseURL Store: default Wrong hostname configured. Hostname must contain a dot ✖ Invalid Unsecure BaseURL Store: french Wrong hostname configured. Hostname must contain a dot ✖ Invalid Unsecure BaseURL Store: sot_eng Wrong hostname configured. Hostname must contain a dot ✖ Invalid Unsecure BaseURL Store: sot_fra Wrong hostname configured. Hostname must contain a dot ✔ Cookie Domain (secure) of Store: default OK - No domain set All Cookie domain look the same Ok and No domain set
Jan 26, 2015 at 15:47 review Suggested edits
Jan 26, 2015 at 17:48
Jan 12, 2015 at 13:41 comment added Simon In my case, there was not enough disk space on the server. So you may want to add this as a possible cause.
Jul 12, 2014 at 10:45 vote accept SIBHI S
Jul 12, 2014 at 10:45 comment added SIBHI S @Alan Storm, Thank you for the clear explanation. I solved my issue. In my case, reason of issue is 3rd one.
Jul 5, 2014 at 18:57 comment added cmuench You can use n98-magerun's sys:check command to find problems with cookie domain and base url. magerun.net/quick-tip-find-login-issues-with-syscheck-command
Jul 5, 2014 at 18:02 history answered Alana Storm CC BY-SA 3.0