I have upgraded to magento 2.4.0 everything works backend / frotnend. But when I want to edit the product I get
Exception #0 (ReflectionException): Class Temando\Shipping\Model\Source\PackagingType does not exist
I have tried
DELETE FROM `eav_attribute` WHERE `source_model` LIKE '%Temando%'
It deleted 3 rows from the database, but still doesnt work.
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 is still here. Help me out please its driving me insane
And please dont come up with things like run "clear cache, deploy static content or remove generated/*" I already did it multiple times after each "fix".
I think the problem is that certain products still have this "ts_" attributes? Or attribute sets have these "ts_%" ?? I dont know..