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

Incomplete RSS Feed #139

Closed
eclaunch opened this issue Nov 26, 2013 · 9 comments
Closed

Incomplete RSS Feed #139

eclaunch opened this issue Nov 26, 2013 · 9 comments
Labels

Comments

@eclaunch
Copy link

Hello! I found these posts after having the same issue that they are having. Currently I am using Joomla 3.X and have updated to the latest Podcast Manager version 2.1.0. I noticed that my rss feed is only showing the first 20 items and no other. I tired to copy the feed.php as listed, but I am still having the same problem. Here is a link to my feed:

https://www.flightbridgeed.com/home/index.php?option=com_podcastmanager&format=raw&feedname=1

Any help would be appreciated!

@mbabker
Copy link
Member

mbabker commented Nov 26, 2013

It's an issue already fixed in the code base. Replace components/com_podcastmanager/models/feed.php with this version - https://raw.github.com/mbabker/Podcast-Manager/master/com_podcastmanager/site/models/feed.php - you'll be running again until next release.

I'm currently evaluating the code base and looking at what the next release will entail in terms of updates, bug fixes, features, or items off my todo list.

@islandmix
Copy link

I have 2.1.0, replaced the file and still getting the error message. Can anyone else confirm that this fix works?

@eclaunch
Copy link
Author

I had the same problem. Never could get it fixed. Our business relies on prompt, correct distribution of the feed. Reputation matters! Uninstalled it and went with another feed manager on desktop instead and haven't had a single issue. It's unfortunate because I really liked the podcast manager integrated with the back-end of the site, but my the reliability and responsibility of my feed mean more to me.


Evan Claunch
Systems Administrator
FlightBridgeED, LLC.
techsupport@flightbridgeed.com

On Jan 11, 2014, at 9:04 AM, islandmix notifications@github.com wrote:

I have 2.1.0, replaced the file and still getting the error message. Can anyone else confirm that this fix works?


Reply to this email directly or view it on GitHub.

@islandmix
Copy link

Shoot... i told my client that the feed problem would not be an issue in 2.1.0 after applying this fix. I hope the developer is actively working on a patch for this.

@eclaunch
Copy link
Author

I was told it would be fixed in the next major release, so if you can wait you might see it then.


Evan Claunch
Systems Administrator
FlightBridgeED, LLC.
techsupport@flightbridgeed.com

On Jan 11, 2014, at 9:40 AM, islandmix notifications@github.com wrote:

Shoot... i told my client that the feed problem would not be an issue in 2.1.0 after applying this fix. I hope the developer is actively working on a patch for this.


Reply to this email directly or view it on GitHub.

@xpor
Copy link

xpor commented Feb 3, 2014

Hi,

I have the same problem with my feed. My feed is displaying only the 20 last items.
I replaced my feed.php file with the version you're suggesting (aka: https://raw.github.com/mbabker/Podcast-Manager/master/com_podcastmanager/site/models/feed.php) but the feed is still displaying only the 20 last items.
My feed link is http://www.marketingconsultant.gr/component/podcastmanager/?format=raw&feedname=4
Can you help please?

@islandmix
Copy link

Chekc here

#153

basically... add limit=* at end of url.. so it will look like this

http://www.marketingconsultant.gr/component/podcastmanager/?format=raw&feedname=4&limit=*

@mbabker
Copy link
Member

mbabker commented Feb 3, 2014

Yep, that will help out a lot. After this next cycle of Joomla releases, I'll be reworking the couple lines of code that causes this problem to hopefully prevent it from happening again, ever.

@xpor
Copy link

xpor commented Feb 3, 2014

Thanks!!!
I'm really happy after all these months! :)

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

4 participants