• Resolved bloubby

    (@bloubby)


    I updated to the latest version of the plugins but I didn’t know it was required to update to PHP more recent version.

    So i got this error:

    Parse error: syntax error, unexpected '[' in /wp/wp-content/plugins/hummingbird-performance/core/api/service/class-uptime.php on line 149

    I fixed the issue by replacing by this code:

    public function update_recipients( array $recipients = array() ) {

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @bloubby

    I hope you’re well today!

    It’s never recommended to make changes in plugin’s code directly as results might be unexpected in a long run and also those changes will be erased upon the nearest update.

    However, while we always encourage to keep PHP at the newest versions we do our best to keep our plugins as much backwards compatible as possible without sacrificing their features/performance. We might not be able to guarantee proper performance with older PHP releases tho.

    That said, would you tell me please what version are you using? I’d like to pass that over to our developers for consultation.

    Best regards,
    Adam

    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @bloubby

    I hope you are doing well!

    We haven’t heard back from you for a while now so we’ve marked this ticket as resolved. If you do have any followup questions or require further assistance feel free to reopen it and let us know here.

    Kind regards,
    Nastia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugins crashed on old version’ is closed to new replies.