Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated.
-
We recently moved the site to a new server with PHP 7.4 and now get the following errors. The live site running on PHP 7.3 does not have these errors. I don’t know how to fix this problem in the theme.
Deprecated: Unparenthesized
a ? b : c ? d : e
is deprecated. Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
in D:\home\svlmd-barefootlakes.com\web\wp-content\themes\hestia\inc\views\blog\class-hestia-sidebar-layout-manager.php on line 87Deprecated: Unparenthesized
a ? b : c ? d : e
is deprecated. Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
in D:\home\svlmd-barefootlakes.com\web\wp-content\themes\hestia\inc\views\blog\class-hestia-sidebar-layout-manager.php on line 115Deprecated: Unparenthesized
a ? b : c ? d : e
is deprecated. Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
in D:\home\svlmd-barefootlakes.com\web\wp-content\themes\hestia\inc\views\blog\class-hestia-sidebar-layout-manager.php on line 123Deprecated: Unparenthesized
a ? b : c ? d : e
is deprecated. Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
in D:\home\svlmd-barefootlakes.com\web\wp-content\themes\hestia\inc\views\blog\class-hestia-sidebar-layout-manager.php on line 155Deprecated: Unparenthesized
a ? b : c ? d : e
is deprecated. Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
in D:\home\svlmd-barefootlakes.com\web\wp-content\themes\hestia\inc\views\blog\class-hestia-sidebar-layout-manager.php on line 163The page I need help with: [log in to see the link]
- The topic ‘Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated.’ is closed to new replies.