• creawebml

    (@creawebml)


    Hi,

    I installed wordfence no problem from my wordress admin but when I want to activate it I have this message “The extension could not be activated because it triggered a fatal error.”

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • rogerneale

    (@rogerneale)

    I’m having a simiar problem but no erro rmessage, it just won’t activate.

    wfalaa

    (@wfalaa)

    Hi @creawebml,
    You should check the server error log file for more details about this fatal error, you can get in contact with your web host if you don’t know where is this error log file, or edit (wp-config.php) file and replace this line:
    define('WP_DEBUG', false);
    with:

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);

    After that, try to re-activate the plugin and check this file (/wp-content/debug.log) for any error messages.

    Let me know how it goes,
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Wordfence activation problem’ is closed to new replies.