Hi
Could you please check your PHP versions, sometimes when you migrate from PHP 5.x to PHP 7.x some of the plugins may not work and that may cause stuck on import?
Hi Borislav!
Thanks a lot for your answer. It’s PHP 5.4.22 on local and PHP 5.4.43 on Web. And another website much bigger, with same plugs in (and much more) than the new one, has always worked fine on that conditions. Anyway I noticed something that solved the situation in the emergency, though I don’t know the real reason. I always make the first installation on the local server, then no problem to migrate from or to local. It’s because of an emergency that for first time I made the first installation on Web, and then came the problem.
I will have to try a little more to confirm it…
… forgotting something.. And know, starting again from 0 the new site from local, it works..
Now I’m fine with it, if it appears again I’ll notice, hope not. Thanks for your great plugin so useful.
Hey, I’ve been trying to migrate my website from one domain on one contract with my host (1&1) to another domain on a different contract. I’ve made sure that the PHP versions of both are the same.
So I’m able to export .wpress files from the source website but when I try to import a file to my new domain, the process times out at
“Restoring X files…
Y% complete”
I have to stop the process and when I go my new domain’s WP admin page, it reads
Fatal error: Cannot declare class Product_Subdomains, because the name is already in use in …/wp-content/mu-plugins/product-domain.php on line 12
The problem occurs at a hosting plugin?
<?php
/*
Plugin Name: Product Subdomain
Plugin URI: http://1and1.com
Description: Handles our product subdomains
*/
if ( ! defined( ‘ABSPATH’ ) ) {
die();
}
class Product_Subdomains { <– Something happens here
…
}
new Product_Subdomains;
I’m a newbie and would love to take care of this soon, so any feedback would be appreciated. Thank you.