質問編集履歴

1

2015/02/09 02:44

投稿

indexies
indexies

スコア19

test CHANGED
File without changes
test CHANGED
@@ -1,39 +1,16 @@
1
1
  ブラウザをphpMyAdminへと向けるとき、以下のエラーが表示されてしまいます。
2
2
 
3
-
4
-
5
- __Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.__
3
+ Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.
6
-
7
-
8
-
9
4
 
10
5
 
11
6
  私のphp.iniファイルには、
12
7
 
13
-
14
-
15
- ```lang-<ここに言語を入力>
16
-
17
8
  session.save_path = "/var/lib/php/session"
18
9
 
19
- ```
20
-
21
-
22
-
23
- パーミッションは
10
+ パーミッションは:
24
-
25
-
26
-
27
- ```lang-<ここに言語を入力>
28
11
 
29
12
  drwxr-xr-x 2 root apache 4096 Jul 22 16:45 session
30
13
 
31
- ```
32
-
33
-
34
-
35
14
  セッションディレクトリにおけるパーミッションを777に変換していても何も機能するように見えません。
36
15
 
37
-
38
-
39
16
  どこがいけないのでしょうか??