• Resolved vinvin27

    (@vinvin27)


    Hello,

    We want to import all our Prestashop to Woocommerce, before purchase the premium version (99€), we would be sure plugin is working.

    But we can’t perform an full import… its suck at 12% or…

    yesterday when I did import and stop/restart manually I’ve got only 60% of my catalog imported and all products was out of stock :/

Viewing 1 replies (of 1 total)
  • Plugin Author Kerfred

    (@kerfred)

    Please first make sure that the option “Import external media” is not selected.
    And that all the plugins are inactive except WooCommerce and FG PrestaShop to WooCommerce. You will be able to reactivate the plugins after the migration.

    If the import still hangs, 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/
    or on Mac: https://www.fredericgilles.net/how-to-migrate-to-wordpress-from-various-cms-on-a-mac-local-server/
    In any case, if you click again on the import button, it will resume the import where it left off.

Viewing 1 replies (of 1 total)
  • The topic ‘Import stuck despite WP_Limit and memory limit 1G’ is closed to new replies.