White screen only on some woocommerce products

admin2025-06-07  12

It was all working normally, suddenly some products are with the whole screen white, simply nothing appears on the page.

I've already disabled most plugins, rename images, change url and nothing, continue the same problem.

It was all working normally, suddenly some products are with the whole screen white, simply nothing appears on the page.

I've already disabled most plugins, rename images, change url and nothing, continue the same problem.

Share Improve this question asked Oct 25, 2018 at 15:44 sNniffersNniffer 1011 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 0

Note

  • You should perform the following steps on the staging site. You can create a staging site by cloning the current site to another domain or a sub-domain.

  • Implement the working solution to the live site.

Try the following points one by one and check if it fixed the issue. If one step didn't work, then move to the next step.

  1. Increase Memory Limits
    • Add define('WP_MEMORY_LIMIT', '256M'); in wp-config.php
    • Add php_value memory_limit 256M in .htaccess
    • Add memory_limit = 256M in php.ini
    • Try to increase the value to higher value if 256M is not working
  2. Disable Plugins
    • Disable all plugins one by one
  3. Disable Active Theme
    • Switch back to default theme
  4. Switch on Debugging
    • Add define( 'WP_DEBUG', true ); in wp-config.php
    • It may show the error messages instead of the white screen. You may get hint to fix the issue after seeing the error
转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1749232027a317469.html

最新回复(0)