在PHP(CodeIgniter)中執行項目時出現此錯誤。無法創建文件sys_get_temp_dir()
它對應於CodeIgniter文件Session_files_driver.php中的那行代碼。
以前我在Linux上工作過,但是因爲我在W10下通過,所以出現這個錯誤。
感謝您的幫助。
一個PHP錯誤遇到
嚴重性:警告
消息:觸摸():無法創建文件 sys_get_temp_dir()\ ci_sessionc1e70147453a4c2aa17523a19927bce80ef4afe9 ,因爲沒有這樣的文件或目錄
文件名:drivers/Session_files_driver.php
行號:234
回溯:
if (($this->_file_handle = fopen($this->_file_path.$session_id, 'w+b')) === FALSE)