Web Feed Plugin in OMP?

Hi,

the web feed plugin in OMP (1.2, 3.1) is not working properly in my installations. When clicking on the feed icons (e.g. gateway/plugin/WebFeedGatewayPlugin/atom), there is a redirect to the index page.

The function callbackLoadCategory (class WebFeedPlugin) is not called in this case.

Is this a feature that still needs to be implemented for OMP or is there something not working properly?

best,
Carola

Hi @carola,

How did you install the plugin? Make sure there’s an entry in the versions table for it, and if you installed it manually, that it’s in a directory named the same way as the application entry in its version.xml.

Regards,
Alec Smecher
Public Knowledge Project Team

Hi @asmecher,

all installations are git installations.

On your testdrive, there is the same effect:

https://demo.publicknowledgeproject.org/omp3/testdrive/index.php/td-press

best,
Carola

Hi @carola,

We’ll be releasing OMP 3.1.1 within the week, and it includes some fixes to the web feed plugin. You might be able to back-port this to 3.1.0 easily, but I haven’t tried it: pkp/pkp-lib#3336 Fix plugin registration behavior · pkp/omp@17abaa5 · GitHub

Regards,
Alec Smecher
Public Knowledge Project Team