• Resolved Scott Kingsley Clark

    (@sc0ttkclark)


    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)
  • Plugin Contributor Shafaet Alam

    (@shafayat-alam)

    Hi,
    Please update your wpdm version, that will resolve the issue. Based on your file name, it looks like you are using a very old version.

    Thread Starter Scott Kingsley Clark

    (@sc0ttkclark)

    You are right. I didn’t realize it was outdated because this was a multisite network and it showed no updates. The plugin is actually the Pro version but the title/slug appeared as the free one. Because it wasn’t network activated and only activated on a sub site, it didn’t show any updates at all.

    I notified the client to update their license and will report back with any other PHP 8 things I find at that point.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP fatal error on PHP 8’ is closed to new replies.