sunren 发表于 2015-8-20 14:34:10

Fatal error: Call to a member function insert() on a non-object in /opt/lamp...

  app/code/core/Mage/Core/Model/Session/Abstract/Varien.php
  // session cookie params
      $cookieParams = array(
            'lifetime' => $cookie->getLifetime(),
            'path'   => $cookie->getPath(),
            'domain'   => $cookie->getConfigDomain(),
            'secure'   => $cookie->isSecure(),
            'httponly' => $cookie->getHttponly()
      );
  ->
  // session cookie params
      $cookieParams = array(
            'lifetime' => $cookie->getLifetime(),
            'path'   => $cookie->getPath(),
            //'domain'   => $cookie->getConfigDomain(),
            //'secure'   => $cookie->isSecure(),
            //'httponly' => $cookie->getHttponly()
      );
页: [1]
查看完整版本: Fatal error: Call to a member function insert() on a non-object in /opt/lamp...