Unable to access marketplace getting below error

:56106] Error in Matomo: , referer: https://localhost:9443/index.php?module=CorePluginsAdmin&action=plugins&idSite=1&period=day&date=yesterday&activated=
[Thu Jul 11 17:12:46.219411 2019] [php7:notice] [pid 3598:tid 140001463445248] [client 10.91.7.33:56104] Error in Matomo: , referer: https://localhost:9443/index.php?module=CorePluginsAdmin&action=plugins&idSite=1&period=day&date=yesterday&activated=

Hi,

Can you check the PHP error log. Maybe there is a more helpful error than that.

Is your server behind some proxy that is stopping it from accessing the internet?

Thank you so much .yes internet access is not there ? How to installl that without internet …

Hi,

Here is a guide on how to use Matomo on a server without internet:
https://matomo.org/faq/troubleshooting/faq_16646/

And you can add the line enable_internet_features = 0 to the [General] section of your config/config.ini.php file so that Matomo doesn’t even try to reach the internet.

If you want to install plugins from the marketplace, you can download them from https://plugins.matomo.org/ and unzip them into the plugins/ directory.

Thank you… i tried both the option

  1. uzip the file ldapLogin pugin in /plugins/ directory
    2.added below properties in config.ini.php and restarted apache on which matomo is d
    ployed[General]
    enable_plugin_upload = 1
    but still getting
    Plugin upload is disabled in config file. In order to enable this feature please update your configuration or contact your administrator!e in UI after clicking link --> “upload a plugin in .zip format”