cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2 Config products with large simple products shows blanc page in frontend

Magento 2 Config products with large simple products shows blanc page in frontend

We have a client which uses config products. Some of them have more them 322 simple products and 5 attributes. When we add 322 simple products to the config product frontend product page shows fine. but adding 1 extra simple product so we get 323 frontend shows blanc page. Seems that magento 2 can not handle config products with more then 322 simple products. Layout will not load anymore. Somebody have an idea to solve this??

 

5 REPLIES 5

Re: Magento 2 Config products with large simple products shows blanc page in frontend

@mediameta Magento can handle 323 products also.

 

This error is related to php configuration.

Check and increase the value for post_max_size, max_input_vars.

 

Let me know if you stuck.

Thanks

Re: Magento 2 Config products with large simple products shows blanc page in frontend

These settings are correct and make no difference. increasing does not help.hosting has also looked and has the same conclusion. no effect increasing these values.

Re: Magento 2 Config products with large simple products shows blanc page in frontend

@mediameta are you able to see all the 323 products in admin?

 

Also please put this code in your index.php and check if any error is now shown.

 

ini_set('diplay_errors',1);

Thanks

Re: Magento 2 Config products with large simple products shows blanc page in frontend

No errors and all products, which are 600 variations, are showing.

Re: Magento 2 Config products with large simple products shows blanc page in frontend

No solution yet seems magento can not handle more then 300 simple products under config products. Again a big bug in magento 2. When is magento bug free, over 5 years???