Create blog issue
-
I am getting this error while creating a blog:
Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (likemobi_admin
.cms_blogs
, CONSTRAINTcms_blogs_channel_id_foreign
FOREIGN KEY (channel_id
) REFERENCESchannels
(id
) ON DELETE CASCADE) (SQL: insert intocms_blogs
(updated_at
,created_at
) values (2021-04-07 15:45:43, 2021-04-07 15:45:43))The blog is the same as Bagisto pages but I am getting this error.
-
Hi @Megalight,
May I know what you are trying to do and the steps so that I can check where the problem actually lies.