fiduswriter / ojs-fiduswriter

A Open Journal Systems (OJS) plugin to connect to Fidus Writer
GNU General Public License v2.0
1 stars 2 forks source link

Update FidusWriterGatewayPlugin.inc.php #9

Closed nmueller18 closed 4 years ago

nmueller18 commented 4 years ago

With OJS 3.1.2.4 the data-exchange between FidusWriter and OJS ends with empty user and author fields and the php-log reveals PHP Fatal error: Uncaught Error: Call to undefined method User::setFirstName(). This very much seems related to this issue: https://github.com/pkp/shibboleth/issues/9. Accordingly, applying the same patch resolves the issue (in our local installation).