Wordpress white screen
I have big problem with white screen in WordPress.
I would like to migrate site from live to localhost, I don't have credentials for hosting, and I've migrated site using All In One Import Plugin.
Steps:
- I've extracted
.wpressfile usingwpress-extractor. - On Localhost installed fresh WordPress
- Created new database and imported database from live site
- Files from extracted
.wpressfile I've copied intowp-content - Inside
wp-config.phpchange database, set credentials for login, change prefix of database etc ... - After that I've run
Interconnect/itscript to change paths inside Database - Finally when I visit site I've got white screen , If I try to login I've got login inputs, but when click on submit button I see white screen.
What I tried:
- Deleting all plugins
- Deleting theme
define( 'WP_DEBUG', true )define('WP_MEMORY_LIMIT', '256M');- Tried to run in incognito mode of Chrome
- Deleted
.htaccess
and still same problem ...
Can someone help me, thank you in advance.
Topic fatal-error migration Wordpress
Category Web