macopedia / magmi-m2

Magmi GitHub, see branch magento2 for a version compatible with Magento 2
113 stars 53 forks source link

url_rewrite not created for categories #97

Open xtremevision opened 3 years ago

xtremevision commented 3 years ago

Imported a products with categories and on the fly indexer enabled. Checked url_rewrite table, have entries for entity_type product, but not categories.

Preconditions

// Provide a more detailed information about you Magento, Apache2/nginx, PHP & MySQL version // Provide example CSV file to help us reproduce your issue

  1. Apache 2
  2. php 7.4
  3. MariaDB-server-10.3.30
  4. using command line launcher

Steps to reproduce

// Provide a list of steps to reproduce this bug, include which plugins you use // You can attach your magmi profile files stored in directory "{your Magento dir}/magmi/conf/{your profile name directory}

[PLUGINS_DATASOURCES] class = "Magmi_CSVDataSource" [PLUGINS_GENERAL] classes = "" [PLUGINS_ITEMPROCESSORS] classes = "productdeleter,statusreporter,CategoryImporter,ItemIndexer"

Actual result

// Tell us what happens instead - screenshot, logs etc. url_rewrite table immediately after import

image