Home > front end >  Wordpress blank page in localhost
Wordpress blank page in localhost

Time:10-19

I downloaded the Wordpress Site via FTP, but I can't access in wp-admin, homepage...

If I create a test.html file, show page Blank.

WP_DEBUG is set to TRUE, but not returns a error.

I rename the theme folder, and the plugins folder, but nothing happen, blank page.

If in the index.php file I add this code die(Hello World!); show message, so, it's access to index.php.

It's only happen in localhost, in the production environment it's works fine.

Any solution?

CodePudding user response:

Have assigned the front page from the admin panel?

https://prnt.sc/1wpqv5a

CodePudding user response:

I can Fix this.

The problem is in the file wp-load.php, I replace this file with another versión wordpress.

  • Related