質問編集履歴

1

わかりやすく

2015/05/13 09:45

投稿

Shinog
Shinog

スコア99

test CHANGED
File without changes
test CHANGED
@@ -8,9 +8,9 @@
8
8
 
9
9
 
10
10
 
11
- AuthComponent::user('id');
11
+ AuthComponent::user('id');
12
12
 
13
- $this->Auth->user('id');
13
+ $this->Auth->user('id');
14
14
 
15
15
 
16
16
 
@@ -18,7 +18,9 @@
18
18
 
19
19
 
20
20
 
21
- Call to undefined method View::_getCurrentUser()
21
+ Class 'AuthComponent' not found.
22
+
23
+ ②AuthHelper could not be found.
22
24
 
23
25
  というエラーが発生し、
24
26