Demo Import Fail
We're trying to import the BeInvestment demo onto our site using the built-in demo importer, but every time I attempt to import, it gives me this error:
Fatal error: Cannot use object of type WP_Error as array in /*****/******/public_html/*********/wp-content/themes/betheme/functions/importer/import.php on line 103
What is causing this error? I've installed and re-installed the theme multiple times, even back to old versions of it. I've even created a new Wordpress Installment, but to no avail. Any support you can give?
I cannot give you the site URL, as we don't actually own the domain we're building it off of, so we're using a computer-based IP forwarding to access the site. However, this is not the issue, as we've done this sort of thing many times before, with no issues.
BeTheme 10.5
Wordpress 4.3.1
Comments
this means that your server is not fully compatible with WordPress. 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.
Thanks!