Fatal error: session_start() [<a href='function.session-start'>function.session-start</a>]: Failed to initialize storage module: user (path: /tmp) in /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.
本文将指导您如何解决Magento购物网站中session_start()初始化存储模块失败的问题,包括检查tmppartition分区是否可写,确认session存储设置是否为文件系统(files),以及检查session_save_path配置。
450

被折叠的 条评论
为什么被折叠?



