'Unexpected field 'img.0.error' in POST data, Unexpected field 'img.0.name' in POST
Cake\Controller\Exception\AuthSecurityException
Asked
Active
Viewed 307 times
-1

Eric Hauenstein
- 2,557
- 6
- 31
- 41

Bishnu Kumar Roy
- 9
- 1
- 3
-
1There is no question and no code in what you posted. – Eric Hauenstein Dec 29 '17 at 14:24
-
Since this keeps coming up in the H&I queue, I made an edit to clear it. – Eric Hauenstein Dec 29 '17 at 16:14
1 Answers
0
This is coming from the Security Component. You will likely need to either unlock the img field, or else disable the security component entirely for this action. Specifics of how to do this may vary depending on your specific version, so check the linked manual for implementation details.

Greg Schmidt
- 5,010
- 2
- 14
- 35