
-
AuthorPosts
-
April 28, 2015 at 8:13 pm #436342
I’m working on a site on a server that does not have connectivity to the internet – does Enfold need access to the internet to import dummy data? If so, is there another way to load the data? If not, why would it be failing?
April 28, 2015 at 9:32 pm #436391Bump
April 28, 2015 at 10:27 pm #436424Bump (I’m going to keep doing this until someone addresses my post).
April 28, 2015 at 11:50 pm #436447Bump
April 29, 2015 at 5:22 pm #436858Hi!
No, it does not need internet connection to import dummy content. Have you tried de-activating all active plugins and check if that helps? What is the exact error you are getting?
If you would like to import them manually, you can find XML files in Enfold/includes/admin/demo_files
For your information, we have a queue that goes from oldest post to the newest posts and each time you self post, you are pushing your query to the end of the queue.
Regards,
YigitApril 29, 2015 at 5:38 pm #436879There are no plugins installed at all – including the default plugins.
I receive no error, the import never completes, it just sits at the import screen.
Checking the website shows only a partial import.
I’m able to upload content to the website using the media upload.As far as the queue goes, when in 12 hours my post can be buried on page 14 or higher and nobody has even acknowledged receipt of the post, it doesn’t do much for my confidence that anyone will ever get back to me. Maybe you could look at a ticketing system like Redmine and a published SLA.
April 29, 2015 at 5:53 pm #436896I fixed mine by finding the xml file I wanted to import, they are in includes\admin\demo_files, except for the default layout, it’s in includes\admin, and called dummy.xml.
using 7zip, I made the dummy.xml into a gzip file, extension .gz.
I then used the wordpress uploader in plugins to import.
it’s a workaround that worked for me.April 29, 2015 at 6:18 pm #436918Coastcomputer – thanks for the response! Halfway through implemting your solution (which required me to download and hand-carry (copy) to the wordpress install so I could do the import)…A search I ran turned up this:
Enfold may not try to reach out to the internet, but WordPress definitely does. One person suggested adding localhost (127.0.0.1) to their /etc/hosts file to just reroute all requests back to the server itself – someone else suggested adding this to the wp-config.php file:
define(‘WP_HTTP_BLOCK_EXTERNAL’, true);
That ^^^ worked perfectly – once all external requests stopped, the dummy data imported in about 2 seconds…and the entire site sped up. The phone home requests in WordPress are unbelievable…I think I’m going to implement that little item on my production external website…
April 29, 2015 at 6:42 pm #436929Hi!
@coastcomputer Thank you for your input :)
@albunch1 Glad you figured it out! :)Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.