keithjgrant / omnibear

A Micropub browser extension
MIT License
36 stars 8 forks source link

Omnibear incorrectly reports page liked successfully #74

Closed dougbeal closed 5 years ago

dougbeal commented 6 years ago

> { > > Warning : in_array() expects parameter 2 to be array, null given in /var/www/html/wp-content/plugins/micropub/micropub.php on line 265 > > Warning : in_array() expects parameter 2 to be array, null given in /var/www/html/wp-content/plugins/micropub/micropub.php on line 268 > > Warning : Cannot modify header information – headers already sent by (output started at /var/www/html/wp-content/plugins/micropub/micropub.php:265) in /var/www/html/wp-content/plugins/micropub/micropub.php on line 1225 > {“error”:”insufficient_scope”,”error_description”:”scope insufficient to create posts”}: > }

(Originally published at: https://crw.moe/b/U0)

dougbeal commented 6 years ago

Logging out and back in didn’t help anything

keithjgrant commented 5 years ago

I believe we finally have a workaround for this, which I will get added into the next version. The core issue is in the wordpress plugin and is being addressed seperately (https://github.com/snarfed/wordpress-micropub/issues/133)

keithjgrant commented 5 years ago

Closing as duplicate of #20