• Resolved ClaitonLord

    (@claitonlord)


    Hello,

    I cant login to my WordPress app on my Samsung Galaxy S7. I think it has something to do with the XML-RPC. I Googled and tried some, but didnt work out. This is the error report. Please help me out.

    Thanks.

    [Large code excerpt removed by moderator per forum rules. Please use the pastebin for all large code excerpts. It works better anyway.]

Viewing 14 replies - 1 through 14 (of 14 total)
  • Moderator James Huff

    (@macmanx)

    https://www.stijnspreekt.nl/xmlrpc.php is returning blank, where it should be functioning instead like https://www.ads-software.com/xmlrpc.php

    Try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, try switching to the Twenty Sixteen theme to rule-out a theme-specific issue (theme functions can interfere like plugins).

    Thread Starter ClaitonLord

    (@claitonlord)

    @james

    Thanks for your reply.

    I first did deactivate all my plugins, but xmlprc keeps returning blank. Then i switched back to Twenty Sixteen, but still blank. So both options didnt work out.

    Also my website isnt functioning normally now. The whole right (widget)sidebar is placed at the bottom, instead on on the right. How can i move it back to the right? The widgets screen in the dashboard looks still the same like it used to. On my phone he is still OK though, just laptop. Ow lord. Now i have 2 issues. Please help me out James.

    Thread Starter ClaitonLord

    (@claitonlord)

    2nd issue is solved! Now we still have the xmlrpc issue ??

    Thread Starter ClaitonLord

    (@claitonlord)

    Just to make sure, here the error report again. The moderator removed the code excerpt because it was too long. https://pastebin.com/0LFVYLzN

    Moderator James Huff

    (@macmanx)

    Try downloading WordPress again, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, and delete then replace your copies of everything on the server except the wp-config.php file and the /wp-content/ directory with fresh copies from the download. This will effectively replace all of your core files without damaging your content and settings.

    Some uploaders tend to be unreliable when overwriting files, so don’t forget to delete the original files before replacing them.

    Thread Starter ClaitonLord

    (@claitonlord)

    @james, thx. I did everything just like you told me. Everything is back to normal, but my articles all give errors now. What should i do?

    Not Found

    The requested URL /bners-ondertekenen-open-brief-aan-ntr-voor-afscheid-zwarte-piet/ was not found on this server.

    Moderator James Huff

    (@macmanx)

    Try re-saving your permalink structure at Settings/Permalinks in your admin panel. If WordPress cannot automatically edit the .htaccess file, it will provide manual instructions after saving.

    Thread Starter ClaitonLord

    (@claitonlord)

    Fixed James. Thanks. But i still get the same error message when i try to login the WordPress app. So it didnt solve the issue, i guess?

    Thread Starter ClaitonLord

    (@claitonlord)

    Check the now given error report James:

    https://pastebin.com/yjNpvXrr

    Moderator James Huff

    (@macmanx)

    Yeah, https://www.stijnspreekt.nl/xmlrpc.php is still blank.

    When I try to access the file via cURL, I get 503 Service Unavailable

    So, it would seem like something is intentionally blocking the file. Since you still had the problem with all plugins deactivated, I recommend contacting your hosting provider. If they aren’t blocking it, they should be able to help you determine why it’s returning a 503.

    Thread Starter ClaitonLord

    (@claitonlord)

    Damn. Ok. I will call them tomorrow. Its 11.30 pm now here in the Netherlands. I will report back tomorrow again. Thx James!

    Moderator James Huff

    (@macmanx)

    You’re welcome!

    i had same issues with my sites [Link redacted] and [Link redacted] and i inserted the bellow code into my .htaccess “at the bottom” and it resolved it see>>> [Link redacted]

    <Files xmlrpc.php>
    order deny,allow
    Allow from all
    </Files>

    goodLuck

    Moderator James Huff

    (@macmanx)

    Thanks for sharing your solution!

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Unable to login to Android WordPress app(error report included)’ is closed to new replies.