What this sounds like is that between your tables you have a foreign key constraint in the database. This means that in the course_id column you cannot insert values ββother than identifiers from an external table.
The above error means that when sending your data, the foreign field is empty or absent.
:
1. , NULL. , , NULL,
2. , : $this- > data ['Order'] ['course_id'], , . 1.