• Resolved galorekin

    (@galorekin)


    Hi,

    I’v used all in one wp migration so many times without any problem, but today it just doesn’t work with a small site I’m starting, there ‘s very few inside, nothing that can be a problem.
    – I export from server on the Web and import on local server.
    – No problem with export.
    – On import first stuck on “activating mu plugins”.
    – So I decided to export without mu plugins.
    – Then stuck on “Restoring 1427 files 96% complete.

    And the work is urgent… What can be the problem?

    Thanks for your help

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Borislav Angelov

    (@bangelov)

    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?

    Thread Starter galorekin

    (@galorekin)

    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…

    Thread Starter galorekin

    (@galorekin)

    … forgotting something.. And know, starting again from 0 the new site from local, it works..

    Thread Starter galorekin

    (@galorekin)

    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: https://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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Stuck importing file’ is closed to new replies.