FriendsOfSylius / SyliusImportExportPlugin

Sylius plugin to import / export data
MIT License
118 stars 82 forks source link

PHP 8.0: CSV Product Import does not work anymore #271

Closed olimination closed 2 years ago

olimination commented 3 years ago

If I try to import some products from a CSV file it does not import anything. It returns with a successful message which states "..Imported 0..." and no products have been importet.

After some research I have found this issue here: https://github.com/portphp/portphp/issues/118 with this PR here: https://github.com/portphp/csv/pull/7

This solved the issue as far as I can see.

So the "portphp/csv" needs to release this PR I think :smiley:

System

Sylius version: 1.10.4 PHP: 8.0.11 portphp/csv: 1.1.0

olimination commented 2 years ago

This issue did not occur anymore with the latest versions of PHP and the portphp/csv library.

I have tested it with: PHP 8.0.16 and portphp/csv 2.0.1.

Therefore closing this issue.