I am having a bear of a time saving the simplest record from a model called ItemView:
if($this->save($this->data)) { echo \'worked\'; } else { echo
Same problem here. I wasted 2 hours of my life.
Solution: I forget to this:
array('post', 'put')