• Resolved jimcin

    (@jimcin)


    Hi,

    I just moved my site to new servers with PHP7.2 and IIS10.0, and ran into the following fatal error.

    My plugin is up to date.

    Could you help?
    Thanks

    [26-Mar-2018 20:25:19 UTC] PHP Fatal error: Uncaught Error: Call to undefined method AC_Plugin_Updater::check_update_conditions() in E:\Web\xxx\wp-content\plugins\codepress-admin-columns\classes\Plugin.php:66
    Stack trace:
    #0 E:\Web\xxx\wp-includes\class-wp-hook.php(286): AC_Plugin->install(”)
    #1 E:\Web\xxx\wp-includes\class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array)
    #2 E:\Web\xxx\wp-includes\plugin.php(453): WP_Hook->do_action(Array)
    #3 E:\Web\xxx\wp-settings.php(450): do_action(‘init’)
    #4 E:\Web\xxx\wp-config.php(97): require_once(‘E:\\Web\\www-dev….’)
    #5 E:\Web\xxx\wp-load.php(37): require_once(‘E:\\Web\\www-dev….’)
    #6 E:\Web\xxx\wp-admin\admin.php(31): require_once(‘E:\\Web\\www-dev….’)
    #7 E:\Web\xxx\wp-admin\index.php(10): require_once(‘E:\\Web\\www-dev….’)
    #8 {main}
    thrown in E:\Web\xxx\wp-content\plugins\codepress-admin-columns\classes\Plugin.php on line 66

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stefan van den Dungen Gronovius

    (@dungengronovius)

    Thanks for the feedback.
    I tried to reproduce the issue on a PHP7.2 environment but with no luck. I’m not able to test this on an IIS10.0 environment though.

    Looking at the actual error, this seems like a strange bug because the actual method really exists in the class. Did you maybe update the plugin manually by syncing the files?

    Could you try to deactivate and remove the plugin and install it again? No settings will be lost during this action.

    Thread Starter jimcin

    (@jimcin)

    You’re right, thank you,

    I did delete and reinstall properly, and issue seems to be gone.

    Thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal error php 7.2 please help’ is closed to new replies.