Cannot Import Demo Data
When I try to import demo data, I get errors like the following:
PHP Warning: Invalid argument supplied for foreach() in \inetpub\vhosts\glenwoodcemetery.ca\dev\wp-content\themes\betheme\functions\importer\import.php on line 106
PHP Warning: Invalid argument supplied for foreach() in \inetpub\vhosts\glenwoodcemetery.ca\dev\wp-content\themes\betheme\functions\importer\import.php on line 700
PHP Warning: Invalid argument supplied for foreach() in \inetpub\vhosts\glenwoodcemetery.ca\dev\wp-content\themes\betheme\functions\importer\import.php on line 711
PHP Warning: array_filter() expects parameter 1 to be array, null given in \inetpub\vhosts\glenwoodcemetery.ca\dev\wp-content\themes\betheme\functions\importer\import.php on line 732
PHP Warning: Invalid argument supplied for foreach() in \inetpub\vhosts\glenwoodcemetery.ca\dev\wp-content\themes\betheme\functions\importer\import.php on line 751
I've contacted my host, and they say to contact you.
Comments
looks like your server is not fully compatible with WordPress and your host don't know what they say (wrong people on the wrong place). Demo settings can not be imported automatically because your server does not work with wp_remote_get() function which uses loopbacks. In such case, you must import settings manually because you have default footer active instead of the custom one we made especially for this demo.
Thanks!