Closed bartoll closed 5 years ago
Its output from logger. Pimcore throws an exception when Class definition dosent exists, then catches it. https://github.com/pimcore/pimcore/blob/master/models/DataObject/ClassDefinition.php#L224
Is it acceptable situation in Pimcore 5.4 with coreshop ecommerce bundle?
TODO:
bin/console pimcore:deployment:classes-rebuild bin/console cache:clear
@bartoll Yes it is an acceptable situation
{ "name": "pimcore/demo-ecommerce", "type": "project", "description": "E-Commerce Demo Application for Pimcore 5", "license": "GPL-3.0-or-later", "config": { "optimize-autoloader": true, "sort-packages": true }, "require": { "php": ">=7.1", "divante-ltd/pimcore-magento2-bridge": "^1.0", "pimcore/customer-management-framework-bundle": "^1.9", "pimcore/pimcore": "~5.7.0", "pimcore/server-side-matomo-tracking": "^0.1", "pimcore/web2print-tools-bundle": "^2.4", "wikimedia/composer-merge-plugin": "^1.4" }, }
I was installing your module according to description of installation process. There is point:
After running this command I have got an exception like below:
Despite this exception, the module was installed and I was able to configure it in Pimcore.