Fatal error: Unparenthesized a ? b : c ? d : e is not supported.

Created on 16 January 2023, about 2 years ago

Problem/Motivation

Using PHP >= 7.4, the following error gets displayed once updating the site:

Fatal error: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e)

Steps to reproduce

Proposed resolution

Fix the issue

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Closed: outdated

Version

1.0

Component

Code

Created by

🇩🇪Germany Grevil

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • Status changed to Closed: outdated about 2 years ago
Production build 0.71.5 2024