Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted October 22, 20204 yr I was getting a lot of these with previous releases but now also with 4.5.4: [22-Oct-2020 22:00:34 UTC] PHP Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/username/public_html/ forumname/applications/calendar/widgets/upcomingEvents.php on line 153
November 7, 20204 yr This error is filling up my log file nicely (i.e. not nicely). Can it be fixed with a patch rather than waiting for 4.5.5?
November 9, 20204 yr You could temporarily remove the widget from the page until 4.5.5 is released. Or you can adjust your logging to ignore deprecation notices until after 4.5.5 is released.
December 16, 20204 yr I noticed patches are available for various issues with 4.5.4 but not for this one. When can we expect 4.5.5? Thanks.
December 16, 20204 yr Patches are released for critical issues. A "Deprecation" notice is not considered a critical issue, so it will be fixed in a maintenance release.