cannot import demo theme
I am getting this error while importing theme demo data
Cannot use object of type WP_Error as array in /home/kilcooadmin/public_html/wp-content/themes/betheme/functions/importer/import.php on line 103
Comments
you get this error because of the limits on your server side. Your server does not work properly with wp_remote_get() function which is default WP function btw. In this case, you can import options manually.
Thanks!