import-cli-simple
import-cli-simple copied to clipboard
Import path isn't set to magento root directory
Hello,
Executing the import command outside of the root directory of magento throws the error that no import csv's could be found. The importand csv is generated in MAGENTO_ROOT/var/pacemaker/import. The importer looks inside of of the directory executed for a "var" directory and even adding it e.g. executed in /var/www/ a new "var" folder is generated with the pacemaker path inside. Executing it inside the magento root works just fine. But working with builds and releases is an issue.
To Reproduce Steps to reproduce the behavior:
- cd /var/www/
- Execute the import command
- Importer starts and outputs-> No Csv files found in var/pacemaker/import
- No Import occures
Used Version
techdivision 4.2.3 Magento: 2.4.6-p3