pixelant / pxa_pm_importer

Importer boilerplate extension for pxa_product_manager
0 stars 1 forks source link

Error "Wrong parameters" [MissingPropertyMappingException] on Import #48

Open bh-teufels opened 4 years ago

bh-teufels commented 4 years ago

Hello,

i get an error when importing csv or xls:

Core: Exception handler (WEB): Uncaught TYPO3 Exception: Wrong parameters for Pixelant\PxaPmImporter\Exception\MissingPropertyMappingException([string $message [, long $code [, Throwable $previous = NULL]]]) | Error thrown in file /kunden/123456_78690/webseiten/muster/abc/19/staging/releases/20191002141322/we b/typo3conf/ext/pxa_pm_importer/Classes/Service/Importer/AbstractImporter.p hp in line 514. Requested URL: http://meine-website.de/typo3/index.php?route=%%2Ftools%%2FPxaPmIm porterImport%%2F&token=--AnonymizedToken--&tx_pxapmimporter_tools_pxapmimpo rterimport%%5Baction%%5D=import&tx_pxapmimporter_tools_pxapmimporterimport% %5Bcontroller%%5D=ImportModule

the server environment is as follows: TYPO3 Version 9.5.10 Webserver Apache/2.4.41 PHP Version 7.3.10 Database (Default) MySQL 5.6.19 Application Context Production Composer mode Enabled Operating System Linux 3.18.117-pvops-xen-x64

could you help me out? What modules etc. should be installed on the server?

Thank you very much

anjeylink commented 4 years ago

@bh-teufels show pls your yaml configuration

bh-teufels commented 4 years ago

import_configuration_products_csv_de.yaml.txt

import_configuration_products_xls_de.yaml.txt

bh-teufels commented 4 years ago

export_test_small.csv.txt

bh-teufels commented 4 years ago

export_test_small.xlsx

bh-teufels commented 4 years ago

Bildschirmfoto 2019-10-25 um 08 45 04

anjeylink commented 4 years ago

@bh-teufels remove ID from adapter language configuration image

bh-teufels commented 4 years ago

i removed id: 'A' from languages but get the same error. the log says nothing import_2019-10-25_09-18-45.log import_excel_2019-10-25_09-16-29.log

the xls-Import create one empty record

bh-teufels commented 4 years ago

can i find somewhere a list with needed modules/libarys etc to check my server?