WisdomBegun
Member
Posted 2 years ago #
I tried activating this theme today. Both times, as soon as I pressed activate, my admin access as well as my blog was just a white screen. The only way I could get in and fix it was by deleting the plugin in my FTP tool.
Any ideas as to why this is happening? Thanks!
http://wordpress.org/extend/plugins/theme-test-drive/
Issue was fix by adding the:
define('AUTH_KEY',
define('SECURE_AUTH_KEY',
define('LOGGED_IN_KEY',
define('NONCE_KEY',
to the wp-config.php
You must access to http://api.wordpress.org/secret-key/1.1 to generate values for AUTH_KEY, SECURE_AUTH_KEY,LOGGED_IN_KEY,NONCE_KEY
Good luck
From: http://wordpress.org/support/topic/224280
chodorowicz
Member
Posted 2 years ago #
had the same problem and this soluction also worked for me, thanks!