save() returning false, but with no error in CakePHP
This will probably give you the info you need (assuming it’s not saving because of invalid data, of course): if(!$this->save()){ debug($this->validationErrors); die(); }
This will probably give you the info you need (assuming it’s not saving because of invalid data, of course): if(!$this->save()){ debug($this->validationErrors); die(); }