lordmatt
Forum Replies Created
-
Forum: Plugins
In reply to: [Friends] Boost does not boost it is just scroll to top of page featureAwesome thanks.
Had to uninstall as this update crached my site.
Forum: Plugins
In reply to: [Friends] 403 Forbidden when attempting to reblogI’ve noticed that
_ajax_nonce
has no value. I suspect this is not correct.Forum: Plugins
In reply to: [Zero Spam for WordPress] I’m looking for the block logNo, its me. I was in settings. The FAQ meant under dashboard.
Forum: Plugins
In reply to: [ActivityPub] WordPRess serving activitypub JSON to web browsersUpdate: It looks like this is a content negotiation vs cache problem. I have requested changes from my host and in the meantime have added .htaccess directives that I hope will set the cache time for JSON content to 0.
Forum: Plugins
In reply to: [AddToAny Share Buttons] Share excerptI too wish to do this
Yes, thank you. That exactly answers my question.
Forum: Plugins
In reply to: [ActivityPub] Is Buddypress in your futureYes, please.
Forum: Plugins
In reply to: [ActivityPub] I’m struggling to get mastodon.social to see my blogFound the problem. It was not the plugin at all. My hosts were too aggressively protecting accounts against DDoS.
Forum: Plugins
In reply to: [ActivityPub] I’m struggling to get mastodon.social to see my blogThanks for the reassurance. I wonder why Mastodon instances are like that?
After some digging, I found that in
Webmention\Handler\WP::parse_site_json()
it assumes the JSON was all good and so has no error checking. Another plugin was corrupting the JSON and so it ran into trouble whenjson_decode( $response->get_body(), true )
returnednull
rather than the expected array.I’ve solved the problem for now.
Forum: Plugins
In reply to: [Best Quiz Plugin for WordPress: WP Quiz] Abandoned Plugin?I fear it may be
Forum: Plugins
In reply to: [Ban Hammer] No longer saving settingsI’m running Version 3.1.2 (my plugins are set to auto update). As far as I know, nothing interacts with blocked list but I can take a closer look. It was working last time I interacted with it and I could not find anything obviously wrong with the code.
Forum: Plugins
In reply to: [Ban Hammer] No longer saving settingsI have noticed that there is a new row added to wp_sitemeta with a meta_key of “banhammer_options” (no quotes) every time I try to save settings. I was also able to restore the ban list by editing the database directly. The list empties every time a save options is attempted.
Redirect returns to default on each save.
- This reply was modified 2 years, 2 months ago by lordmatt.
Forum: Plugins
In reply to: [ActivityPub] Mastodon cannot see itUpdate: I checked the ticket I have open with my host. They are going to check the logs as it should work.
I’m also wondering if WordPress’s REST API could be getting in the way? Although honestly I am still just guessing.