Crossref Manager plugin failed job with FundingPlugin

Thanks for the detailed job log, @ZalozbaUL.

I can’t quite make sense of why the funding plugin is still causing the issue even when it’s disabled. As a first step, I would try completely uninstalling the Funding plugin and reinstalling it. Then, once reinstalled with the plugin still disabled, you could try the job again.

If that still doesn’t work, with the Funding plugin disabled, you could check the database to see if the Funding plugin is still somehow set as enabled via this SQL query.

select * from plugin_settings where plugin_name = 'fundingplugin' and setting_name = 'enabled';

This should have a setting_value of 0 if the plugin is disabled.

Let me know how that goes and I will look into the underyling issue with the Funding plugin.

Regards,

Erik
PKP Team