Could not install plugins

Hi,

I could not install any plugin

Repro:
1. Open wp-admin/admin.php?page=affiliates-admin-settings&section=integrations
2. Click Install under The Affiliates WooCommerce Integration plugin is not installed.
3. It tries to open wp-admin/update.php?action=install-plugin&plugin=affiliates-woocommerce&_wpnonce=f80b95585e

Result:
2015/08/11 23:04:49 [error] 3824#0: *3497 FastCGI sent in stderr: “PHP message: register_my_setting” while reading response header from upstream, client: 87.59.171.90, server: myserver, request: “GET /wp-admin/update.php?action=install-plugin&plugin=affiliates-woocommerce&_wpnonce=f80b95585e HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php5-fpm.sock:”, host: “myserver”, referrer: “https://myserver/wp-admin/admin.php?page=affiliates-admin-settings&section=integrations”

Configuration: the new wordpress site (using the latest versions, downloaded yesterday), nginx + pfm

/Denis


Comments

One response to “Could not install plugins”

  1. Hi Dennis

    While trying to install the plugin, do you get any errors in debug.log file? In case you don’t know how to enable debugging in WP, simply add the lines below in your wp-config.php file.
    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);

    Then, create a file named debug.log under wp-content, paste the output of the file in a pastebin and share the link of the pastebin here.

    Kind regards,
    George

Share