I have tried to install Tastylgniter in a web hosting with demo datas. But I failed. The php version is PHP 8.0. Here is the wrong code. Anyone happen the same situation? How can I solve this problem.
SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (
ycumitje_tastyigniter.
ti_menu_item_options, CONSTRAINT
ti_menu_item_options_menu_id_foreignFOREIGN KEY (
menu_id) REFERENCES
ti_menus(
menu_id) ON DELETE CASCADE ON UPDATE CASCADE) (SQL: insert into
ti_menu_item_options(
option_id,
menu_id) values (4, 1))