PaulV888
Member
First; Thank you all for keeping Fabrik alive!!! Awesome job. I have been working on my site for a week now, and think I still have to find the first Fabrik issue.
I have a bunch of old Fabrik lists menu items, that weren't causing an issue in J3 however create a Page not found, redirect error on J4.
e.g. This menu:
Translates in J3 to /index.php/alerts and if J4 to /index.php/alerts/list/142/0?resetfilters=0 (requested page cannot be found)
Workaround is to save the menu as different type and back to Fabrik list, or do a replace query on joomla_menu's; use at your own risk (UPDATE `jos_menu` SET `link`= REPLACE(`link`, "&calculations=0&resetfilters=0", "") WHERE 1)
Just sharing, I dont think something is actually broke.
I have a bunch of old Fabrik lists menu items, that weren't causing an issue in J3 however create a Page not found, redirect error on J4.
e.g. This menu:
Translates in J3 to /index.php/alerts and if J4 to /index.php/alerts/list/142/0?resetfilters=0 (requested page cannot be found)
Workaround is to save the menu as different type and back to Fabrik list, or do a replace query on joomla_menu's; use at your own risk (UPDATE `jos_menu` SET `link`= REPLACE(`link`, "&calculations=0&resetfilters=0", "") WHERE 1)
Just sharing, I dont think something is actually broke.