pimcore / data-importer

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

[Bug]: Uncaught TypeError: pimcore.plugin.pimcoreDataImporterBundle.configuration.components.logTab is not a constructor #343

Closed fkieffer closed 1 year ago

fkieffer commented 1 year ago

Expected behavior

Accessing the settings of the data importer by clicking on it.

image

Actual behavior

The settings are not displayed and we have the following error :

image

Steps to reproduce

Hi everyone,

I installed the datahub and data importer in the community version. When I am creating an data object importer and trying to open the setting I am getting the below error. pimcore.plugin.pimcoreDataImporterBundle.configuration.components.logTab is not a constructor

Any idea ?

Pimcore version : v11.0.2 Data importer version : v1.8.1

Thank you in advance

HansTenBrinke commented 1 year ago

I ran into the same issue. Eventually I realized that PimcoreApplicationLoggerBundle was not enabled in my bundles.php, after adding it, things started working as expected.

fkieffer commented 1 year ago

Thank you very much @HansTenBrinke ! It was the same issue in my case.