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, CONSTRAINTti_menu_item_options_menu_id_foreignFOREIGN KEY (menu_id) REFERENCESti_menus(menu_id) ON DELETE CASCADE ON UPDATE CASCADE) (SQL: insert intoti_menu_item_options(option_id,menu_id) values (4, 1))

    Your version of MySQL is lower than what is required, please ask your host to update to the most recent version.

      ryanmitchell thanks for your answer. The mysql version is the version 5.7.36 . Does it works for tastyigniter?