gfarrell / WPRavenAuth

Raven (ucam_webauth) authentication plugin for Wordpress. Now maintained by @mo-g (mo-g/WPRavenAuth)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin failing to load

bilal-chughtai opened this issue · comments

Hi,

I recently updated our JCR website to wordpress 5.2.2 after not having updated it in probably a year, and WPRavenAuth seems to have broken. Here's the error I'm hitting:

An error of type E_ERROR was caused in line 88 of the file /public/societies/thjcr/public_html/wp-content/plugins/WPRavenAuth-master/app/core/raven.php. Error message: Uncaught WPRavenAuth\AuthException: in /public/societies/thjcr/public_html/wp-content/plugins/WPRavenAuth-master/app/core/raven.php:88

Stack trace:
#0 /public/societies/thjcr/public_html/wp-content/plugins/WPRavenAuth-master/WPRavenAuth.php(89): WPRavenAuth\Raven->login  
#1 /public/societies/thjcr/public_html/wp-includes/class-wp-hook.php(286): WPRavenAuth\login_init('')
#2 /public/societies/thjcr/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array)
#3 /public/societies/thjcr/public_html/wp-includes/plugin.php(465): WP_Hook->do_action(Array)
#4 /public/societies/thjcr/public_html/wp-login.php(478): do_action('login_init')
#5 {main} 
thrown


It looks like you don't have the latest version of the plugin - could you try downloading it from Github or updating your git clone to the latest code?

This has fixed it! Both versions of the plugin are showing up at v1.0.0 in the WP UI. May be worth updating that?