注册 | 登录 | 搜索 
 ›› ›› 『 动网论坛技术 』›› [已经解决]全新安装的问题——已解决!
共有 5544 人关注过本帖  
<< 上一主题    下一主题 >>
树形 打印

[已经解决]全新安装的问题——已解决!

帅哥哟,离线,有人找我吗?

头衔:我心即天心

等级:蝙蝠侠

文章:507

积分:628

注册:2004-09-16 18:01:00

楼主  2007-09-28 17:38:31  

安装至设置FTP时,显示某个核心模块没有启用。

安装继续完成后,进入后台显示如下代码,菜鸟不知道错在哪里?

Warning: session_start() [function.session-start]: open(d\php\temp\sess_9acfc8a05b26ba0b9eb6c15a404933a9, O_RDWR) failed: No such file or directory (2) in D:\cp\admin\global.php on line 63

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at D:\cp\admin\global.php:63) in D:\cp\admin\global.php on line 63

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at D:\cp\admin\global.php:63) in D:\cp\admin\global.php on line 63

Warning: Cannot modify header information - headers already sent by (output started at D:\cp\admin\global.php:63) in D:\cp\admin\global.php on line 69

Warning: Cannot modify header information - headers already sent by (output started at D:\cp\admin\global.php:63) in D:\cp\admin\inc\blackol_functions.php on line 139

Warning: Unknown: open(d\php\temp\sess_9acfc8a05b26ba0b9eb6c15a404933a9, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (d\php\temp) in Unknown on line 0

[此帖子已经被作者于2007-10-01 08:24:59编辑过]
1111111

容易股彩,务实的股彩课题研究,颠覆您的认知!
http://cp.rongyi.cn
动网论坛商业版热卖中
引用 | 回复 | TOP

帅哥哟,离线,有人找我吗?

等级:版主

威望:1

文章:2847

积分:10306

注册:2006-04-29 19:01:00

沙发  2007-09-28 17:42:30  
你的PHP不支持SESSION?
动网论坛商业版热卖中

动网·网络社区源动力
引用 | 回复 | TOP

帅哥哟,离线,有人找我吗?

头衔:我們一直在努力!

等级:版主

文章:13413

积分:30235

注册:2006-11-17 21:37:50

板凳  2007-09-28 17:52:53  

嗯。

是ls说的那问题,无法开启。

动网论坛商业版热卖中

动网论坛专用虚拟主机
引用 | 回复 | TOP

帅哥哟,离线,有人找我吗?

头衔:我心即天心

等级:蝙蝠侠

文章:507

积分:628

注册:2004-09-16 18:01:00

木地板  2007-09-28 17:57:27  

第一个问题已经解决,安装了FTP好了。

第二个问题依旧。

个人服务器,该开启的全部开启了。

1111111

容易股彩,务实的股彩课题研究,颠覆您的认知!
http://cp.rongyi.cn
动网论坛PHP官方站点
引用 | 回复 | TOP

帅哥哟,离线,有人找我吗?

头衔:我心即天心

等级:蝙蝠侠

文章:507

积分:628

注册:2004-09-16 18:01:00

5  2007-09-28 19:09:33  

可否告知具体解决方法?

1111111

容易股彩,务实的股彩课题研究,颠覆您的认知!
http://cp.rongyi.cn
动网论坛PHP官方站点
引用 | 回复 | TOP

帅哥哟,离线,有人找我吗?

头衔:我心即天心

等级:蝙蝠侠

文章:507

积分:628

注册:2004-09-16 18:01:00

6  2007-09-28 20:18:29  

session.save_path = "d\php\temp"

; Whether to use cookies.
session.use_cookies = 1

;session.cookie_secure =

; This option enables administrators to make their users invulnerable to
; attacks which involve passing session ids in URLs; defaults to 0.
; session.use_only_cookies = 1

; Name of the session (used as cookie name).
session.name = PHPSESSID

; Initialize session on request startup.
session.auto_start = 0

; Lifetime in seconds of cookie or, if 0, until browser is restarted.
session.cookie_lifetime = 0

; The path for which the cookie is valid.
session.cookie_path = /

; The domain for which the cookie is valid.
session.cookie_domain =

; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scripting languages such as JavaScript.
session.cookie_httponly =

[此帖子已经被作者于2007-09-28 20:19:23编辑过]
1111111

容易股彩,务实的股彩课题研究,颠覆您的认知!
http://cp.rongyi.cn
动网论坛PHP官方站点
引用 | 回复 | TOP

帅哥哟,离线,有人找我吗?

头衔:动网流氓帮主

等级:黑侠

文章:416

积分:4568

注册:2005-11-15 12:13:00

7  2007-09-28 20:19:41  
唉还是转回1.04,全新安装也有莫名其妙的错误。
1111111

动网论坛商业版热卖中
引用 | 回复 | TOP

帅哥哟,离线,有人找我吗?

头衔:我心即天心

等级:蝙蝠侠

文章:507

积分:628

注册:2004-09-16 18:01:00

8  2007-09-29 07:37:04  
国庆快乐!
1111111

容易股彩,务实的股彩课题研究,颠覆您的认知!
http://cp.rongyi.cn
动网·网络社区源动力
引用 | 回复 | TOP

帅哥哟,离线,有人找我吗?

头衔:我心即天心

等级:蝙蝠侠

文章:507

积分:628

注册:2004-09-16 18:01:00

9  2007-09-30 17:21:10  
1111111

容易股彩,务实的股彩课题研究,颠覆您的认知!
http://cp.rongyi.cn
动网论坛商业版热卖中
引用 | 回复 | TOP

帅哥哟,离线,有人找我吗?

头衔:动网PHP技术

等级:动网团队

文章:564

积分:3032

注册:2007-08-17 14:12:34

10  2007-09-30 18:09:03  

可能一些文件被破坏了,重新上传试试

动网论坛PHP官方站点

等待PHP的再一次突破
动网论坛专用虚拟主机
引用 | 回复 | TOP

13 / 回复数 1/2 12 GO