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

    (@wpmudev-support4)

    Hey there tadpubco,

    Hope you’re well today!

    I’ve checked the plugin code and the reason for that HHVM is not supporting the third parameter for define which is currently set to true (which makes it case insensitive).

    You’ll find more information here https://php.net/manual/en/function.define.php.

    So for example line 28 that looks like this:

    define ('BPFB_PLUGIN_SELF_DIRNAME', basename(dirname(__FILE__)), true);

    the fix would be removing “true” in that one and all other define lines.

    I’ll suggest this to our plugin developer so this can be removed in the following version of the plugin. In case you don’t want to wait for the update you can remove it manually from all lines to try to fix the warning.

    Best regards,
    Bojan

    Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey again tadpubco,

    Just wanted to let you know that we’ve released an update with a fix for this issue.

    Have a great day!

    Cheers,
    Bojan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Conflict with HHVM’ is closed to new replies.