Adrian Pricina Posted November 17, 2022 Share Posted November 17, 2022 My php version is php 8.1.10 and invision 7.4 and today morning I am receving the error in Forum area,Fatal error: Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/ddcforum/public_html/uploads/template_10_77e511f3f597b974567a95c3a1860bbf_plugins.php on line 3289 Link to comment Share on other sites More sharing options...
Adriano Faria Posted November 17, 2022 Share Posted November 17, 2022 You have an outdated plugin, not compatible with PHP 8.0/8.1. I would suggest to disable all of them and then enable one by one and testing to find out who is the culprit. SeNioR- 1 Link to comment Share on other sites More sharing options...
Marc Posted November 17, 2022 Share Posted November 17, 2022 This ^ 🙂 Link to comment Share on other sites More sharing options...
Adrian Pricina Posted November 17, 2022 Author Share Posted November 17, 2022 Here are the plugins which are giving me errors 1). smoothscroller, 2). phptxtwidget, 3). generalstatistics, 4). topicviewedbyusers, 5). websitefooter, 6). bim40topicthumbnail, 7). generalstatistics, 8). messageonsignupform But Urgently I need the replacement of phptxtwidget and generalstatistics for now Link to comment Share on other sites More sharing options...
Marc Posted November 17, 2022 Share Posted November 17, 2022 You would need to contact the author of those plugins for a resolution Link to comment Share on other sites More sharing options...
Recommended Posts