Beren
Forum Replies Created
-
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] options.php missingYep – copying over the files manually seems to have fixed it. That’ll teach me not to get distracted when updating a plugin.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] options.php missingLooks like the upgrade barfed and 50% of files are missing…will manually move the files over and see if that resolves things.
Forum: Plugins
In reply to: [WordPress REST API (Version 2)] WP 4.4 installed, is this needed?Sorry – I don’t know as I don’t use that plugin.
Forum: Plugins
In reply to: [WordPress REST API (Version 2)] WP 4.4 installed, is this needed?Yes – I think you do from the comments in the 4.4 release notes. Clifford only contains parts of the “infrastructure” and the full plugin will be migrated in a future release.
I’ll try to do this on my dev site to see if I can replicate the issue. Don’t like just randomly doing this on my public site.
Akismet for spam. I have Cartpauj Register Captcha for registration, and limitlogins. I don’t have too many plugins. Some image gallery and lightbox crap. SEO Tools and a couple of other things.
ykarbey – is that a question? My stats work fine. Everything else in Jetpack works fine.
I don’t get anything in the error logs.
http://tarnaeluin.houseofbeor.net/the-huan-project-targa-top/
The comment submits but then it seems to disappear.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Slider/Grid not appearing on websiteHow do you set an article as sticky? I don’t see that anywhere.
beren
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] REST API BrokenThanks Mr. Happiness!
Forum: Plugins
In reply to: [WooCommerce] Add PHP code to HTML tableThere’s a bunch of plugins that do things like this. For example: http://ww.wp.xz.cn/plugins/wp-exec-php/
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] REST API BrokenYeah I can definitely see that there must be something broken in Jetpack. From curl this command works:
curl ‘https://public-api.wordpress.com/rest/v1/sites/en.blog.wordpress.com/posts/7/?pretty=1’
But if I change out the hostname and a post number for my own site I get the token mismatch above even though this call you don’t need a token for.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] REST API BrokenWell – back to broken – simple requests like this:
https://public-api.wordpress.com/rest/v1/sites/tarnaeluin.houseofbeor.net/posts?pretty=1&number=5
fail with:
{
“error”: “token_target_mismatch”,
“message”: “The authorization token does not match the API target.”
}Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] REST API BrokenI had a second one right there – very odd – but now it is gone.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] REST API BrokenI fixed my access. What I did was disconnect my Jetpack completely and then re-connect it. I noticed that I had two connection indicators on teh Jetpack page, but when I disconnect both and then re-connected Jetpack now I have only one and the REST APIs work again.
They even work when I have W3TC turned on with minification! Super!
beren
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] REST API BrokenHaving a similar issue as well. The Jetpack page says I am connected, but the API interface is not working. The debug page says my site is unable to communicate with Jetpack. I tried deactivating all plugins and switched to 2012 theme, but still I have the issue.
Have you tried all those things? Same results?
I am able to pull up my XMLRPC page ok.