Plugin Gallery problems,
With OJS 3.1.2.0 I can’t use correctly Plugin Gallery functions. If I try to install a plugin directly from web nothing happens after confirmation opf installation.
In server error logs I get:
AH01071: Got error ‘PHP message: PHP Warning: Declaration of OpenAIREDAO::setOAI(&$oai) should be compatible with PKPOAIDAO::setOAI($oai) in /SERVER-WEB-FOLDER/plugins/generic/openAIRE/OpenAIREDAO.inc.php on line 19PHP message: PHP Warning: Declaration of DRIVERDAO::setOAI(&$oai) should be compatible with PKPOAIDAO::setOAI($oai) in /SERVER-WEB-FOLDER/plugins/generic/driver/DRIVERDAO.inc.php on line 0’, referer: http://WEB-ADDRESS/submissions
AH01071: Got error ‘PHP message: PHP Warning: Declaration of OpenAIREDAO::setOAI(&$oai) should be compatible with PKPOAIDAO::setOAI($oai) in /SERVER-WEB-FOLDER/plugins/generic/openAIRE/OpenAIREDAO.inc.php on line 19PHP message: PHP Warning: Declaration of DRIVERDAO::setOAI(&$oai) should be compatible with PKPOAIDAO::setOAI($oai) in /SERVER-WEB-FOLDER/plugins/generic/driver/DRIVERDAO.inc.php on line 0’, referer: http://WEB-ADDRESS/management/settings/website
AH01071: Got error ‘PHP message: PHP Warning: Declaration of OpenAIREDAO::setOAI(&$oai) should be compatible with PKPOAIDAO::setOAI($oai) in /SERVER-WEB-FOLDER/plugins/generic/openAIRE/OpenAIREDAO.inc.php on line 19PHP message: PHP Warning: Declaration of DRIVERDAO::setOAI(&$oai) should be compatible with PKPOAIDAO::setOAI($oai) in /SERVER-WEB-FOLDER/plugins/generic/driver/DRIVERDAO.inc.php on line 0’, referer: http://WEB-ADDRESS/management/settings/website
AH01071: Got error ‘PHP message: PHP Warning: Declaration of OpenAIREDAO::setOAI(&$oai) should be compatible with PKPOAIDAO::setOAI($oai) in /SERVER-WEB-FOLDER/plugins/generic/openAIRE/OpenAIREDAO.inc.php on line 19PHP message: PHP Warning: Declaration of DRIVERDAO::setOAI(&$oai) should be compatible with PKPOAIDAO::setOAI($oai) in /SERVER-WEB-FOLDER/plugins/generic/driver/DRIVERDAO.inc.php on line 0’, referer: http://WEB-ADDRESS/management/settings/website
AH01071: Got error ‘PHP message: PHP Warning: Declaration of OpenAIREDAO::setOAI(&$oai) should be compatible with PKPOAIDAO::setOAI($oai) in /SERVER-WEB-FOLDER/plugins/generic/openAIRE/OpenAIREDAO.inc.php on line 19PHP message: PHP Warning: Declaration of DRIVERDAO::setOAI(&$oai) should be compatible with PKPOAIDAO::setOAI($oai) in /SERVER-WEB-FOLDER/plugins/generic/driver/DRIVERDAO.inc.php on line 0’, referer: http://WEB-ADDRESS/management/settings/website
AH01071: Got error ‘PHP message: PHP Warning: Declaration of OpenAIREDAO::setOAI(&$oai) should be compatible with PKPOAIDAO::setOAI($oai) in /SERVER-WEB-FOLDER/plugins/generic/openAIRE/OpenAIREDAO.inc.php on line 19PHP message: PHP Warning: Declaration of DRIVERDAO::setOAI(&$oai) should be compatible with PKPOAIDAO::setOAI($oai) in /SERVER-WEB-FOLDER/plugins/generic/driver/DRIVERDAO.inc.php on line 0’, referer: http://WEB-ADDRESS/management/settings/website
AH01071: Got error ‘PHP message: PHP Warning: Declaration of OpenAIREDAO::setOAI(&$oai) should be compatible with PKPOAIDAO::setOAI($oai) in /SERVER-WEB-FOLDER/plugins/generic/openAIRE/OpenAIREDAO.inc.php on line 19PHP message: PHP Warning: Declaration of DRIVERDAO::setOAI(&$oai) should be compatible with PKPOAIDAO::setOAI($oai) in /SERVER-WEB-FOLDER/plugins/generic/driver/DRIVERDAO.inc.php on line 0’, referer: http://WEB-ADDRESS/management/settings/website
AH01071: Got error ‘PHP message: PHP Warning: Declaration of OpenAIREDAO::setOAI(&$oai) should be compatible with PKPOAIDAO::setOAI($oai) in /SERVER-WEB-FOLDER/plugins/generic/openAIRE/OpenAIREDAO.inc.php on line 19PHP message: PHP Warning: Declaration of DRIVERDAO::setOAI(&$oai) should be compatible with PKPOAIDAO::setOAI($oai) in /SERVER-WEB-FOLDER/plugins/generic/driver/DRIVERDAO.inc.php on line 0’, referer: http://WEB-ADDRESS/management/settings/website
I noticed also this norification error:
The tar command is not available. Please correctly configure it in your “config.inc.php”
On Apache should I find a different folder to set in the following line of “config.inc.php”?
; tar (used in backup plugin, translation packaging)
tar = /bin/tar
Thank you