pimcore / data-importer

This extension adds a comprehensive import functionality to Pimcore Datahub.
Other
38 stars 56 forks source link

[Bug]: Error preparing Import: Warning: simplexml_load_string(): Entity: line 2: parser error : internal error: Huge input lookup #372

Closed dannycao-2d closed 9 months ago

dannycao-2d commented 10 months ago

Expected behavior

In Pimcore I upgraded the following variables:

upload_max_filesize = 500M
memory_limit = 500M
post_max_size = 500M

in php.ini at /usr/local/etc/conf.d/20-pimcore.ini using Pimcore 10.6.9. With data-importer version 1.8.4. Afterwards I restarted pimcore. In PimCore I can see the variables are changed:

image

Actual behavior

Error preparing Import: Warning: simplexml_load_string(): Entity: line 2: parser error : internal error: Huge input lookup

Steps to reproduce

Upload .xlsx file bigger than 2MB > Execute.

dvesh3 commented 10 months ago

@dannycao-2d Could you please share the complete stack trace? as it seems not related to data importer itself.