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 ¶Thanks — I’d figured out what was up (LJXP was indeed not crossposting) — mostly I was just annoyed at the error message. It knows the HTTP status code, because it knows it isn’t 200, but it doesn’t give it to me! (Nevermind displaying “something went wrong”, context-free, to the user.)
Posted 24 May 2007 at 1:41 pm ¶Hey, what do you know, I just got that message for the first time just now. You jinxed me.
Posted 24 May 2007 at 8:46 pm ¶O NOES WORDPRESS VIRUS!!!1!
(LiveJournal is all horky today.)
Posted 24 May 2007 at 10:05 pm ¶“Me, too! Me, too!” I had never seen that error message before, but after your post, I now see it quite frequently. Either you jinxed me or LJ changed something. I’m sticking with the former.
Posted 01 Jun 2007 at 4:56 pm ¶