Warning: session_start(): open(/tmp\sess_025eb292bcf6e9863d39b70e9aa23f82, O_RDWR) failed: No such file or directory (2) in c:\www\apache group\apache\htdocs\m6\admin\index.php on line 2
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at c:\www\apache group\apache\htdocs\m6\admin\index.php:2) in c:\www\apache group\apache\htdocs\m6\admin\index.php on line 2
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\www\apache group\apache\htdocs\m6\admin\index.php:2) in c:\www\apache group\apache\htdocs\m6\admin\index.php on line 2
您无权访问!
Warning: Unknown(): open(/tmp\sess_025eb292bcf6e9863d39b70e9aa23f82, 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
运行5.0,点下面的
配置完毕后,请按这里继续
,可什么反映也没有,不继续:(
我是从来没摸过php和mysql的,网上乱找资料看了一下。后来 在有个思诺5.0里看到说安不上,
2.如果出现
Warning: open(/tmp\sess_eba70cec37fe41bd2c43a72b569b8595, O_RDWR) failed: No such file or directory
; Argument passed to save_handler. In the case of files, this is the path
; where data files are stored. Note: Windows users have to change this
; variable in order to use PHP's session functions.
; As of PHP 4.0.1, you can define the path as:
; session.save_path = "N;/path"
; where N is an integer. Instead of storing all the session files in
; /path, what this will do is use subdirectories N-levels deep, and
; store the session data in those directories. This is useful if you
; or your OS have problems with lots of files in one directory, and is
; a more efficient layout for servers that handle lots of sessions.
; NOTE 1: PHP will not create this directory structure automatically.
; You can use the script in the ext/session dir for that purpose.
; NOTE 2: See the section on garbage collection below if you choose to
; use subdirectories for session storage
;session.save_path = /tmp