質問編集履歴

2

一部削除

2018/08/28 00:56

投稿

bitcoiner2045
bitcoiner2045

スコア47

test CHANGED
File without changes
test CHANGED
@@ -40,13 +40,11 @@
40
40
 
41
41
  ; (see session.save_path above), then garbage collection does *not*
42
42
 
43
- tanaka:~ tanakaakio$ cat /etc/httpd/conf.d/php.conf
43
+
44
44
 
45
- cat: /etc/httpd/conf.d/php.conf: No such file or directory
45
+ $ vi /etc/php.ini
46
46
 
47
- tanaka:~ tanakaakio$ vi /etc/php.ini
48
-
49
- tanaka:~ tanakaakio$ cat /etc/php.ini | grep session.save_path
47
+ $ cat /etc/php.ini | grep session.save_path
50
48
 
51
49
  ; session.save_path = "N;/path"
52
50
 

1

見やすくした。

2018/08/28 00:56

投稿

bitcoiner2045
bitcoiner2045

スコア47

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,9 @@
6
6
 
7
7
 
8
8
 
9
+ ```ここに言語を入力
10
+
9
- Fuel\Core\FuelException [ Error ]:
11
+ Fuel\Core\FuelException [ Error ]:
10
12
 
11
13
  The webserver doesn't have write access to the path to store the session data files.
12
14
 
@@ -15,6 +17,8 @@
15
17
  COREPATH/classes/session/file.php @ line 341
16
18
 
17
19
  throw new \FuelException('The webserver doesn\'t have write access to the path to store the session data files.');
20
+
21
+ ```
18
22
 
19
23
 
20
24
 
@@ -26,7 +30,9 @@
26
30
 
27
31
 
28
32
 
33
+ ```ここに言語を入力
34
+
29
- ; session.save_path = "N;/path"
35
+ ; session.save_path = "N;/path"
30
36
 
31
37
  ; session.save_path = "N;MODE;/path"
32
38
 
@@ -51,6 +57,8 @@
51
57
  ; (see session.save_path above), then garbage collection does *not*
52
58
 
53
59
 
60
+
61
+ ```
54
62
 
55
63
  試したこと
56
64