What to do if Import/Export get stuck at step 2?

What to do if Import/Export get stuck at step 2?



If import/export process gets stuck at Step 2, it is possible that the CLI PHP Path wasn't identified correctly. CLI PHP Path is the option that shows the path to PHP interpreter, which is used by our extension when running the commands directly during the processing of PHP requests. This option can be found on the Stores → Configuration → Import/Export page:



To change it, the next commands should be run:

bin/magento config:set amasty_base/system/cli_php_path %CLI_PHP_PATH%

Where %CLI_PHP_PATH% is the path to the PHP interpreter that is being used when running bin/magento commands:



If you run a command and a new path is not displayed in this setting, please recheck the path you've specified. In case the path is incorrect, the changes won't be applied to the admin panel and you'll see the default path.

If this solution doesn't help and import/export process still doesn't proceed, please contact our support team.
      • Related Articles

      • Import and Export API

        1. Amasty\ImportExportCore\Api\Profile\ProfileManagerInterface - class for managing import/export profiles. GET /V1/am_import_export/get_profile_runners/, method="getProfileRunnersList" - get a list of import/export profiles; POST ...
      • Amasty Order export indexers get stuck. What do I do?

        The Amasty: Order Export indexers may get stuck in the processing status due to the big size of the exported entities and the size of the allocated memory for the PHP interpreter: To resolve the issue, execute the following commands from the root ...
      • Which modules is the Import Export module compatible with?

        A wide range of Amasty extensions come equipped with import and export core functionality. By purchasing them, you can migrate even more types of store data and thus achieve specific business goals faster. The following list of extensions comes ...
      • How do Import/Export extensions work with API?

        At the moment, Import and Export extensions don't provide API functionality to manage import/export process or modify their profiles. With the built-in API functionality, it is possible to import to and export from a specific REST API endpoint. In ...
      • Is it possible to migrate data from one Magento instance to another with the Import & Export solution?

              The Amasty Import and Export modules utilize the same functionality, so it is possible to duplicate the structure from import profiles to the export ones. This allows users to transfer data between Magento instances.