import-cli-simple icon indicating copy to clipboard operation
import-cli-simple copied to clipboard

Import path isn't set to magento root directory

Open Eikzx opened this issue 2 years ago • 0 comments

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:

  1. cd /var/www/
  2. Execute the import command
  3. Importer starts and outputs-> No Csv files found in var/pacemaker/import
  4. No Import occures

Used Version

techdivision 4.2.3 Magento: 2.4.6-p3

Eikzx avatar Oct 27 '23 10:10 Eikzx