Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error after installation - ExportDescription does not exist #3

Closed
codingcoast opened this issue Jun 10, 2020 · 3 comments
Closed

Error after installation - ExportDescription does not exist #3

codingcoast opened this issue Jun 10, 2020 · 3 comments
Labels
question Further information is requested

Comments

@codingcoast
Copy link

codingcoast commented Jun 10, 2020

Magento version 2.3.3

I did the following:
Replaced this lines in composer.json:

"dhl/module-label-status": "^1.1",
"dhl/module-shipping-m2": "^0.11",

with:

"dhl/shipping-m2": "^1.0.0",

Then

php composer.phar update
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush
php bin/magento cache:clean

When I access the frontend or backend I get the following Error:

main.CRITICAL: Class Dhl\Shipping\Model\Attribute\Backend\ExportDescription does not exist {"exception":"[object] (ReflectionException(code: -1): Class Dhl\\Shipping\\Model\\Attribute\\Backend\\ExportDescription does not exist at [...]/vendor/magento/framework/Code/Reader/ClassReader.php:19)"} []

@mam08ixo
Copy link
Contributor

This kind of error frequently happens when module sources were removed without properly uninstalling module data. You can fix this by following the manual data removal steps.

@ngolatka
Copy link

@codingcoast Can you confirm that the instructions from @mam08ixo resolved your problem? If yes, please close this issue.

@codingcoast
Copy link
Author

Didn't know that this procedure can cause problems.
I tried it with uninstalling first and it seems to work.
Thank you

@ngolatka ngolatka added the question Further information is requested label Jun 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants