Help with php error

[Mon Mar 11 03:43:03 2019] [error] [client 62.109..] PHP Notice: Undefined index: id in /var/www/ku/data/www/****/cake/libs/model/model.php on line 1329

Does the table that’s triggering this have an id column? If not, you’ll need to call $this->primaryKey in your table’s initialize function with the correct primary key.