My WordPress site goes blank frequently. It goes blank then and there. I don’t see it go blank only after doing a particular action.
My guess is that it may due to some memory issues. Kindly help me out to resolve this error.
2 comments
Comments are closed.
enable debug mode in wp-config.php file:
to
If there is any error it will display and then try to fix errors
define(‘WP_DEBUG’, true);
this only hide the error not resolving it.At development stage of any project it should be place true to find out the error in the code