My debug value is set to 2, and it\'s displaying all the queries, except the one I need.
2
I have an Items controller method that is calling
Items
CakePHP 3.6
$entity = $this->Model->newEntity([ 'account_id' => $id, 'gallery_id' => $gallery_id ]); $result = $this->Model->save($entity); print_r($entity->getErrors());