合肥市高新區(qū)長江西路與科學大道交口5F創(chuàng)業(yè)園A座309
136 5560 1775

PHP網(wǎng)站報Warning: session_start(): open錯誤的解決方法

發(fā)表日期:2013-04-02 瀏覽次數(shù):12271次

今天我們在調(diào)試服務(wù)器的時候出現(xiàn)了一個錯誤,下面是錯誤的內(nèi)容

Warning: session_start(): open(C:/Program Files/php/sessiontempsess_0cde28de3ce1a2e2cc8e8723b5a40279, O_RDWR) failed: Permission denied (13) in D:home400mzmxxxwebsyssiteinstalldatainstall.php on line 7

Warning: Unknown(): open(C:/Program Files/php/sessiontempsess_0cde28de3ce1a2e2cc8e8723b5a40279, O_RDWR) failed: Permission denied (13) in Unknown on line 0

Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:/Program Files/php/sessiontemp) in Unknown on line 0

 

通過以上的錯誤我們可以看到是因為沒有了臨時目錄造成的,

 

解決辦法:
修改php.ini中的session.auto_start = 0 為 session.auto_start = 1
重啟IIS調(diào)試!

如果還提示以下類似的警告:

Warning: session_start() [function.session-start]: open(/tmpsess_84cb589ea249708b09c3d5e6836fdd0d, O_RDWR) failed: No such file or directory (2) in E:webhtdocs111.php on line 9

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at E:webhtdocs111.php:8) in E:webhtdocs111.php on line 9

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at E:webhtdocs111.php:8) in E:webhtdocs111.php on line 9

Warning: Unknown(): open(/tmpsess_84cb589ea249708b09c3d5e6836fdd0d, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0 就是 session變量需要系統(tǒng)的臨時空間
session.save_path = "設(shè)置一個有效文件夾的絕對路徑"
(比如 session.save_path = "C:WINDOWS emp" )
session.save_path =前面的 “;”分號去掉

另外編輯該文件夾的權(quán)限 添加EVERYONE 有寫入修改權(quán)限即可!

 


將文章分享到:

版權(quán)所有:啟邁科技-合肥網(wǎng)站建設(shè) 皖I(lǐng)CP備19009304號-1 皖公網(wǎng)安備 34010402702162號

網(wǎng)站建設(shè),網(wǎng)站設(shè)計公司啟邁科技,為眾多企業(yè)提供網(wǎng)站建設(shè),網(wǎng)站制作,響應(yīng)式網(wǎng)站設(shè)計,手機網(wǎng)站建設(shè),微網(wǎng)站,模板建站,企業(yè)郵箱等一站式互聯(lián)網(wǎng)解決方案和建站服務(wù)10年。