给两个站转移了服务器,配置好PHP环境后,脑瘫网塔木德两个站的验证码不显示,打include/vdimgck.php后,有如下错误!

Warning: session_start() [function.session-start]: open(naotan\include/../data/sessions/\sess_dd940fed02214ab3b6bab82aa55534ae, O_RDWR) failed: Permission denied (13) in D:\WebSite\naotan\include\vdimgck.php on line 6

Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at D:\WebSite\naotan\include\vdimgck.php:6) in D:\WebSite\naotan\include\vdimgck.php on line 6

Warning: Cannot modify header information – headers already sent by (output started at D:\WebSite\naotan\include\vdimgck.php:6) in D:\WebSite\naotan\include\vdimgck.php on line 54

Warning: Cannot modify header information – headers already sent by (output started at D:\WebSite\naotan\include\vdimgck.php:6) in D:\WebSite\naotan\include\vdimgck.php on line 55

Warning: Cannot modify header information – headers already sent by (output started at D:\WebSite\naotan\include\vdimgck.php:6) in D:\WebSite\naotan\include\vdimgck.php on line 56

Warning: Cannot modify header information – headers already sent by (output started at D:\WebSite\naotan\include\vdimgck.php:6) in D:\WebSite\naotan\include\vdimgck.php on line 61

这是因为目录没有写入权限导致的,给该目录加上写入权限,OK!