indieweb / wordpress-indieauth

IndieAuth for WordPress
https://wordpress.org/plugins/indieauth/
MIT License
31 stars 11 forks source link

Undefined variable: params #107

Closed jackjamieson2 closed 6 years ago

jackjamieson2 commented 6 years ago

Since upgrading to 3.1.4 I get the following error when I log in to a microsub client.

PHP Notice: Undefined variable: params in [...]/public_html/microsub-dev/wp-content/plugins/indieauth/includes/class-indieauth-authorize.php on line 118

This error occurs both with either Yarns Microsub Server and the Aperture WordPress plugin. Additionally, microsub clients are no longer able to retrieve a list of channels, posts, etc.

This is fixed when I downgrade to 3.1.3

dshanske commented 6 years ago

I will fix this

dshanske commented 6 years ago

Wait... there is no line 118 in the GitHub version...can you test against it?

dshanske commented 6 years ago

I may have already fixed this

dshanske commented 6 years ago

I am working on a new PR for something else and may ask for a release after for both

jackjamieson2 commented 6 years ago

You're right, the github master version corrects this issue. Thank you!