Demo data installation not working
I have installed the theme and am trying to access and install the demo data that comes with it. I get this
error when I go into the Demo Data page:
WordPress function wp_remote_get() test failed. Looks like your server is not fully compatible with
WordPress. Contact your hosting provider.
Error: cURL error 56: Failure when receiving data from the peer
Any ideas?!
error when I go into the Demo Data page:
WordPress function wp_remote_get() test failed. Looks like your server is not fully compatible with
WordPress. Contact your hosting provider.
Error: cURL error 56: Failure when receiving data from the peer
Any ideas?!
Comments
With version 15.4 it worked but since version 15.5 I get the error (same server and same hosting settings)
Additional Information:
If I test the wp_remopte_get() function manually it works
Sorry - my mistake - domain wasn't configured correctly and pointed to a wrong server. Therefore the test got a 404. Added Domain temporarly to /etc/hosts to solve the problem.
Looks like your server does not support wp_remote_get() function which is a default WP function btw. wp_remote_get() uses loopbacks and this could be the reason why you are unable to import complete pre-made layout. So or you will contact with your admin and ask him if he can remove those limits for you or you need to import demo without paying attention to errors and after that import muffin options manually.
More details about similar issue you can read on http://forum.muffingroup.com/betheme/discussion/12103/wp-remote-get-demo-download-no-header-menu-of-footer-settings where a problem was a little bit different but the solution may work for you as well.
Thanks!
@netWKR We're glad you found the mistake on your server.
Looks like your server does not support wp_remote_get() function which is a default WP function btw. wp_remote_get() uses loopbacks and this could be the reason why you are unable to import complete pre-made layout. So or you will contact with your admin and ask him if he can remove those limits for you or you need to import demo without paying attention to errors and after that import muffin options manually.
More details about similar issue you can read on http://forum.muffingroup.com/betheme/discussion/12103/wp-remote-get-demo-download-no-header-menu-of-footer-settings where a problem was a little bit different but the solution may work for you as well.
Thanks!