• Resolved prhdeveloper

    (@prhdeveloper)


    Hey there,
    Like the title says, whenever I try to import content the bar seems to stall at 25% and never completes.

    I have enabled debug mode and I have done the ‘Delete stuck sync statuses?’ option a couple times to make sure there was nothing stuck before importing.

    My site is not password protected or anything.

    Any ideas or suggestions?

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor Mathew Chapman

    (@mathew-chapman)

    Hi There

    Can I just check if you have any sort of firewall plugin enabled? This can sometimes be caused by firewall issues. You may have to add an exception for the GatherContent plugin to your firewall.

    Thanks

    Mat

    I’m having the same issue. What firewall settings? Is there a specific port number we need to open up or… ?

    More info on this, I tried running an import from outside the network with no firewall and I am seeing the same behavior. Does not appear to be a networking issue but a problem with the Gather Contennt plugin and WP 4.9.7 for me. I also turned on debugging but saw nothing unusual in the logs, it just seems to hang without error.

    Major issue for us as we use Gather Content and recommend it to our clients for use with WordPress.

    Plugin Contributor Mathew Chapman

    (@mathew-chapman)

    You could try whitelisting https://api.gathercontent.com. This would be the only external URL the plugin would connect to. Can I ask are you running this on a local server or on a live hosted server? If you want you can get in touch with [email protected] and we can try and investigate further.

    Thanks

    Mat

    Hey Mat,

    Thanks for getting back to me. I am running locally in both instances and I’m hoping that is the issue. I will try deploying to our host today and see if that fixes it. If that is the case it would be helpful if we could get it working locally for development.

    Whew, so it works fine from a live server, just not from our docker instances or even MAMP. We’ll jsut need to find a way to get this working locally but at least we aren’t totally stuck. Thanks for pointing me in the right direction!

    Plugin Contributor Mathew Chapman

    (@mathew-chapman)

    Not a problem. I run it locally myself on Vagrant and don’t seem to encounter this issue. I will try setting up a docker instance and see if I can replicate any issues.

    Thanks

    Mat

    For what it’s worth, this is typically a problem because your site cannot make requests to itself, not to https://api.gathercontent.com. You know it’s connecting to the GatherContent API if you are on that page trying to do a sync. The sync functionality makes multiple asynchronous internal requests to YOURSITE/wp-admin/admin-post.php. You can test if it’s a local https verification issue by adding this somewhere (theme functions.php file, etc):

    add_filter( 'https_local_ssl_verify', '__return_false' );

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Import hanging at 25%’ is closed to new replies.