win下安装wdb的问题
wjq 2003-12-10 07:31:43 最近换了一个服务商,把linux服务器换成win2003的全能主机,发现wdb出问题,而且连全新安装也不行,主要问题就是session问题,如果有temp文件夹就会出现500错误,如果没有temp文件夹就会出现:
Warning: session_start() [function.session-start]: open(temp\sess_340129576e479d754f4b4ca6c6d9f292, O_RDWR) failed: No such file or directory (2) in D:\wwwroot\52ecust123\wwwroot\new\global.php on line 30
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at D:\wwwroot\52ecust123\wwwroot\new\global.php:30) in D:\wwwroot\52ecust123\wwwroot\new\global.php on line 30
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at D:\wwwroot\52ecust123\wwwroot\new\global.php:30) in D:\wwwroot\52ecust123\wwwroot\new\global.php on line 30
Warning: Cannot modify header information - headers already sent by (output started at D:\wwwroot\52ecust123\wwwroot\new\global.php:30) in D:\wwwroot\52ecust123\wwwroot\new\global.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at D:\wwwroot\52ecust123\wwwroot\new\global.php:30) in D:\wwwroot\52ecust123\wwwroot\new\global.php on line 55
Warning: Cannot modify header information - headers already sent by (output started at D:\wwwroot\52ecust123\wwwroot\new\global.php:30) in D:\wwwroot\52ecust123\wwwroot\new\global.php on line 56
大家看看如何解决问题.