[問題] 我的站資料庫無法讀取了
發表於 : 2007-02-23 20:33
打開 phpMyAdmin 首頁會出現以下這些訊息!
我在想是之前我把C磁碟下有個資料夾刪掉的關係,那個資料夾檔名類似'85600bb4d4f8af5fea3b4edbc3650f85'我想是某程式產生的暫存檔就把它刪掉了,想請問有沒有方法可以解救呢?
我依照以上錯誤訊息找出phpMyAdmin\index.php 第44行的程式碼為
代碼: 選擇全部
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();