Daily Twitter is creating an entry each time cron runs instead of once per day. I also get this message when I run cron manually:
{ "status": true, "updaters": [ ], "debug": [ ], "messages_error": [ ], "messages_status": [ ], "messages_warning": [ ], "redirect": "http://localhost/drupal6/content/Daily-Twitter-Posts-01252009-0", "preview": null }
This just started 3 days ago.
Comments
Comment #1
jadestorm commentedHuh. So the double posts started just yesterday too? dailytwitter checks for a "this hasn't run in 24 hours" flag so make sure it doesn't duplicate, but clearly I've missed -something-. I also don't know where that extra message is coming from. Did you happen to update drupal recently? I'm sure the 24 hour thing is my fault somehow, but the extra message there, that almost looks like it's coming from drupal itself.
Comment #2
tms8707056 commentedIt may be an issue with cron. Not sure. Obviously disabling the Daily Twitter module solves the problem, but is not the ideal solution. I will post more info when I have time to troubleshoot.
Comment #3
jadestorm commentedOk thank you! In the meantime I'll try to do some tweaks to improve upon that. =)
Comment #4
jadestorm commentedComment #5
jadestorm commentedI'm pleased to say this is fixed in trunk. I'm thinking about doing a quick release with the fix instead of implementing all of the things I want to implement. =D Stay tuned!
Comment #6
jadestorm commentedlol ok fixed != closed i guess? whatever ;)