Blank White page issue in WordPress

Question

I am working in a WordPress site in Linux Mint. My file and folder permission is like below

enter image description here

I used below code in wp-config.php file

define( 'WP_DEBUG', true );

define( 'WP_DEBUG_LOG', true );

define( 'WP_DEBUG_DISPLAY', true );

@ini_set( 'display_errors', 1 );

But I am getting blank white page in WordPress Home page.

I checked wp-content folder for debug.log, but there is no debug.log file. I checked apache 2 error.log file, but it is empty.

What is the solution ?

0
, Foysal 3 years 2020-04-01T04:51:01-05:00 0 Answers 83 views 0

Leave an answer

Browse
Browse