jinqiu 2007-3-6 02:01
安装成功,但管理台出故障-请帮忙,急!
我刚刚装了manbo4.6.1, 安装成功了,可是在管理台却出现问题,在页面顶端出现这样的代码:
[code]Warning: session_start() [function.session-start]: open(/mnt/124/sdc/6/1/easy12/sessions/sess_c5c9d2382ec3296b19d759818713d227, O_RDWR) failed: No such file or directory (2) in /mnt/124/sdc/6/1/easy12/shopping/index.php on line 142[/code]
[code]Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /mnt/124/sdc/6/1/easy12/shopping/index.php:142) in /mnt/124/sdc/6/1/easy12/shopping/index.php on line 142[/code]
[code]Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /mnt/124/sdc/6/1/easy12/shopping/index.php:142) in /mnt/124/sdc/6/1/easy12/shopping/index.php on line 142[/code]
在页面底端出现下面的代码:
[code]Warning: Unknown(): open(/mnt/124/sdc/6/1/easy12/sessions/sess_c5c9d2382ec3296b19d759818713d227, O_RDWR) failed: No such file or directory (2) in Unknown on line 0[/code]
[code]Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/mnt/124/sdc/6/1/easy12/sessions) in Unknown on line 0[/code]
中间的管理页面显示正常,但是功能不可用。
我不懂php, 请问这是那地方的问题啊?请各位帮忙.谢谢啊!
hoping 2007-3-6 08:43
session设置的问题
或者检查一下mnt/124/sdc/6/1/easy12/sessions,此文件夹的权限
fangfeiyu 2007-3-14 20:03
php.ini 中session.save_path = "c:/windows/temp",检查次选项以及指定的路径的权限