phpMyAdmin - 錯誤
Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.
這個錯誤原因是php.ini 中session.save_path 指向的路徑錯誤
; where MODE is the octal representation of the mode. Note that this
; does not overwrite the process's umask.
session.save_path = "c:/TEMP"
當apache 安裝時,它會抓取系統的 temp 路徑作為它的臨時目錄。
但若後來系統修改臨時路徑,就可能產生這個錯誤。
2007年12月23日 星期日
phpMyAdmin - 錯誤
訂閱:
張貼留言 (Atom)





沒有留言:
張貼留言