-
Notifications
You must be signed in to change notification settings - Fork 9.4k
2.4.0 Class Temando\Shipping\Model\Source\PackagingType does not exist #30278
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
Comments
Hi @haxor211. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. Please, add a comment to assign the issue:
🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket. 🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
I have searched my whole database for entries like "temando" or "ts_*" nothing to be found... the biggest shock to me is that I have attributes such as "ts_dimensions_height" in my backend in attributes section, yet I cant find it anywhere in the database!!! Can someoone help me and tell me whats going on here with this shitty module? |
Magento 2 Core has a core issue. When the source model of the EAV class from the Database does not exist magento throws ReflectionException Exception #0 (ReflectionException): Class "**\Model\Config\Source***\Options" does not exist
however, it has logic to tell you exactly what attribute Model is missing
but this logic never happens because it is an Exception(ReflectionException) not a bool value you need to add this code and check exception public function getSource() then an exception will be self-explained: Exception #0 (Magento\Framework\Exception\LocalizedException): Source model "*****\Model\Config\Source*\Options" not found for attribute "some_attribute" Please fix it ASAP. |
I have ran the query in my database and removed 3 rows.. the problem still persists, what do I do?? I dont want to enable this useless module.
I also used the new module in 2.4.0 "Temando_ShippingRemover" and ran setup:upgrade, still doesnt work!!
I also tried deleting the attributes starting with "ts_%" in datatbase, this doesnt help either!!!!
The error "Exception #0 (ReflectionException): Class Temando\Shipping\Model\Source\PackagingType does not exist" is still here. Help me out please its driving me insane
Originally posted by @haxor211 in #25430 (comment)
The text was updated successfully, but these errors were encountered: