New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syndication Links/IndieAuth Issues #93
Comments
|
This is weird. The two plugins don't do anything that should cause this. |
|
I know. I looked through the debug log and Location stuff seems to be affected too. Notice: Undefined index: items in .../public_html/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php on line 328 |
|
Location uses the rest API. Syndication Links doesn't. |
|
I addressed the notice if you want to try the development version. I still don't know if it is related. |
|
That fixed it. Thanks again. |
|
Darned if I know how, but great |
After installing the latest version of this plugin my IndieAuth plugin stops working. I get the following response from Quill for example:
Missing access_token
The token endpoint did not return an access token. The access_token parameter is the token the client will use to make requests to the Micropub endpoint.
Missing me
The token endpoint did not return a “me” parameter. The me parameter lets this client know what user the token is for.
Missing scope
The token endpoint did not return a “scope” parameter. The scope parameter lets this client know what permission the token represents.
Notice: Undefined index: items in /home/stephenp/public_html/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php on line 328
This only happens with Syndication Links 4.0 and above. The previous 3.4 version works. Related
The text was updated successfully, but these errors were encountered: