程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 網頁編程 >> PHP編程 >> 關於PHP編程 >> Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.錯誤,sessioncheck

Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.錯誤,sessioncheck

編輯:關於PHP編程

Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.錯誤,sessioncheck


錯誤如圖示:

 

1、在php的目錄下建立個文件夾tmp,這個有權限的問題,如果是ntfs的分區,就一定要添加evryone的控制權限,否則是沒用的。
2、在php.ini找到session.save_path 這一行,設成session.save_path = "C:/php/tmp"把前面的注釋分號去掉。
3、將php.ini中的session.auto_start的值改為1(啟動),默認是0(禁用),(可無)
4、是在phpmyadmin中找到,config.sample.inc.php,改成config.inc.php,找到 $cfg['blowfish_secret'] 將後面的賦值,加入數字和字母組合。全部修改完以後,重啟iis或者apach,就可以看到熟悉的phpmyadmin的登陸界面了。(可無)


PHP 設置 PHPMyadmin

提問的那個人,你說你已經改為 extension=php_mbsting.dll 可是還是報錯!因為你的那個文件不純在! 其實真正的是這樣子的!你的文件名打錯了! 正確的是extension=php_mbstring.dll
 

phpMyAdmin出現以下問題,Cannot start session without errors


  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved