• Boertje

    (@boertje)


    Warning: this plugin is not compatible with php7.*. De developers known this but doing nothing for more than 2 months.

Viewing 11 replies - 1 through 11 (of 11 total)
  • GrantTransition

    (@granttransition)

    I am looking to upgrade to PHP 7 due to it being a minimum requirement of wordpress very soon. PHP compatibility Checker is reporting that your plugin isn’t compatible. When is this likely to be rectified?

    caimin_nwl

    (@caimin_nwl)

    The plugin should already be PHP 7 compatible. If either of you are having specific issues let us know so we can pass them on to the Dev team.

    Thread Starter Boertje

    (@boertje)

    It is not, the admin backend is crashing. But see also the comment from GrantTransition

    argie01

    (@argie01)

    Same problem here.

    Everything was working fine in my website until I upgraded to PHP7. After that, admin backend crash everytime I try to get into it.

    The only way to fix is unpublishing Event Manager Plugin.

    caimin_nwl

    (@caimin_nwl)

    Can you all let us know the specific version of PHP you’re using to help with testing?

    Thread Starter Boertje

    (@boertje)

    Yes, php7. I can give you also the code issues:
    FILE: -manager/em-shortcode.php
    ————————————————————————————————————————-
    FOUND 1 ERROR AFFECTING 1 LINE
    ————————————————————————————————————————-
    113 | ERROR | ‘clone’ is a reserved keyword introduced in PHP version 5.0 and cannot be invoked as a function (T_CLONE)
    ————————————————————————————————————————-

    FILE: /ins/events-manager/classes/em-object.php
    ——————————————————————————————————————–
    FOUND 1 ERROR AFFECTING 1 LINE
    ——————————————————————————————————————–
    1177 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    ——————————————————————————————————————–

    FILE: /events-manager/admin/em-ms-options.php
    ———————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————-
    1 | WARNING | File has mixed line endings; this may cause incorrect results
    ———————————————————————————————————————-

    FILE: s/events-manager/buddypress/bp-em-core.php
    ————————————————————————————————————————
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ————————————————————————————————————————
    1 | WARNING | File has mixed line endings; this may cause incorrect results
    ————————————————————————————————————————

    FILE: /public_html/wp-content/plugins/events-manager/templates/buddypress/group-events.php
    ————————————————————————————————————————————
    FOUND 1 ERROR AFFECTING 1 LINE
    ————————————————————————————————————————————
    31 | ERROR | Using ‘break’ outside of a loop or switch structure is invalid and will throw a fatal error since PHP 7.0
    ————————————————————————————————————————————
    and in pro:

    FILE: /s/events-manager-pro/events-manager-pro.php
    ————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ————————————————————————————————————————-
    26 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    ————————————————————————————————————————-

    FILE: wp-content/plugins/events-manager-pro/add-ons/emails.php
    ————————————————————————————————————————
    FOUND 1 ERROR AFFECTING 1 LINE
    ————————————————————————————————————————
    52 | ERROR | ‘clone’ is a reserved keyword introduced in PHP version 5.0 and cannot be invoked as a function (T_CLONE)
    ————————————————————————————————————————

    FILE: nager-pro/add-ons/gateways/gateway.paypal.php
    ————————————————————————————————————————————–
    FOUND 1 ERROR AFFECTING 1 LINE
    ————————————————————————————————————————————–
    239 | ERROR | The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found ‘$HTTP_POST_VARS’
    ————————————————————————————————————————————–

    caimin_nwl

    (@caimin_nwl)

    Thanks; I’ve passed this on to the Dev team.

    david.cereja

    (@davidcereja)

    Same for me ( PHP 7.1 )
    Please advise us if you update

    Thanks in advance

    ps: I have a pro account ??

    caimin_nwl

    (@caimin_nwl)

    Quick update: There should be a fix for this released in the next couple of days. We’ll update this thread when it’s available.

    grantsmith

    (@grantsmith)

    Hi,

    Just wondered if there is any update on this?

    Thanks in advance

    caimin_nwl

    (@caimin_nwl)

    Sorry, no further news at the moment. We’ll update this thread as soon as there is.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘PHP7’ is closed to new replies.