Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter bluedognz

    (@bluedognz)

    Further testing.

    Tried disabling iThemes Security which is used to hide the /wp-admin and WordFence.

    Both sites are using post name permalink setting.

    Source website is on DesktopServer, Target is on live server.

    We’re having a similar issue. Both instances are on the same server. The PROD server had frontend password protection as well as blocking /wp-admin from the world, however disabling both of these made no difference.

    Admin login/password are definitely correct, but still seeing the “X” icon on pw field with the following error:

    Settings do not authenticate on Target server

    Is there anything we can do to debug the issue? Or anything we can start to look into? File permissions/ownership, etc.

    Appreciate the help!

    Plugin Author ServerPress

    (@serverpress)

    Hello bluedognz,

    You may have to modify your .htaccess file back down to the basic. Because iThemes security still has all the rules left in there even when disabled.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    If this does not work please submit an issue with the target URL at:

    https://serverpress.com/contact

    Plugin Author ServerPress

    (@serverpress)

    Hello Victor Vargas,

    Could you also send us the target URL via our contact form. It appears something is blocking the communication.

    https://serverpress.com/contact

    Plugin Author ServerPress

    (@serverpress)

    Hello bluedognz, Victor Vargas,

    We’ve recently released WPSiteSync 1.2.2. Besides several enhancements, we’ve also addressed some issues from the previous version. We’d like to invite you to update your copy and let us know if it has fixed the issues you are having by marking this thread as “Resolved”.

    By the way we just released Bulk Actions! You can check it out at https://wpsitesync.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Unable to make API request to Target system.’ is closed to new replies.