Site icon Hip-Hop Website Design and Development

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:

  1. I’ve extracted .wpress file using wpress-extractor.
  2. On Localhost installed fresh WordPress
  3. Created new database and imported database from live site
  4. Files from extracted .wpress file I’ve copied into wp-content
  5. Inside wp-config.php change database, set credentials for login, change prefix of database etc …
  6. After that I’ve run Interconnect/it script to change paths inside Database
  7. 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:

  1. Deleting all plugins
  2. Deleting theme
  3. define( 'WP_DEBUG', true )
  4. define('WP_MEMORY_LIMIT', '256M');
  5. Tried to run in incognito mode of Chrome
  6. Deleted .htaccess

and still same problem …

Can someone help me, thank you in advance.