Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/......

Created on 9 August 2023, over 1 year ago
Updated 10 August 2023, over 1 year ago

PHP 8.0 is a complete mess.

These are the errors i get with PHP version 7.4

Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/****/public_html/sites/all/modules/moneysuite/ms_core/ms_core.forms.inc on line 1499

Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/***/public_html/sites/all/modules/moneysuite/ms_core/gateways/ms_paypal_wps/ms_paypal_wps.module on line 349

Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/***/public_html/sites/all/modules/moneysuite/ms_core/gateways/ms_paypal_wps/ms_paypal_wps.module on line 350

Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/***/public_html/sites/all/modules/moneysuite/ms_core/gateways/ms_paypal_wps/ms_paypal_wps.module on line 350

Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/***/public_html/sites/all/modules/moneysuite/ms_core/gateways/ms_paypal_wps/ms_paypal_wps.module on line 354

Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/***/public_html/sites/all/modules/moneysuite/ms_ppv/ms_ppv.module on line 1028

Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/***/public_html/sites/all/modules/moneysuite/ms_ppv/ms_ppv.module on line 1605

🐛 Bug report
Status

Closed: duplicate

Version

10.4

Component

ms_core

Created by

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

Comments & Activities

Production build 0.71.5 2024