PHP Fatal error when desposit DOI article or export to XML

I’ve got an error when using CrossRef XML Export Plugin. I can not deposit or export to XML. When I click deposit DOI or Export to XML, the page show http error 500.
Error log shows:
[17-Jun-2025 11:14:20 Asia/Jakarta] PHP Warning: require_once(/home/u1541421/public_html/lib/pkp/plugins/importexport/native/filter/NativeExportFilter.inc.php): failed to open stream: No such file or directory in /home/u1541421/public_html/lib/pkp/includes/functions.inc.php on line 25
[17-Jun-2025 11:14:20 Asia/Jakarta] PHP Fatal error: require_once(): Failed opening required ‘/home/u1541421/public_html/lib/pkp/plugins/importexport/native/filter/NativeExportFilter.inc.php’ (include_path=‘.:/opt/alt/php74/usr/share/pear’) in /home/u1541421/public_html/lib/pkp/includes/functions.inc.php on line 25

I’m using OJS 3.3.021 with php 7.4
Please help me how to resolve this problem. I can not fine the same topic with has been resolve.

Thanks

Hi @hardi,

As the error message says, the file lib/pkp/plugins/importexport/native/filter/NativeExportFilter.inc.php is missing from your installation. Download the .tar.gz package for the same version of OJS and get that file from it.

Regards,
Alec Smecher
Public Knowledge Project Team

OK @asmecher thank you for your advice. I’ve already copy native folders and its works.

Regards
Hardi

1 Like