Hello,
I was updating our OJS to 3.5 and the mostRead plugin was trowing an error
[26-Mar-2026 21:46:21 UTC] PHP Fatal error: Uncaught Error: Call to undefined function APP\plugins\blocks\mostRead\import() in /public/plugins/blocks/mostRead/MostReadBlockPlugin.php:62
But since line 62 is only the
import('lib.pkp.classes.linkAction.request.AjaxModal');
And AjaxModal is already being imported on line 27
use PKP\linkAction\request\AjaxModal;
Line 62 can be safely removed making it work fine with the new version.
Just sending this issue so it can help others with upgrade issues
Best regards
Hello,
I was updating our OJS to 3.5 and the mostRead plugin was trowing an error
[26-Mar-2026 21:46:21 UTC] PHP Fatal error: Uncaught Error: Call to undefined function APP\plugins\blocks\mostRead\import() in /public/plugins/blocks/mostRead/MostReadBlockPlugin.php:62But since line 62 is only the
import('lib.pkp.classes.linkAction.request.AjaxModal');And AjaxModal is already being imported on line 27
use PKP\linkAction\request\AjaxModal;Line 62 can be safely removed making it work fine with the new version.
Just sending this issue so it can help others with upgrade issues
Best regards