Forums

[Plugin: Theme Test Drive] Plugin activation causes loss of access (3 posts)

  1. 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/

  2. gushar
    Member
    Posted 2 years ago #

    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

  3. chodorowicz
    Member
    Posted 2 years ago #

    had the same problem and this soluction also worked for me, thanks!

Topic Closed

This topic has been closed to new replies.

About this Topic