• After looking for migration plugins for a while I decided on the All-In-One WP Migration.

    The export process is extremely simple (I especially like the find and replace feature). After exporting, the website is saved in it’s own format and is ready for importing.

    When importing you simply install the plugin on your new WP site and click import, select the file and let it go through the upload process. It’s really that simple.

    There are 2 issues that iv’e had but it’s not the fault of the plugin, rather the WP configuration.

    1) If your upload stops at “Restoring files x of xxx” then it’s probably a max upload size issue.

    To fix this go to your wp-admin folder and create a php.ini file, edit it and add these lines to it: upload_max_filesize = 1000M; post_max_size = 1000M

    2) If your site stops working after a successful import then it’s probably a php memory issue.

    To fix this edit your wp-config.php and add: define( ‘WP_MEMORY_LIMIT’, ‘256M’ ); just before the section that says ‘That’s all, stop editing! Happy blogging.’

    Ps: The support for this plugin is amazing! Thanks for all the hard work.

Viewing 1 replies (of 1 total)
  • Hi @malanfcm

    Thank you so much for taking the time to write this amazing review! 🙂
    We appreciated your review and some tips.

    And I couldn’t agree more with you that sometimes the issue can come from many reasons, WP configuration or PHP Version differentiation or even the Internet Connection Speed.

    Thank you for your understanding.

    Sincerely

Viewing 1 replies (of 1 total)
  • The topic ‘Awesome plugin with great support!’ is closed to new replies.