• Resolved cspg

    (@cspg)


    i cant remotely publish anything, not even with the wordpres android app,
    i checked if xml-rpc is enabled, by installing a plugin (control-xml-rpc), so its enabled
    i get this error in qumana:
    error decoding xml-rpc response: the element type “p” must be terminated by the matching end-tag
    but i tried also diferent chrome extension for posting trough xml rpc, none work

    PS: i also get 404 errors

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Seems like something is interfering with the XML-RPC output.

    Try deactivating all of your plugins and switching to the Twenty Thirteen theme? This would be a temporary troubleshooting step.

    If the Android app can publish after that then re-activate your plugins one at a time until the problem comes back. Put the theme back last.

    PS: i also get 404 errors

    Try resetting your permalinks is you mean 404 on posts and pages.

    https://your-wordpress-URL-here/wp-admin/options-permalink.php

    Thread Starter cspg

    (@cspg)

    i think i found something in my .htaccess

    RewriteRule ^in/?$ /wp-login.php?4qzqsadsaqlg3vcxuvnyylm [R,L]
    
    RewriteCond %{HTTP_COOKIE} !^.*wordpress_logged_in_.*$
    RewriteRule ^tm/?$ /wp-login.php?4qzqsadsaqlg3vcxuvnyylm &redirect_to=/wp-admin/ [R,L]
    
    RewriteRule ^tm/?$ /wp-admin/?4qzqsadsaqlg3vcxuvnyylm  [R,L]

    ill try and comment this and see if the problem still persists

    PS: i removed the hole .htaccess file, i still get 404

    Thread Starter cspg

    (@cspg)

    i begin to hate this
    so, i deactivated all plugins, bulk action
    removed .htaccess from / and /wp-admin
    set the default theme
    connection error
    org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT null@1:1 in java.io.InputStreamReader@41ea67b0)

    Thread Starter cspg

    (@cspg)

    now it works, after i ddouble changed the perma links stuff

    thanks for the help

    Thread Starter cspg

    (@cspg)

    the culprit was Better WP Security, which messed up something (some header/meta), even after disabling it

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘can't remotely publish xml-rpc problem’ is closed to new replies.