Question: While trying to install phpMyAdmin I was getting the “Cannot load mysqli extension” went back through the process and now I am getting “Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.” went through process again and cannot find error. What am I missing?
Answer: Run phpinfo() to display your PHP configuration details. Scroll down to near the bottom, and check the value of session.save_path in the session section. Is there a value? If so, does that folder actually exist? If no value is displayed, edit php.ini to set a value for session.save_path. A simple option is to use the Windows Temp folder: session.save_path = ‘C:\WINDOWS\Temp’
本文Dao Blog - 道博客版权所有,可转载,但需注明出处:http://www.daoblog.com/phpmyadmin-error.html
下篇文章: Cannot modify header information - headers already sent by
上篇文章: Godaddy的管理面板
"Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly." was posted on Sunday, August 31st, 2008 at 10:56 pm.

