首页 > 解决方案 > OJS 中的插件问题,禁用自定义管理器并且无法启用

问题描述

有人可以帮助我们解决 OJS 的问题吗?我们的 OJS 中的自定义管理器插件已禁用,我们无法再次启用它……它一直在加载。以下是我们在 OJS 中的错误日志。非常感谢!

OJS 版本 3.1.2.0。

ojs2: 404 Not Found, 


PHP Warning:  Declaration of DRIVERDAO::setOAI(&$oai) should be compatible with PKPOAIDAO::setOAI($oai) in /var/www/html/journal/plugins/generic/driver/DRIVERDAO.inc.php on line 19,

PHP Warning:  Declaration of OpenAIREDAO::setOAI(&$oai) should be compatible with PKPOAIDAO::setOAI($oai) in /var/www/html/journal/plugins/generic/openAIRE/OpenAIREDAO.inc.php on line 0,

PHP Warning:  Declaration of CustomBlockPlugin::getBlockContext() should be compatible with BlockPlugin::getBlockContext($contextId = NULL) in /var/www/html/journal/plugins/generic/customBlockManager/CustomBlockPlugin.inc.php on line 0,

PHP Warning:  Declaration of WebFeedSettingsForm::fetch($request) should be compatible with Form::fetch($request, $template = NULL, $display = false) in /var/www/html/journal/plugins/generic/webFeed/WebFeedSettingsForm.inc.php on line 0, 

PHP Fatal error:  Uncaught  --> Smarty: unable to write file /var/www/html/journal/cache/t_compile/wrt606a7cbd86f693_12210238 <-- \n  thrown in /var/www/html/journal/lib/pkp/lib/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php on line 60, 


PHP Warning:  Declaration of DRIVERDAO::setOAI(&$oai) should be compatible with PKPOAIDAO::setOAI($oai) in /var/www/html/journal/plugins/generic/driver/DRIVERDAO.inc.php on line 19, 

PHP Warning:  Declaration of OpenAIREDAO::setOAI(&$oai) should be compatible with PKPOAIDAO::setOAI($oai) in /var/www/html/journal/plugins/generic/openAIRE/OpenAIREDAO.inc.php on line 0,

PHP Warning:  Declaration of CustomBlockPlugin::getBlockContext() should be compatible with BlockPlugin::getBlockContext($contextId = NULL) in journal/plugins/generic/customBlockManager/CustomBlockPlugin.inc.php on line 0, 


ojs2: 404 Not Found,


PHP Warning:  Declaration of RegistrationHandler::validate($request) should be compatible with PKPHandler::validate($requiredContexts = NULL, $request = NULL) in journal/lib/pkp/pages/user/RegistrationHandler.inc.php on line 19,

PHP Warning:  Declaration of RegistrationForm::validate() should be compatible with Form::validate($callHooks = true) in /lib/pkp/classes/user/form/RegistrationForm.inc.php on line 21, 


PHP Notice:  Only variables should be assigned by reference in /var/www/html/journal/pages/index/IndexHandler.inc.php on line 68, 

标签: pluginsojs

解决方案


推荐阅读