External feed plugin on site level ins OJS 3.0.2

Hi,

if I enable the external feed plugin on site level, in OJS 3.0.2, the browser returns a blank page when accessing the site frontend.

error log: [Tue May 23 11:26:45.514527 2017] [:error] [pid 5230] [client 160.45.169.136:51553] PHP Fatal error: Call to a member function getId() on null in /data/ojs/ojs-3/plugins/generic/externalFeed/ExternalFeedPlugin.inc.php on line 149

($currentJournal->getId())

Might be the same for the Web Feed Plugin.

best,
Carola

This problem with the WebFeedPlugin was reported and fixed here:
https://github.com/pkp/ojs/pull/1373

Per the error message you report, the call for $journal->getId() on 149 should just be $journalId:

But additional work would be needed for the manage page: