Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Solved] Activation email link missing wp-activate.php

Viewing 3 replies - 1 through 3 (of 3 total)
  • @dexpositoromero

    Participant

    Okay, solved it, so to say.

    Modified bp-core-filters.php file:

    `$activate_url = bp_get_activation_page() . “?key=$key”;` (this appears TWO TIMES)

    for

    `$activate_url = bp_get_activation_page() . “wp-activate.php?key=$key”;`

    Regards,

    Daniel

    @lenasterg

    Participant

    @dexpositoromero.
    Thanks for the solution.
    It worked!!

    @djpaul

    Keymaster

    Changing core code is never a fix. This is a terrible solution.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Solved] Activation email link missing wp-activate.php’ is closed to new replies.
Skip to toolbar