• Resolved markswylie

    (@markswylie)


    I’m restoring a website to a new location. The “Restoring in progress” box has been on 99% for over an hour now.

    I chatted with Effie, who asked me to raise a support request here, and also share debug info, but I can’t get to the Troubleshooting section as the “Restore in progress” window is still open, stuck at 99%. Effie asked me to log in to my site from a different tab in my browser, but the site is unavailable while I have this issue.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author iClyde

    (@iclyde)

    Hi @markswylie

    I think the restoration freeze is related to the fact that you couldn’t access the website. The most important question is what was the last line of live log.

    At 99% the website should be already restored, the last step there is to activate plugins, I believe that some plugin failed to activate and it crashed the website.

    Our plugin should provide more details on why the plugin failed, but as I don’t have any logs for now, let’s assume simple scenario when some plugin is incompatible with installed PHP version.

    If you had some plugins that does not work on PHP 8+, then restoration of such plugin can cause issues when website is running PHP 8 or above.

    Easiest solution would be to enable WP_DEBUG and WP_DEBUG_DISPLAY variables in your wp-config.php file to detect which plugin causes the issue, it will display detailed error log on front-end indicating path to incompatible plugin.

    Then you can remove the plugin manually, directly in wp-content/plugins.

    After that you may need to activate most plugins manually, and that should be fine as the database shouldn’t be damaged as well as other files.

    Alternatively, you can also switch to PHP 7.4 if you’re using PHP 8+.
    If my assumption is correct, then it should instantly resolve the issue.

    Keep in mind that many plugins in WP.org directory still does not support PHP 8.

    Let me know if that resolves the issue 🙂
    Thank you!

    Thread Starter markswylie

    (@markswylie)

    Hi @iclyde

    Thank you for getting back to me. I used a different migration plugin in the end, and it worked successfully.

    All the best.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Stuck at 99%’ is closed to new replies.