• Resolved mdknight

    (@mdknight)


    After the last wordfence update I get the following error
    XML-RPC authentication is disabled. Jetpack is currently active and requires XML-RPC authentication to work correctly. Manage Settings

    When I go to the wordfence settings for this

    Disable XML-RPC authentication
    If disabled, XML-RPC requests that attempt authentication will be rejected.

    The box is check and when I uncheck it and save it simply refreshes with the box still checked, please advise

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @mdknight,

    Can you run the following query to manually enable XML-RPC?

    UPDATE wp_wfls_settings SET value=1 WHERE name='allow-xml-rpc' OR name='xmlrpc-enabled';

    Remember to change wp_ to your table prefix. (wp_ is the default prefix)

    Dave

    Thread Starter mdknight

    (@mdknight)

    That did the trick, thank you very much

    • This reply was modified 4 years, 7 months ago by mdknight.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘XML-RPC Error’ is closed to new replies.