Plugin Gallery problems

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

It seems that the in your system tar is not located in /bin/tar.

If you have command line access, you can run the command which tar to find out the correct location. In my system it is /usr/bin/tar.

If you do not have command line access, you should ask your service provider the correct location.

1 Like

Thank you,
but the location seems to be correct.
Cattura

In my server we use Plesk application. Can it have to do with anything?