`
tanghui13159
  • 浏览: 2933 次
  • 性别: Icon_minigender_1
  • 来自: 厦门
最近访客 更多访客>>
社区版块
存档分类
最新评论

magento Fatal error: session_start()

阅读更多
Fatal errorsession_start() [<a href='function.session-start'>function.session-start</a>]Failed to initialize storage moduleuser (path: /tmpin /home/efirst/public_html/shop/app/code/core/Mage/Core/Model/Session/Abstract/Varien.php on line 125
----------------------------------------------------------------------------------

Is the /tmp partition on your server writable by the web server? Next, what is being used as the session storage? Open app/etc/local.xml and locate the following line:

 

<session_save><![CDATA[.....]]></session_save>

It could be set to any of the following: db, memcache, files. Make sure it is set to “files”.

Also check if there is a custom <session_save_path> entry present. 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics