#wordpress 2019-02-13

2019-02-13 UTC
[jgmac1106], tantek, [davidmead] and [tantek] joined the channel
#
[tantek]
huh, is "Disable Rest API" a WordPress plugin that we should warn about or add to Troubleshooting? https://twitter.com/_/status/1095510906350522368
#
@StormlightTech
@microbitch2017 It's called simply Disable Rest API. You don't want it installed. Plays freaking havoc with webmention.
(twitter.com/_/status/1095510906350522368)
[eddie], [kevinmarks] and [pfefferle] joined the channel
#
[pfefferle]
Tantek yes, absolutely
#
sknebel
I wonder if the plugins can test/detect this?
#
sknebel
we've seen this with "security suites" before too
#
[pfefferle]
We can implement a check for a list of plugins, sure.
#
[pfefferle]
The same with indieauth and micropub
#
sknebel
I thought along the lines of "try to use the api from the plugin, see if it suceeds", but a plugin list could also be a start
#
[pfefferle]
We can also try to access the api endpoint
#
[pfefferle]
But this is more expensive if we do that every time we load the admin settings
#
[pfefferle]
Or perhaps a troubleshoot button that runs some tests
[jeremycherfas], [tantek], jeremych_, [jgmac1106], [adam], [Rose], [Vincent], [kevinmarks], [eddie], jackjamieson, [grantcodes] and [cleverdevil] joined the channel
#
aaronpk
any idea why a wordpress site would return 404 on /wp-admin/plugins.php?
#
aaronpk
and only sometimes
[pfefferle] joined the channel
#
[pfefferle]
A WordPress 404 or a Webserver 404?
#
aaronpk
wordpress
#
[pfefferle]
Some weird rewrite rules, that does not handle physical files properly?
#
aaronpk
sometimes reloading it will work
#
aaronpk
which makes no sense to me
#
[pfefferle]
Bad caching that do not exclude the admin?
#
aaronpk
if i could visit that page i could see if a caching plugin is installed 😂
#
[pfefferle]
You can move the plugins folder, to check if it is a plugin fault?
#
[pfefferle]
Or do you have no access to the filesystem?
#
aaronpk
i do, but i can't mess with it live
#
[pfefferle]
Can you post a list of the folders?
#
aaronpk
i'm gonna try to download everything locally to mess with it
#
[pfefferle]
It sounds like a plugin issue
#
[pfefferle]
WordPress only returns a 404 in the frontend
#
aaronpk
wp-supercache is installed. could that cause it somehow?
#
aaronpk
ok looking at the error logs now
#
aaronpk
"Connection reset by peer: mod_fcgid: error reading data from FastCGI server"
[Rose], [kevinmarks] and [asuh] joined the channel
#
[asuh]
aaronpk what version of php is on the server?
#
aaronpk
or wait
#
aaronpk
it's dreamhost, so it has all of them, not sure which one this is using
[schmarty] joined the channel
#
[asuh]
I've had similar problems with v7.x on dreamhost
#
aaronpk
i'm gonna clone this whole thing to a VM and try it out locally to see if i can track this down
[tantek], [schmarty], [grantcodes], [cleverdevil], [kevinmarks], [jgmac1106], eddiehinkle, tantek and [eddie] joined the channel