Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

RSS Entries disappear after editing START PUBLISHING DATE #153

Closed
islandmix opened this issue Jan 29, 2014 · 8 comments
Closed

RSS Entries disappear after editing START PUBLISHING DATE #153

islandmix opened this issue Jan 29, 2014 · 8 comments

Comments

@islandmix
Copy link

I changed pubdate from 2014 to 2007 and now the entry has disappeared from the RSS listing. Any thoughts.

Are there any characters/values that should not appear within some of the fields that can break an entry and not allow it to load in RSS?

We actually had client manually enter all of their items in podcast and we don't think there was an issue in entry cuz they all appear in dashboard.

@mbabker
Copy link
Member

mbabker commented Jan 29, 2014

The feed's ordered by publishing date. If you're running 2.1.0, you'll need the fix at #139 (comment) to stop getting a limited result set.

@islandmix
Copy link
Author

I am running 2.1.0 , i applied that file and still seem to have a limitted
result set... Where in feed.php file should i review how file pulls data?
To atleast try and debug

On Tue, Jan 28, 2014 at 9:33 PM, Michael Babker notifications@github.comwrote:

The feed's ordered by publishing date. If you're running 2.1.0, you'll
need the fix at #139 (comment)#139 (comment) stop getting a limited result set.

Reply to this email directly or view it on GitHubhttps://github.com//issues/153#issuecomment-33551062
.

@islandmix
Copy link
Author

Any thoughts? your patch didn't work

@mbabker
Copy link
Member

mbabker commented Jan 30, 2014

How many items are in your feed and what's the "Default List Limit" in your Global Configuration set to? I just learned last night about an issue with how that is all tied together.

@islandmix
Copy link
Author

364 items in the feed and default list limit = 20

On Thu, Jan 30, 2014 at 5:17 PM, Michael Babker notifications@github.comwrote:

How many items are in your feed and what's the "Default List Limit" in
your Global Configuration set to? I just learned last night about an issue
with how that is all tied together.

Reply to this email directly or view it on GitHubhttps://github.com//issues/153#issuecomment-33740467
.

@islandmix
Copy link
Author

Hey.. you are onto something.. when i changed list limit to 100 then i saw
more content... so the big question is what is workaround of this limit cuz
i have more than 100

On Thu, Jan 30, 2014 at 6:36 PM, Lester Mendoza lester.mendoza@gmail.comwrote:

364 items in the feed and default list limit = 20

On Thu, Jan 30, 2014 at 5:17 PM, Michael Babker notifications@github.comwrote:

How many items are in your feed and what's the "Default List Limit" in
your Global Configuration set to? I just learned last night about an issue
with how that is all tied together.

Reply to this email directly or view it on GitHubhttps://github.com//issues/153#issuecomment-33740467
.

@mbabker
Copy link
Member

mbabker commented Jan 30, 2014

Add &limit=* to the end of the feed URL. That'll get around it until I have it fixed in production code.

@islandmix
Copy link
Author

Wow.. that did the trick... FINALLY... thank you... client was getting
frustrated.

On Thu, Jan 30, 2014 at 6:43 PM, Michael Babker notifications@github.comwrote:

Add &limit=* to the end of the feed URL. That'll get around it until I
have it fixed in production code.

Reply to this email directly or view it on GitHubhttps://github.com//issues/153#issuecomment-33747841
.

@mbabker mbabker added the bug label Jun 21, 2014
@mbabker mbabker added this to the Podcast Manager 2.2 milestone Jun 21, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants