• Hey, I post my content by email. Then my subscribes got duplicate notifications. I run cron on Rackspace cloud.

    I saw this plugin already fixed issue where blog posts made by email generated duplicate notifications on version 5.3. I am not sure why my subscriber still get dupilication notification. Anybody has same issue?

Viewing 12 replies - 1 through 12 (of 12 total)
  • @magicfish,

    Are these posts that are scheduled for future publication? Or are you using a mail queuing plugin?

    Are you using subscribe2 6.4?

    I’m not seeing this issue on any of my sites.

    Thread Starter magicfish

    (@magicfish)

    No, the post didn’t schedule. I am using subscribe2 6.4 and wordpress post content by email function. I sent the post to a special email address which was set up in wordpress.

    @magicfish,

    What is your setting for the number of recipients per email in Settings->Subscribe2? Is this affecting your email or has it been confirmed for other subscribers too?

    Thread Starter magicfish

    (@magicfish)

    my setting is 0 for the number of recipients per email.

    @magicfish,

    This is not something I’m seeing on my installs. How many times has this happened to you? Are you running other plugins? Have you tried disabling as many as you can to check for conflicts?

    Thread Starter magicfish

    (@magicfish)

    Everytime when I sent a post by email by running cron, I will get duplicated notifications. But if I manully run wp-mail.php. , no duplicated notification. Any idea. Thanks,

    Thread Starter magicfish

    (@magicfish)

    Could I ask how often your cron run. Every 15 mins? Thanks,

    Thread Starter magicfish

    (@magicfish)

    I have desactived all plugins except subscribe2. I still get duplciated notification. Some times I got the duplicatied notification at same time in outlook. sometimes I got them in different time.

    Thread Starter magicfish

    (@magicfish)

    Could I ask what kind of issue you fixed where blog posts made by email generated duplicate notifications before? Is it conflict problem with wp cron job?

    @magicfish,

    You’ve been leading me up the wrong path – this has nothing to do with cron at all – you are making posts via email which does not leverage cron at all.

    But, now I know this I can point out the fix for you. In the subscribe2.php file look for this line:

    add_action('publish_phone', array(&$this, 'publish_phone'));

    And change it to
    //add_action('publish_phone', array(&$this, 'publish_phone'));

    This will solve your problem

    Thread Starter magicfish

    (@magicfish)

    Thanks a lot. awesome. The plugin is great.

    Hi there,

    I am having the same problems. I am on WP3.2.0 with subscribe2 version 6.5

    I post twice a day to my blog and send out a daily email update.

    Yesterday, the system sent out 1 email update which is perfect. Today it sent out 4 duplicate emails. A few days ago it sent out 2 duplicate emails. It is very random as to when it sends duplicates.

    The update above from Matty Rob with making changes to the .php file, will this work for me in this scenario?

    I really appreciate any help as I am starting to pee off my subs with duplicate emails.

    Thanks

    Ryan

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Gtet Duplicate Notification’ is closed to new replies.