OJS 3 plugin installation error

Hello,

I’m trying to install the publons plugin for OJS 3 but I keep getting this error:

image

Here’s what my php log shows:

[Fri May 14 08:38:00.169692 2021] [php7:warn] [pid 24836] [client 10.11.93.60:46450] PHP Warning:  Declaration of CustomBlockPlugin::getBlockContext() should be compatible with BlockPlugin::getBlockContext($contextId = NULL) in /ojs/OLD/upgrade/ojs3/plugins/generic/customBlockManager/CustomBlockPlugin.inc.php on line 134, referer: http://10.184.184.16/ojs3/index.php/crai/management/settings/website
tar (child): /ojs/datos/temp/tar.gzykhXkO: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
/bin/tar: Child returned status 2
/bin/tar: Error is not recoverable: exiting now
[Fri May 14 08:38:00.625129 2021] [php7:warn] [pid 24836] [client 10.11.93.60:46450] PHP Warning:  Declaration of CustomBlockPlugin::getBlockContext() should be compatible with BlockPlugin::getBlockContext($contextId = NULL) in /ojs/OLD/upgrade/ojs3/plugins/generic/customBlockManager/CustomBlockPlugin.inc.php on line 134, referer: http://10.184.184.16/ojs3/index.php/crai/management/settings/website

What could be the issue?

Hope you guys can help me.

Hi @Juan_Lopez

Are you able to install other plugins in this way? The error suggests that you are unable to upload tar.gz files or perhaps do not have the tar command configured correctly.

Cheers
Jason

Hi!, no, I can’t install other plugins… What I did was load the folder directly on the server and it works now.

Thank you.