• Resolved fiona92

    (@fiona92)


    Hi there, I’m trying to import my joomla to wordrpess but after 27% it gets stuck. I retired 5x alrady but always gets stuck.

    What should I do please?

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

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

    (@kerfred)

    Please use our recommended settings during the migration.
    The recommended php.ini settings are:

    max_execution_time=3600
    max_input_time=3600
    memory_limit=1G
    post_max_size=1G
    upload_max_filesize=2G

    also please add:
    define(‘WP_MEMORY_LIMIT’, ‘1024M’);
    in your wp-config.php file to increase the memory allowed by WordPress.

    If you are on a shared host, you can’t modify the php.ini file. Another solution is to install WordPress on your local computer and run the import in local. In this case, you won’t have the limitations of the shared host. Here is the procedure on Windows: https://www.fredericgilles.net/migrate-wordpress-local-windows-server/

    In any case, if you click again on the import button, it will resume the import where it left off.

    Thread Starter fiona92

    (@fiona92)

    Thanks, I spoke to hosting but hey are not willing to do much. Increased memory limit to 512M! That’s all they did.

    Tried importing again but still gets stuck on 27%.

    • This reply was modified 8 years, 4 months ago by fiona92.
    Plugin Author Kerfred

    (@kerfred)

    The other way is to do the import in local. Here is the procedure : https://www.fredericgilles.net/migrate-wordpress-local-windows-server/

    It is more reliable and generally faster than doing the migration on a shared server.

    Thread Starter fiona92

    (@fiona92)

    Can I do it on mac? I don’t have windows.

    Plugin Author Kerfred

    (@kerfred)

    Yes, on Mac you can use MAMP instead of WAMP. And the procedure is the same.

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

The topic ‘Import gets stuck’ is closed to new replies.