PHP fatal error on PHP 8
-
Error:
Unparenthesized <code>a ? b : c ? d : e</code> is not supported. Use either <code>(a ? b : c) ? d : e</code> or <code>a ? b : (c ? d : e)</code>
File:
download-manager/widgets/class.Search.php:17
Hope you can solve the PHP 8.x related issues.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP fatal error on PHP 8’ is closed to new replies.