phpStudey2010 Enter phpMyAdmin "Unable to create session on error, check PHP" Workaround
reprint please indicate is quoted in http://blog.csdn.net/chenyujing5678
Welcome to shoot Bricks!
The pen is always no help in the crash, resulting in a lot of problems with dedecms, this does not phpmyadmin appear " unable to create session in case of error, check PHP "
First, the reason analysis
The Windows version of PHP should use the temporary file directory by default, but for what reason, the previous permissions to the temporary file directory were lost, so error.
Second, the solution:
Open the php.ini file and search for the Session.save_path field. We have found three in our system:
; Session.save_path = "N;/path"
; Session.save_path = "/tmp"
; session.save_path = "N; Node;/path "
It seems that these fields are closed, and our solution is to create a new; Session.save_path field, take a value to take a path . (The path has to be real )
eg
Session.save_path = "D:\phpsession "