Forums

WP Sendblaster opt-in - confirm subscription (6 posts)

  1. daricedotorg
    Member
    Posted 3 years ago #

    I'm developing a website for a client. I have installed WP Sendblaster opt-in for newsletter. This works well but for a few issues:

    When I subscribe to it I don't get a working link to confirm subscription. Thus my email stands as "Opted-in? NO"
    How do you get the confirmation link working?

    And if I want to delete my email from the list I get:
    "Cannot load wpsb-opt-in.php."

    Any help or tip is welcome, because I can't figure it out, the website of the maker doesn't provide any working solutions.

  2. jasdonle
    Member
    Posted 3 years ago #

    The file wpsb-opt-in.php has to be in the /plugins/ folder, and not inside any other folder. Try that, and you should be able to delete the users through admin.

  3. allenzuk
    Member
    Posted 2 years ago #

    I'm having a similar problem. When I try to delete a user from the list I get a page that says "You do not have sufficient permissions to access this page." I've tried adjusting permissions in all relevant folders and on all relevant files. The plugin folder is in the /plugins folder. Anyone else encounter this problem?

  4. mbobo
    Member
    Posted 2 years ago #

    @allenzuk, I'm having the exact same problem. Have you found a solution?

  5. Mjizzle
    Member
    Posted 2 years ago #

    I'm having the same problem as allenzuk and mbobo. I know this is an old post, but this problem still persists. Anybody found a fix?

  6. stevietee
    Member
    Posted 2 years ago #

    I had the same problem. I got round it by changing the following line in wpsb-opt-in.php (line 680):

    $url = get_bloginfo('wpurl') . '/wp-admin/options-general.php?page=' .

    to

    $url = get_bloginfo('wpurl') . '/wp-admin/options-general.php?page=wpsb-opt-in/' .

Topic Closed

This topic has been closed to new replies.

About this Topic