No items in Plugin Gallery in OJS 3.1.2

Hi,
I have a problem, but I’m not sure if it’s due to my ignorance about OJS or if it’s a bad functioning in my OJS.
I have OJS 3.1.2 installed.
When I look for a plugin in the Plugin Gallery it always appears nothing. It always says “No items”.
Do I need anything previously configured to be able to search and get plugins in the Plugin gallery?
Thanks for your help.
Regards.

Hi @rmga,

The installation of OJS 3.1.2 may not have been successful. Are you getting any error messages on your dashboard?

I would also suggest checking yourPHP error log.

Kind Regards,
Patricia M.
Public Knowledge Project

Hi!
I send you the logs received when I try to search for a plugin in the plugin gallery.
It always says “No Items”.
image
And the logs in my php.log are:
[Mon Nov 25 11:39:40.320562 2019] [php7:warn] [pid 48056] [client 192.168.128.73:53031] PHP Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Nombre o servicio desconocido in /home/ojs/lib/pkp/classes/file/wrappers/HTTPFileWrapper.inc.php on line 77, referer: https://erevistas.publicaciones.uah.es/index.php/Quodlibet/management/settings/website
[Mon Nov 25 11:39:40.320675 2019] [php7:warn] [pid 48056] [client 192.168.128.73:53031] PHP Warning: fsockopen(): unable to connect to ssl://pkp.sfu.ca:443 (php_network_getaddresses: getaddrinfo failed: Nombre o servicio desconocido) in /home/ojs/lib/pkp/classes/file/wrappers/HTTPFileWrapper.inc.php on line 77, referer: https://erevistas.publicaciones.uah.es/index.php/Quodlibet/management/settings/website
[Mon Nov 25 11:39:40.320712 2019] [php7:warn] [pid 48056] [client 192.168.128.73:53031] PHP Warning: DOMDocument::loadXML(): Empty string supplied as input in /home/ojs/lib/pkp/classes/plugins/PluginGalleryDAO.inc.php on line 57, referer: https://erevistas.publicaciones.uah.es/index.php/Quodlibet/management/settings/website

Thanks!

Hi @rmga,

Please try this solution from a related post on the forum.

Kind Regards,
Patricia M.
Public Knowledge Project Team

Hi,
I got it like that. Just in case I’ve enabled “allow_url_include” but It doesn’t work yet:
; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
; http://php.net/allow-url-fopen
allow_url_fopen = On

; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
; http://php.net/allow-url-include
;allow_url_include = Off
allow_url_include = On

Thanks.