AJAX import error. Try to disable all external plugins and run the import again.
-
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.
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.
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.
The topic ‘AJAX import error. Try to disable all external plugins and run the import again.’ is closed to new replies.