GDI-HE / GeoPortal.rlp

Other
2 stars 0 forks source link

RSS Feed not working #83

Closed dpakprajul closed 4 months ago

dpakprajul commented 8 months ago

Description: The RSS Feed is not working in geoportal.

To reproduce: go to: https://www.geoportal.hessen.de/article/Meldungen/ go to button: RSS-FEED The link of the feed: https://www.geoportal.hessen.de/article/index.php?title=Meldungen&feed=atom&action=history

The error is: Etwas ist schiefgelaufen. Die angefragte Seite scheint nicht zu existieren. Bitte informieren Sie einen Administrator. I checked in my localhost, its working fine. In test system too, its not working.

dpakprajul commented 8 months ago

This piece of code is changing the url pattern of the url link from /mediawiki/ to /article/ in https://github.com/GDI-HE/GeoPortal.rlp/blob/master/useroperations/static/useroperations/js/frontpage.js#L617 Changing of /article/ to /mediawiki/ solve our problem in line 630, but need to confirm with its developer if the function has been used elsewhere. I see RLP didn't use these RSS-Feed button in the Meldungen page.

dpakprajul commented 8 months ago

@karlbrink I think there is no need to create a new branch, as it involves just the change of one word.

dpakprajul commented 8 months ago

I tried in Test system too with the help of Andreas, and it looks fine now. Thanks @Andreasr28

dpakprajul commented 6 months ago

Isn't it already solved? @Andreasr28 @karlbrink @muqit-zoarder

muqit-zoarder commented 6 months ago

It seems that now the links of RSS feed is working.

Andreasr28 commented 6 months ago

It was not fixed the last time i tried it. Now it is.

dpakprajul commented 6 months ago

The problem is again there. It might been there since our update in Registration process, since this small piece of code was not merged into master before.

dpakprajul commented 4 months ago

The problem is solved after the new update.