jfairfull
Forum Replies Created
-
Forum: Plugins
In reply to: [Zendesk Support for Wordpress] Plugin Conflict with Types PluginOh, I forgot to mention: when both plugins are active, some of the types menus are broken, which prevents the plugin permissions from being configured.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] After the Deadline ErrorsI’m going to go ahead and revert the template and plugins back to normal because I need to work on this project and I think we’ve ruled the template and plugins out as possible culprits.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] After the Deadline ErrorsThanks Richard, I submitted that form with access.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] After the Deadline ErrorsCan you elaborate a little? Do you want me to send the request like this?
https://kmdgideas.com/skyhigh/curl.png
This is a request that I sent from my PC to the server, and as you can see: it succeeds. I’m not sure html/xml is a valid content type either? I think these are the only valid types we could be using:
text/html
application/xhtml+xml
text/xml
application/xmlI also sent a PHP cURL from a separate server here and this also works:
https://ingerodev.com/test.php
I’m not doubting that there’s a problem here, but if I go to the host again without a more specific problem, they’re just going to do this and blow me off again.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] After the Deadline ErrorsThanks for your response!
1) I disabled all plugins except Jetpack and still got the problem.
2) I installed the Kubrick theme, enabled it and it’s still doing it. Currently, I have all plugins except Jetpack disabled and this theme is installed. I will leave it like this for a while, but I may have to switch it at some point.
3) I contacted the host. They said the command should be sent thusly:curl -i -H 'Content-Type: text/xml' --data '<?xml version="1.0"?><methodCall><methodName>demo.sayHello</methodName><params></params></methodCall>' 'https://kmdgideas.com/skyhigh/blog/xmlrpc.php'
The “&” character is misplaced. Anyway, this command succeeds and the plugin still doesn’t work.
I can send cURL requests with php just fine as well:
https://kmdgideas.com/skyhigh/curl.php
…but I don’t know if this is relevant. Does this plugin need to have exec() enabled so it can cURL over a command line? I don’t have exec() enabled.