When I choose a feed to schedule it shows me the list of five feeds I have on my site. However after I select the schedule the "scheduled" list shows the first feed. I've tried deleting and selecting again. Same problem. I've tried update the scheduled event by reselecting the feed, same problem.
Can't seem to pick another feed.
Thoughts?
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | Screen shot 2009-12-30 at 2.12.55 PM.png | 22.35 KB | steve.messere |
| #2 | Screen shot 2009-12-30 at 1.23.49 PM.png | 117.47 KB | steve.messere |
Comments
Comment #1
andrewlevine commentedThis message from the DataSync project page probably applies to you:
Warning: A bug introduced in CTools 1.2 causes the DataSync scheduler ajax forms to break. Either update your CTools to the 6.x-1.x dev branch or apply this patch.
Let me know if that is it.
Comment #2
steve.messere commentedInstalled the dev branch of CTools. Still getting the same error - select feed, save and then reverts to default first feed item.
Also getting a message that says "This schedule has not added a job to the queue yet.". (see attached pic).
Let me know what you think might be a good next step. I'm having problems with my feeds crashing the cron run so this is really the only way to solve the problem. Thanks.
Comment #3
andrewlevine commentedCan you run the query: SELECT * FROM datasync_scheduler_additions; and post the output here
Comment #4
andrewlevine commentedAlso what version of DataSync are you running? If you are running CTools dev and datasync_feedapi dev you should also be running Datasync dev
Comment #5
steve.messere commentedNot sure what it means to "run a query" - guessing you might mean something to do with the MySQL database but not really sure there. Very capable here but documentation on all this stuff is weak at best so I'm feeling around in the dark on most of these operations.
Versions - All versions of DataSync are dev from the past week.
Comment #6
steve.messere commentedi think i figured out the query for you.
attached pic
Comment #7
andrewlevine commentedThanks for all your help Steve, I think I fixed it in commit 1.1.2.4. Can you test with the new datasync_feedapi dev branch (Make sure the date is 12-31 if you're not checking out with CVS)?
If you're seeing that it's fixed, I will put out a new release of datasync_feedapi.
Comment #8
steve.messere commentedYes that fixed the selection function for feeds in the Feedapi Datasync module . Thank you for the update.