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

WP Debugging errors

mhhadfield opened this issue · comments

Hi Guys,
I'm getting the following issues on 4.9.8 :

Deprecated: Non-static method WPRavenAuth\Config::get() should not be called statically in /replicated/www/default/docroot/wp-content/plugins/WPRavenAuth/app/core/custom_fields.php on line 254

Deprecated: Non-static method WPRavenAuth\Raven::getInstance() should not be called statically in /replicated/www/default/docroot/wp-content/plugins/WPRavenAuth/WPRavenAuth.php on line 68

Deprecated: Non-static method WPRavenAuth\Config::get() should not be called statically in /replicated/www/default/docroot/wp-content/plugins/WPRavenAuth/WPRavenAuth.php on line 75

Is this a 'my site' issue or something which can be ignored?
Thanks,
Meredith

Something which can be ignored; I'm guessing this is with a server running PHP7? It should be simple enough to fix this; those methods should actually be static. I'll push an update now.

Hopefully fixed by 04a3076 - could you let me know if you're still seeing any errors?

It's using the new MWS machine on Debian 9 which I think is using stretch(?)It's now only giving this one error:

Notice: Only variables should be passed by reference in /replicated/www/default/docroot/wp-content/plugins/WPRavenAuth/WPRavenAuth.php on line 24

Ok, one more fix pushed, thanks for testing - I don't have access to the same environment right now unfortunately.