I checked the settings, but that check box was already unchecked.
I took another backup and tried restoring again, but the problem remains. This is a backup of another version of the same site, but it seems restoring the views remains an issue.
Any other suggestions?
Database error processing line 99
Database server error reply:
SQL=CREATE OR REPLACE ALGORITHM=UNDEFINED VIEW `j25_toes_view_cats_per_division` AS select `e`.`show_id` AS `show_id`,`e`.`show_day` AS `show_day`,`sc`.`show_class` AS `show_class`,`e`.`breed_name` AS `breed_name`,concat(`e`.`category`,' ',`e`.`division_name`,' Division') AS `catalog_division`,count(`e`.`entry_id`) AS `cats_in_this_division` from ((((`j25_toes_view_full_entry` `e` left join `j25_toes_show_class` `sc` on((`e`.`Show_Class` = `sc`.`show_class`))) left join `j25_comprofiler` `c` on((`c`.`user_id` = `e`.`summary_user`))) left join `j25_toes_club_organizes_show` `cos` on((`cos`.`show` = `e`.`show_id`))) left join `j25_toes_club` `club` on((`club`.`club_id` = `cos`.`club`))) where ((`sc`.`show_class_id` > 0) and (`sc`.`show_class_id` <= 17) and ((`e`.`entry_status` = 'Accepted') or (`e`.`entry_status` = 'Confirmed') or (`e`.`entry_status` = 'Confirmed & Paid')) and (`e`.`show_id` = 5)) group by `e`.`show_day`,`sc`.`show_class_id`,`e`.`breed_name`,`e`.`copy_cat_category`,`e`.`copy_cat_division` order by `e`.`show_day`,`sc`.`show_class_id`,`e`.`breed_name`,`e`.`copy_cat_category`,`e`.`copy_cat_division`,`e`.`cat`
Raw query text:
CREATE OR REPLACE ALGORITHM=UNDEFINED VIEW `#__toes_view_cats_per_division` AS select `e`.`show_id` AS `show_id`,`e`.`show_day` AS `show_day`,`sc`.`show_class` AS `show_class`,`e`.`breed_name` AS `breed_name`,concat(`e`.`category`,' ',`e`.`division_name`,' Division') AS `catalog_division`,count(`e`.`entry_id`) AS `cats_in_this_division` from ((((`j25_toes_view_full_entry` `e` left join `#__toes_show_class` `sc` on((`e`.`Show_Class` = `sc`.`show_class`))) left join `#__comprofiler` `c` on((`c`.`user_id` = `e`.`summary_user`))) left join `#__toes_club_organizes_show` `cos` on((`cos`.`show` = `e`.`show_id`))) left join `#__toes_club` `club` on((`club`.`club_id` = `cos`.`club`))) where ((`sc`.`show_class_id` > 0) and (`sc`.`show_class_id` <= 17) and ((`e`.`entry_status` = 'Accepted') or (`e`.`entry_status` = 'Confirmed') or (`e`.`entry_status` = 'Confirmed & Paid')) and (`e`.`show_id` = 5)) group by `e`.`show_day`,`sc`.`show_class_id`,`e`.`breed_name`,`e`.`copy_cat_category`,`e`.`copy_cat_division` order by `e`.`show_day`,`sc`.`show_class_id`,`e`.`breed_name`,`e`.`copy_cat_category`,`e`.`copy_cat_division`,`e`.`cat`