Tagged: white screen
Hello,
Just purchased the theme and tried to install it to my corporate blog – got white screen instead. Admin area works properly, but theme preview and blog, just white screen. And if the theme is currently active, I can’t login to admin area – white screan also.
What I already did:
– reinstalled theme manually via ftp
– reinstalled WordPress several times, now it’s 4.2.2
– deleted all plugins
– tried to change Plugins folder name
– increased php_memory_limit to 128M, then to 256M
Tried on other blog – works properly, so it is definitely some specific setting on my server, something different from memory_limit.
Do you have any ideas, what setting in could be?
Thanks in advance!
Max
Have you tried adding…
define( 'WP_DEBUG', true );
…to wp-config.php to see if you get any error messages that might indicate the problem?