• 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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.

    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?

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

    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?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WP Sendblaster opt-in – confirm subscription’ is closed to new replies.