Home Forums WoodMart support forum AJAX import error. Try to disable all external plugins and run the import again.

AJAX import error. Try to disable all external plugins and run the import again.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #389021

    kindnation
    Participant

    I am having trouble importing the dummy content with the above error.

    I have already disabled every plugin, except the one’s that are required by WoodMart.

    #389049

    kindnation
    Participant

    I finally fixed the problem. The problem exists because importing the dummy content takes a very long time and is basically causing a time out.

    First disable CloudFlare, because the CloudFlare’s execution time will also time out.

    I am running nginx using PHP-FPM. Create a file in /etc/nginx/conf.d/fastcgi_read_timeout.conf

    Add this to the file:

    fastcgi_read_timeout 300;

    save the file, and restart Nginx. Now it won’t time out and is finally able to download the demo content.

    #389073

    Hello,

    We are Glad that your issue has been Resolved.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘AJAX import error. Try to disable all external plugins and run the import again.’ is closed to new replies.