csv import completed! products updated but a lot of products got skipped.
-
Hello,
From my wholesaler I download a .csv file everyday. With this file I update all the product’s stock. (if it is in stock or sold out, plus the price)
The file has 44253 rows/products with there own sku.
After the import I get the message:
Import completed! 908 products updated. 43,132 products skipped.
We do not carry al the 43,132 products, but there are still a lot of products that are not get updated.
Is there a limit? How can i increase this somewere?Php settings:
allow_url_fopen On
always_populate_raw_post_data On
auto_prepend_file none
default_charset UTF-8
default_socket_timeout 60
disable_functions no value
display_errors On
display_startup_errors On
error_reporting E_ALL
expose_php On
file_uploads On
include_path .:/opt/alt/php73/usr/share/pear
log_errors On
mail.force_extra_parameters no value
max_execution_time 3600
max_input_time 3600
max_input_vars 2000
memory_limit 2048M
opcache.consistency_checks 0
opcache.enable On
opcache.enable_cli Off
opcache.interned_strings_buffer 4
opcache.max_accelerated_files 4000
opcache.memory_consumption 128
opcache.revalidate_freq 2
opcache.save_comments 1
opcache.validate_timestamps On
open_basedir Off
pcre.backtrack_limit 1000000
pcre.recursion_limit 100000
post_max_size 2048M
session.auto_start Off
session.gc_maxlifetime 1440
session.save_path /opt/alt/php73/var/lib/php/session
session.use_only_cookies 1
session.use_strict_mode 0
short_open_tag On
upload_max_filesize 1G
upload_tmp_dir no value
zlib.output_compression Off
- The topic ‘csv import completed! products updated but a lot of products got skipped.’ is closed to new replies.