Can't log in to Magento Admin

后端 未结 23 2250
花落未央
花落未央 2020-12-01 02:49

I\'m having troubles logging into Magento\'s admin panel on one of our staging sites (it works 100% on our webdev servers and was working just fine not too long ago on the s

23条回答
  •  执念已碎
    2020-12-01 03:21

    After applying so many solutions and answers, this one worked at last.

    Comment the Line 108~

    call_user_func_array(’session_set_cookie_params’, $cookieParams);
    

    in file app/code/core/Mage/Core/Model/Session/Abstract/Varien.php

提交回复
热议问题