joomla / joomla-websites

This repository is for reporting issues with the joomla.org websites only. Please report issues with the Joomla CMS at https://github.com/joomla/joomla-cms/issues/new
45 stars 50 forks source link

[jorg] Missing Community News and Leadership Blog in home #380

Closed jeckodevelopment closed 7 years ago

jeckodevelopment commented 7 years ago

After publishing the new community.joomla.org, on the main website joomla.org the Community News and the Leadership Blog feeds don't show any post.

They should be linked to the new feeds. jorg-issue

mbabker commented 7 years ago

Someone with access to feeds.joomla.org needs to check that aspect of things and sort it.

I changed the feed modules on .org to point direct to the RSS feeds at https://community.joomla.org/blogs/leadership.feed and https://community.joomla.org/blogs/community.feed (same way we have the feed at https://developer.joomla.org/news.feed pulled in) but it's still giving the not found response.

@Joomv any ideas?

jeckodevelopment commented 7 years ago

@mbabker who is responsible for feeds.joomla.org ? Can't find anything about feeds here https://docs.joomla.org/Joomla:The_Joomla_Websites

Joomv commented 7 years ago

What is the link to the page you are referencing @jeckodevelopment

Joomv commented 7 years ago

Ignore that - multitasking found it - looking to see if I can do anything from my end now.

mbabker commented 7 years ago

@jeckodevelopment I have no idea. That thing predates me.

jeckodevelopment commented 7 years ago

If we find who is in charge for this, we can add him/her name to the docs page to keep things up-to-date

Joomv commented 7 years ago

Bizarre caching issue? That's my best bet. The feed links above work fine.

jeckodevelopment commented 7 years ago

I still see Feed not found message for both feeds.

mbabker commented 7 years ago

I've flushed the cache on the entire site, made sure the feed's accessible, still nothing.

mbabker commented 7 years ago

Now I've got cache off on .org for the moment. So that isn't even a factor.

brianteeman commented 7 years ago

I see feed not found as well

b59g

Joomv commented 7 years ago

Checked admin tools nothing. Feed link loads fine in a browser, have to say bit stumped on this one.

mikeveeckmans commented 7 years ago

could it be the ssl? http://www.screencast.com/t/hbnl0QBY9

mbabker commented 7 years ago

I don't get any SSL related errors on the site or the RSS feeds.

mbabker commented 7 years ago

The Exception the module's catching has the message "No registered feed parser for type html." So something's not coming back right. Debugging...

mbabker commented 7 years ago

Feeds are working again. Need the author data set correctly now though so that the names and avatars will display correctly.

brianteeman commented 7 years ago

What was the problem?

mbabker commented 7 years ago

Apparently https://community.joomla.org/blogs/leadership.feed is sending a HTML document when PHP's XMLReader (used by mod_feed) is requesting the feed but https://community.joomla.org/blogs/leadership.html?format=feed sends the right RSS feed.

mbabker commented 7 years ago

Everything's G2G.

jeckodevelopment commented 7 years ago

Great, thank you @mbabker