Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ahcj

    (@ahcj)

    I see now what it is:

    $bbpress_version = explode( '-', bbp_get_version() )[0];

    Function array dereferencing is not available until 5.4.

    So the simple matter of not fetching the array first and then dereferencing on the next line prevents many hosts from being able to use this plugin.

    (Testing this just now, and after that minor change the plugin activates.)

    Plugin Author Digital Arm

    (@digital-arm)

    Thanks for bringing this to our attention. We are keen to support older versions of PHP where possible so we will look at your suggested solution for the next update.

    Plugin Author Digital Arm

    (@digital-arm)

    This issue has now been fixed in the 1.0.6 hot fix. Please let us know if you continue to experience any problems.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Parse error upon activation’ is closed to new replies.