PHP Fatal error: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or `a ? b : (c ? d : e)
I cannot figure this out!! Anyone else run into this. The file is:/var/www/html/ca/app/lib/Search/SearchIndexer.php
Getting the fatal error above. The error is occurring on line 1465. Can anyone tell me how to fix this? Thank you.