cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.3.4 - Product PLP page working & PDP page 404 error

Re: Magento 2.3.4 - Product PLP page working & PDP page 404 error

@Nishu Jindal All attributes available in the default attribute set, what should i do?

Re: Magento 2.3.4 - Product PLP page working & PDP page 404 error

Hi @Aveeva ,

 

Try to do the reindexing and check if your issue is resolved or not.

 

If issue still not resolved, then you need to debug the issue in codebase.

 

Thanks!

Re: Magento 2.3.4 - Product PLP page working & PDP page 404 error

@Nishu Jindal  Following ths link : github.com/magento/magento2/issues/5350#issuecomment-234512266

 1) Run the command : UPDATE eav_attribute_group SET tab_group_code = "advanced", sort_order = 55 WHERE attribute_group_code = "schedule-design-update";

 

2) Default Attribute set : snipboard.io/T1M6h0.jpg & Migration_Default Attribute set : snipboard.io/tHuUnF.jpg 

 

3) Run the command UPDATE catalog_product_entity SET created_in = "1";

 

Finally flush cache, compile, reindexed Still getting same error.

Re: Magento 2.3.4 - Product PLP page working & PDP page 404 error

Hi @Aveeva ,

 

Really apologize. But I dont have idea about this solution.

 

Thanks!

Re: Magento 2.3.4 - Product PLP page working & PDP page 404 error

@Nishu Jindal I understand, thank you for your support