Plugin gallery not working in OJS 3.0.2

Hello everyone, when I try to install a plugin like QuickSubmit or other nothing happened!

this is my error_log file:

[22-Jul-2017 04:08:21 America/Santiago] PHP Strict Standards: Declaration of PluginGalleryGridHandler::authorize() should be compatible with GridHandler::authorize($request, &$args, $roleAssignments, $enforceRestrictedSite = true) in /home/biologos/public_html/lib/pkp/controllers/grid/plugins/PluginGalleryGridHandler.inc.php on line 292
[22-Jul-2017 04:08:21 America/Santiago] PHP Strict Standards: Declaration of PluginGalleryGridHandler::initialize() should be compatible with GridHandler::initialize($request, $args = NULL) in /home/biologos/public_html/lib/pkp/controllers/grid/plugins/PluginGalleryGridHandler.inc.php on line 292
[22-Jul-2017 04:08:21 America/Santiago] PHP Strict Standards: Declaration of PluginGalleryGridHandler::renderFilter() should be compatible with GridHandler::renderFilter($request, $filterData = Array) in /home/biologos/public_html/lib/pkp/controllers/grid/plugins/PluginGalleryGridHandler.inc.php on line 292
[22-Jul-2017 04:08:21 America/Santiago] PHP Deprecated: Non-static method Request::getContext() should not be called statically, assuming $this from incompatible context in /home/biologos/public_html/lib/pkp/classes/plugins/ThemePlugin.inc.php on line 409
[22-Jul-2017 04:08:21 America/Santiago] PHP Deprecated: Non-static method PKPRequest::_checkThis() should not be called statically, assuming $this from incompatible context in /home/biologos/public_html/classes/core/Request.inc.php on line 68
[22-Jul-2017 04:08:25 America/Santiago] PHP Strict Standards: Declaration of PluginGalleryGridHandler::authorize() should be compatible with GridHandler::authorize($request, &$args, $roleAssignments, $enforceRestrictedSite = true) in /home/biologos/public_html/lib/pkp/controllers/grid/plugins/PluginGalleryGridHandler.inc.php on line 292
[22-Jul-2017 04:08:25 America/Santiago] PHP Strict Standards: Declaration of PluginGalleryGridHandler::initialize() should be compatible with GridHandler::initialize($request, $args = NULL) in /home/biologos/public_html/lib/pkp/controllers/grid/plugins/PluginGalleryGridHandler.inc.php on line 292
[22-Jul-2017 04:08:25 America/Santiago] PHP Strict Standards: Declaration of PluginGalleryGridHandler::renderFilter() should be compatible with GridHandler::renderFilter($request, $filterData = Array) in /home/biologos/public_html/lib/pkp/controllers/grid/plugins/PluginGalleryGridHandler.inc.php on line 292
[22-Jul-2017 04:08:25 America/Santiago] PHP Warning: copy(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/biologos/public_html/lib/pkp/classes/file/FileManager.inc.php on line 159
[22-Jul-2017 04:08:25 America/Santiago] PHP Warning: copy(https://github.com/pkp/quickSubmit/releases/download/ojs-3_0_2-0/quickSubmit-ojs-3_0_2-0.tar.gz): failed to open stream: no suitable wrapper could be found in /home/biologos/public_html/lib/pkp/classes/file/FileManager.inc.php on line 159
[22-Jul-2017 04:08:25 America/Santiago] ojs2: Incorrect MD5 checksum!

I found this similar case: OJS3: Plugin-Installation QuickSubmit

thank you very much!

Hi @t4x0n,

Check this StackOverflow thread: php - How to enable HTTPS stream wrappers - Stack Overflow

Regards,
Alec Smecher
Public Knowledge Project Team

Thanks!! I do not know why on my server those options were disabled, but now is OK! :slight_smile: