concerto / concerto-simple-rss

Simple RSS Dynamic Content for Concerto 2
Other
6 stars 2 forks source link

Unable to correctly display article + image from Media RSS feed via XSLT #42

Closed duggan-cindy closed 10 years ago

duggan-cindy commented 10 years ago

Not sure if this is a new feature request - or something that we are not doing properly:

We are generating "article content" by pulling Text and an image from a media rss feed. We have set up a TEXT field in the template for this.

Things cycle properly for a short time, then the screen defaults to a single display containing all - or most of the articles and images.

Is there some way to handle this properly? Would a different type of field other than Text accomplish this?

mfrederickson commented 10 years ago

@augustf I think she has the updated version of the simple-rss running within concerto, but the scheduler that runs separately (background service) might be using the old version (until it is restarted). Is that possibly what is going on?

duggan-cindy commented 10 years ago

This even happens using the example XSLT provided in the XSLT documentation.

The server is set up separately by our systems group. Followed directions here: https://github.com/concerto/concerto/wiki/Installing-Concerto-2

How would they check what version of the Scheduler we are using - and how does that get restarted?

Thanks much!

mfrederickson commented 10 years ago

I don't know if the background service could be out of date if a plugin was updated via the application, but if so, a simple

sudo service concerto restart

on an ubuntu installation should restart the background service.

duggan-cindy commented 10 years ago

Thank you for your assistance. It looks like restarting the service updated something. The RSS Feeds are now cycling through as they should!