• Resolved permatheque

    (@permatheque)


    Hi,

    I just update my website and wordfence and now each time I go to the Plugins area in wordpress, Wordfence open me a pop up asking my mail, newsletter and if I have a premium key. I feed the fields, but if I come back later on the plugins area, the pop up come again, each time.

    I checked the Console, and nothing appear, someone know why does it happen ? Thank you in advance for helping

Viewing 1 replies (of 1 total)
  • Hi @permatheque,

    This is caused by the database not saving the alertEmail properly.

    You can check the database permissions by going into Wordfence -> Tools -> Diagnostics -> MySQL.

    If there issues with those permissions, you can run the following commands to grant all permissions to your database user.

    GRANT ALL PRIVILEGES ON wordpress.* TO 'root'@'localhost';

    Dave

Viewing 1 replies (of 1 total)

The topic ‘Wordfence pop up’ is closed to new replies.