The front end is throwing this error:
danger
Lo sentimos, ocurrió un error
And my PHP error log is showing this:
[09-Feb-2024 22:52:40 UTC] PHP Warning: Attempt to read property "params" on null in /home/.../components/com_competition/views/category/view.html.php on line 101
[09-Feb-2024 22:52:40 UTC] PHP Warning: Attempt to read property "title" on null in /home/.../components/com_competition/views/category/view.html.php on line 114
[09-Feb-2024 22:52:40 UTC] PHP Warning: Attempt to read property "id" on null in /home/.../components/com_competition/views/category/view.html.php on line 151
[09-Feb-2024 22:52:40 UTC] PHP Warning: Attempt to read property "title" on null in /home/.../components/com_competition/views/category/view.html.php on line 153
I migrated the previous J3 content to J4 so I think there must be an error in the tables. Which mysql table would this be?
I tried to create a new category in the new version 2 component, and then change the previous contest over to the new category but it didnt work.