Hallo,
wenn per Console ein Entity Import ausgeführt wird, dann bricht der Import nach 500 bis 1000 Zeilen ab.
Starting import of size 56845
==============================
28442/56845 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%10:42:01 CRITICAL [console] Error thrown while running command "import:entity 'PriceList.csv' 2022-09-01 UpdatePriceList". Message: "stream_copy_to_stream(): supplied resource is not a valid stream resource" ["exception" => TypeError { …},"command" => "import:entity 'PriceList.csv' 2022-09-01 UpdatePriceList","message" => "stream_copy_to_stream(): supplied resource is not a valid stream resource"]
In AbstractFileWriter.php line 41:
stream_copy_to_stream(): supplied resource is not a valid stream resource
Der Import wurde so gestartet:
bin/console import:entity PriceList.csv 2022-09-01 UpdatePriceList
Wenn der Import über die UI ausgeführt wird, dann läuft der Import sauber durch. Auch mehrere Importe parallel.
Sind für CLI eventuell bestimmte PHP Einstellungen zu beachten?
Beste Grüße