質問編集履歴

5

Prior Contentsの表示の追加

2016/10/13 04:31

投稿

ccan
ccan

スコア7

test CHANGED
File without changes
test CHANGED
@@ -159,3 +159,57 @@
159
159
  Apache/2.4.18 (Ubuntu)
160
160
 
161
161
  fuelphp-1.8
162
+
163
+ ###Prior Contents (show)の表示(2重になっている?)
164
+
165
+ class Controller_Home extends Controller
166
+
167
+ {
168
+
169
+ public function action_index()
170
+
171
+ {
172
+
173
+ $data = array(); // ビューに渡す変数を格納
174
+
175
+
176
+
177
+ $data['username'] = 'Joe14';
178
+
179
+ $data['title'] = 'Home';
180
+
181
+
182
+
183
+ // ブラウザに出力するビューを割り当てる
184
+
185
+ return View::forge('home/index', $data);
186
+
187
+ }
188
+
189
+ }
190
+
191
+ class Controller_Home extends Controller
192
+
193
+ {
194
+
195
+ public function action_index()
196
+
197
+ {
198
+
199
+ $data = array(); // ビューに渡す変数を格納
200
+
201
+
202
+
203
+ $data['username'] = 'Joe14';
204
+
205
+ $data['title'] = 'Home';
206
+
207
+
208
+
209
+ // ブラウザに出力するビューを割り当てる
210
+
211
+ return View::forge('home/index', $data);
212
+
213
+ }
214
+
215
+ }

4

誤字修正

2016/10/13 04:31

投稿

ccan
ccan

スコア7

test CHANGED
File without changes
test CHANGED
@@ -142,7 +142,7 @@
142
142
 
143
143
  2.app/config.phpを日本語環境に合わせた状態で実行,デフォルトのまま実行
144
144
 
145
- 3.profilingをtureにして実行
145
+ 3.profilingをtrueにして実行
146
146
 
147
147
  4.security.output_filterがnullになっていないか確認
148
148
 

3

解決した部分の質問削除

2016/10/13 04:13

投稿

ccan
ccan

スコア7

test CHANGED
File without changes
test CHANGED
@@ -74,69 +74,7 @@
74
74
 
75
75
  DOCROOT/index.php @ line 113
76
76
 
77
- ###app/config/config.phpのprofilingをtrueにした場合のエラーメッセージ
78
77
 
79
- Error!
80
-
81
-
82
-
83
- Fuel\Core\FuelException [ Error ]:
84
-
85
- There is no security.output_filter defined in your application config file
86
-
87
- COREPATH/classes/security.php @ line 75
88
-
89
-
90
-
91
- 70 }
92
-
93
- 71
94
-
95
- 72 // throw an exception if the output filter setting is missing from the app config
96
-
97
- 73 if (\Config::get('security.output_filter', null) === null)
98
-
99
- 74 {
100
-
101
- 75 throw new \FuelException('There is no security.output_filter defined in your application config file');
102
-
103
- 76 }
104
-
105
- 77
106
-
107
- 78 // deal with duplicate filters, no need to slow the framework down
108
-
109
- 79 foreach (array('output_filter', 'uri_filter', 'input_filter') as $setting)
110
-
111
- 80 {
112
-
113
-
114
-
115
- Backtrace
116
-
117
-
118
-
119
- COREPATH/classes/autoloader.php @ line 377
120
-
121
- COREPATH/classes/autoloader.php @ line 249
122
-
123
- COREPATH/base.php @ line 258
124
-
125
- COREPATH/views/errors/php_fatal_error.php @ line 37
126
-
127
- COREPATH/classes/view.php @ line 244
128
-
129
- COREPATH/classes/view.php @ line 260
130
-
131
- COREPATH/classes/view.php @ line 631
132
-
133
- COREPATH/classes/view.php @ line 213
134
-
135
- COREPATH/classes/errorhandler.php @ line 252
136
-
137
- COREPATH/classes/errorhandler.php @ line 130
138
-
139
- COREPATH/bootstrap.php @ line 87
140
78
 
141
79
 
142
80
 

2

誤字の修正

2016/10/11 08:11

投稿

ccan
ccan

スコア7

test CHANGED
@@ -1 +1 @@
1
- fuelphp1.8でViewやControllerにアクセスができません
1
+ gofuelphp1.8でViewやControllerにアクセスができません
test CHANGED
@@ -74,7 +74,7 @@
74
74
 
75
75
  DOCROOT/index.php @ line 113
76
76
 
77
- ###app/config/config.phpのprofilingをtureにした場合のエラーメッセージ
77
+ ###app/config/config.phpのprofilingをtrueにした場合のエラーメッセージ
78
78
 
79
79
  Error!
80
80
 

1

「試したこと」のasset\.phpの内容の変更がないかの確認を追加いたしました。

2016/10/11 08:05

投稿

ccan
ccan

スコア7

test CHANGED
File without changes
test CHANGED
@@ -196,6 +196,8 @@
196
196
 
197
197
  }
198
198
 
199
+
200
+
199
201
  ###試したこと
200
202
 
201
203
  1.fuelphp-1.8のダウンロードをzipとoil create する方法両方で試しました。
@@ -206,6 +208,8 @@
206
208
 
207
209
  4.security.output_filterがnullになっていないか確認
208
210
 
211
+ 5.asseet.phpの変更がないことの確認(新しいfuelphpのasset.phpと本体のasset.phpをdiffで比較)
212
+
209
213
 
210
214
 
211
215
  ###補足情報(言語/FW/ツール等のバージョンなど)