代碼: 選擇全部
Warning: session_write_close() [function.session-write-close]: open(C:\DOCUME~1\??CALS~1\Temp\sess_85600bb4d4f8af5fea3b4edbc3650f85, O_RDWR) failed: No such file or directory (2) in E:\www\phpMyAdmin\index.php on line 44
Warning: session_write_close() [function.session-write-close]: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:\DOCUME~1\??CALS~1\Temp) in E:\www\phpMyAdmin\index.php on line 44
Warning: Cannot modify header information - headers already sent by (output started at E:\www\phpMyAdmin\index.php:44) in E:\www\phpMyAdmin\index.php on line 101我依照以上錯誤訊息找出phpMyAdmin\index.php 第44行的程式碼為
代碼: 選擇全部
session_write_close();
