=== Fresh Start Import === File: 14165 bytes Total statements: 23 ERR #1: Cannot add or update a child row: a foreign key constraint fails (`yourcpanel_tbfuser`.`itinerary`, CONSTRAINT `itinerary_ibfk_1` FOREIGN KEY (`package_id`) REFERENCES `packages` (`id`) ON DELETE CASCADE) SQL: INSERT INTO itinerary (package_id, day_number, title, description, hotel_name, city, meals, hotel_star, room_type, meals_breakfast, meals_lunch, meals... ERR #2: Cannot add or update a child row: a foreign key constraint fails (`yourcpanel_tbfuser`.`package_hotels`, CONSTRAINT `package_hotels_ibfk_1` FOREIGN KEY (`package_id`) REFERENCES `packages` (`id`) ON DELETE CASCADE) SQL: INSERT INTO package_hotels (package_id, hotel_id, room_type, day_from, day_to, meal_plan, city, display_order) VALUES (1, 1, '1 x Darwin Suite Room (B... ERR #3: Cannot add or update a child row: a foreign key constraint fails (`yourcpanel_tbfuser`.`package_activities`, CONSTRAINT `package_activities_ibfk_1` FOREIGN KEY (`package_id`) REFERENCES `packages` (`id`) ON DELETE CASCADE) SQL: INSERT INTO package_activities (package_id, activity_id, day_number, is_included, notes, display_order) VALUES (1, 1, 1, 1, 'Excursion to Cellular Jai... ERR #4: Cannot add or update a child row: a foreign key constraint fails (`yourcpanel_tbfuser`.`package_transfers`, CONSTRAINT `package_transfers_ibfk_1` FOREIGN KEY (`package_id`) REFERENCES `packages` (`id`) ON DELETE CASCADE) SQL: INSERT INTO package_transfers (package_id, transfer_type, vehicle_name, route_from, route_to, day_number, is_premium, notes, display_order) VALUES (1... ERR #5: Cannot add or update a child row: a foreign key constraint fails (`yourcpanel_tbfuser`.`package_flights`, CONSTRAINT `package_flights_ibfk_1` FOREIGN KEY (`package_id`) REFERENCES `packages` (`id`) ON DELETE CASCADE) SQL: INSERT INTO package_flights (package_id, flight_from, flight_to, is_included, notes) VALUES (1, 'Patna', 'Port Blair', 0, 'No Flight Included')... ERR #6: Cannot add or update a child row: a foreign key constraint fails (`yourcpanel_tbfuser`.`inclusions`, CONSTRAINT `inclusions_ibfk_1` FOREIGN KEY (`package_id`) REFERENCES `packages` (`id`) ON DELETE CASCADE) SQL: INSERT INTO inclusions (package_id, content, is_exclusion, category, display_order) VALUES (1, '03 Nights Hotel Accommodation Included', 0, 'hotel', 0... ERR #7: Cannot add or update a child row: a foreign key constraint fails (`yourcpanel_tbfuser`.`inclusions`, CONSTRAINT `inclusions_ibfk_1` FOREIGN KEY (`package_id`) REFERENCES `packages` (`id`) ON DELETE CASCADE) SQL: INSERT INTO inclusions (package_id, content, is_exclusion, category, display_order) VALUES (1, 'Airfare / Flight tickets are not included', 1, 'genera... === IMPORT COMPLETE === {"success":16,"errors":7,"total":23}