Magento’yu yeni kurdunuz fakat xamp, wamp, easyphp ye kurduğunuz bu magentoda Backend paneline.. yani admin paneline login’i olamadınız mı?..
Aşağıdaki dosyada;
[magento_url]\app\code\core\Mage\Core\Model\Session\Abstract\Varien.php
78. satır civarinda
bulun
//
// set session cookie params
session_set_cookie_params(
$this->getCookie()->getLifetime(),
$this->getCookie()->getPath(),
$this->getCookie()->getDomain(),
$this->getCookie()->isSecure(),
$this->getCookie()->getHttponly()
ve şu şekilde değiştirin;
//
// set session cookie params
session_set_cookie_params(
$this->getCookie()->getLifetime(),
$this->getCookie()->getPath()
// $this->getCookie()->getDomain(),
// $this->getCookie()->isSecure(),
// $this->getCookie()->getHttponly()
problem çözülecek…
easyphp de denenmiştir.


Merhaba, ben Oğuzhan Başar

{ 1 yorum… bu yorumları oku yada sende bir tane bırak }
Magento kurulumu sonrası Backend admin login problemi http://goo.gl/fb/o4UB
This comment was originally posted on Twitter