Hi Themeco,
My site works fine in PHP 7.4 but when I update it to any version higher than PHP 7.4 like PHP 8.2, the whole site breaks and gives critical error issue.
I was able to fix the error "Fatal error: Unparenthesized a ? b : c ? d : e
is not supported. Use either (a ? b : c) ? d : e
or a ? b : (c ? d : e)
" but now my site is showing all pages as not found.