cancel
Showing results for 
Search instead for 
Did you mean: 

Magento Latest update 2.3.3

Magento Latest update 2.3.3

Since the latest Magento update I got a problem that now I am unable to see Product Dimensions (Length, Width and Height) attributes on product page.

Version 2.3.2 

image.png
these attribute are from Temando Shipping Module.

Version 2.3.3

 

image.png


Temando Shipping Module is still installed as it is Default Module of Magento but now I am unable to see the Dimensions (Length, Width and Height) attributes.


2 REPLIES 2

Re: Magento Latest update 2.3.3

Ok I guess I found the issue.
With the latest release Temando Shipping is also updated.
So when I try to load Product page I got an error 

temando.CRITICAL: "accountId" is required. Enter and try again.

and if I disable Temando Shipping the fields somehow are displayed.

I have tried running some other commands but of no use.

so if anyone does have the solution for this Bug in Temando Shipping then its a Big Thanks

Re: Magento Latest update 2.3.3


@dev_ze wrote:

Ok I guess I found the issue.
With the latest release Temando Shipping is also updated.
So when I try to load Product page I got an error 

temando.CRITICAL: "accountId" is required. Enter and try again.

and if I disable Temando Shipping the fields somehow are displayed.

I have tried running some other commands but of no use.

so if anyone does have the solution for this Bug in Temando Shipping then its a Big Thanks



Resolve Issue Caused by Temando Shipping in after Magento 2.3.3 upgrade.
Issues face by me.
1. Error while checkout.
2. Server 500 error, While trying to update product details or any module that uses the Magento-catalog module.

Solution:
1. bin/magento module:disable Temando_Shipping

2. bin/magento setup:upgrade
3. bin/magento setup:di:compile
4. bin/magento indexer:reindex && bin/magento cache:clean
Once this is done you would need to Clear up EAV Attribute related to Temando_Shipping because it might generate an Exception class.
5. Run the following query, that removes 3 Matches.
DELETE FROM `eav_attribute` WHERE `source_model` LIKE '%Temando%'
6. bin/magento setup:upgrade
7. bin/magento setup:di:compile
8. bin/magento indexer:reindex && bin/magento cache:clean

This worked for me!