• Resolved linuxpir8

    (@linuxpir8)


    Fatal error: Uncaught Error: Call to undefined method phpCAS::getSupportedProtocols() in /wp-content/plugins/authorizer/src/authorizer/options/external/class-cas.php:174 Stack trace: #0 /wp-content/plugins/authorizer/src/authorizer/class-options.php(375): Authorizer\Options\External\Cas->sanitize_cas_version() #1 /wp-content/plugins/authorizer/src/authorizer/class-wp-plugin-authorizer.php(246): Authorizer\Options->set_default_options() #2 /wp-includes/class-wp-hook.php(307): Authorizer\WP_Plugin_Authorizer->activate(”) #3 /wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(”, Array) #4 /wp-includes/plugin.php(474): WP_Hook->do_action(Array) #5 /wp-admin/plugins.php(194): do_action(‘activate_author…’) #6 {main} thrown in /wp-content/plugins/authorizer/src/authorizer/options/external/class-cas.php on line 174

    WP 5.9.1
    PHP 7.4
    Authorizer 3.3

    • This topic was modified 2 years, 11 months ago by linuxpir8. Reason: added version numbers
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Paul Ryan

    (@figureone)

    Do you perhaps have another CAS plugin installed? That code path isn’t supposed to fire unless the phpCAS class exists, and the version of phpCAS bundled with Authorizer has that function defined. So maybe another plugin loading earlier is requiring an outdated version of phpCAS?

    phpCAS::getSupportedProtocols() was added in phpCAS version 1.3.7:
    https://github.com/apereo/phpCAS/pull/293

    Plugin Author pkarjala

    (@pkarjala)

    Hi @linuxpir8 following up on this issue; are you still experiencing this error message?

    Thread Starter linuxpir8

    (@linuxpir8)

    Nope. I believe it’s either because yall updated the phpcas dependencies or we manually updated them. I have noticed only one currently updated CAS plugin does not require phpcas.

    However because we are higher ed, we wanted to use this one instead as I’m sure we have similar needs.

    Plugin Author pkarjala

    (@pkarjala)

    OK; do you need any additional support on this issue at this time?

    Plugin Author pkarjala

    (@pkarjala)

    Ah, disregard, I just noticed that you marked the thread as resolved. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘blank page or sso logout loop’ is closed to new replies.