Summary:
Item detail URL errors in PHP8.0
Detailed Description:
When server is set to provide PHP7.4
My LISE instance generates summary page OK, and it generates URL for detail
items OK, when clicked they work OK
for example
https://www.godolphincarehome.co.uk/index.php?mact=LISEActivities,cntnt01,detail,0&cntnt01item=word_search&cntnt01category=tue&cntnt01id_hierarchy=2&cntnt01template_category=AC%20Activities&cntnt01template_detail=AC%20Activity&cntnt01show_items=&cntnt01returnid=0
However when I toggle the server to provide PHP8.0 and clear the cache.
Summary page is OK, but detail URL has trivial difference, but results in a 404
page not found (and making the URL as per 7.4 doesn't fix it)
https://www.godolphincarehome.co.uk/index.php?mact=LISEActivities,cntnt01,detail,0&
cntnt01item=word_search&cntnt01category=tue&cntnt01id_hierarchy=2&cntnt01template_category=AC%20Activities&cntnt01template_detail=AC%20Activity&cntnt01show_items=0&cntnt01returnid=0