Can't login to Magento admin

前端 未结 12 2684
谎友^
谎友^ 2020-11-30 09:31

I have magento installed in a subdirectory. www.domain.com/subdir/magento

This site worked perfectly at one point. I changed nothing, until my client said he could

12条回答
  •  情书的邮戳
    2020-11-30 09:52

    In Case, that you dont see any cookie named "frontend" or "adminhtml", when you reload the page, the Magento cookie wasn't set. In my case I have a wrong cookie_domain. I used "null" instead of "NULL".

    As I set my cookie_domain to NULL in core_config_data, the problem was solved

提交回复
热议问题