Error message I received from Wordpress (probably from the LJXP plugin? I’m not sure) while posting that last post:
Something went wrong – -32300 : transport error – HTTP status code was not 200
Well, that’s certainly helpful. I wonder what the HTTP status code was, or what URL was being requested that returned said status code. But at least I know that something went wrong.
Comments 5
The error is caused by an XML-RPC request. You can find the pertinent code in /wp-includes/class-IXR.php . I recommend changing “var $debug = false;” to “var $debug = true;” in “class IXR_Client”. Making a copy of the file (just in case you screw it up) is probably a good idea.
Posted 24 May 2007 at 12:12 pm ¶