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 Guidelines
General Information About the Package and Its Tariff Plans The Import & Export solution is designed for migrating data from one website to another or to/from a different platform, as well as for automated/manual updates of product quantities, prices, ...
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 ...
Import and Export API
We have created a public API collection for Import-Export Core module with all available queries and sample data that you can both test via our demo endpoints and copy to run local tests in your Magento environment. More details about using public ...
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 ...