• i have upgrade my wp to 2.7 version but the feature to install new plugin via web don’t work, when i try to install new plugin i receive this error:
    You do not have sufficient permissions to install plugins on this blog.

    i’m admin when i try to do this and if i try to connect to /wp-admin/plugin-install.php i receive the same error

    can anybody help me ??

    thanks and sorry for my bad english ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • This code causes that message;

    if ( ! current_user_can('install_plugins') )
    wp_die(__('You do not have sufficient permissions to install plugins on this blog.'));

    So you could try to create a new user and give that user the Adminstrator Role then login and see if you can install plugins.

    Note: If you have a Role Manager Plugin then you might want to see if the install_plugins capability exists for your current admin user.

    Thread Starter darkmagister

    (@darkmagister)

    unfortunatly this dont work … i have create a new admin but i have the same problem… i have installed a plug in called role manager, i add new capabilities called Install Plugins and now work ?? but i don’t know why … i have this problem….

    exact same error over here:

    After clicking the upgrade link at the plugin list i’ll get this error:

    You do not have sufficient permissions to install plugins on this blog.

    I’m logged in as the admin and got this problem after i upgraded to 2.7

    Same here

    solved it:

    installed this plugin:
    https://www.im-web-gefunden.de/wordpress-plugins/role-manager/

    and noticed that this capability where not present:

    Delete Plugins
    Edit Plugins
    Install Plugins
    Update Plugins

    I’ve created them and activated them for the administrator account

    after that everyting worked just fine!

    Cheers!

    Margje
    https://www.vetvrij.com

    Nothing changed here ;-((

    use the plugin
    “user – Capabilities”

    add “Delete Plugins”,”Update Plugins”
    and active them in “Roles”

    Nope! I have all roles activated but nothing changed…

    Where do I find the user – Capabilities plugin? I’ve searched the * Official WordPress Plugins Repository
    * WordPress Plugin Database at wp-plugins.net
    and cannot find it.

    Where do I find the user – Capabilities plugin?

    The plugin is not called “Capabilities”. Indeo was explaining how to use the “Role Manager” plugin (which is linked above by margjedonder)

    Once you install the “Role Manager” plugin then you click on “Users” on the left, then “Capabilities” and add “Delete Plugins” and “Update Plugins” and “Install Plugins” by typing each of those into the “New Capability Name:” box and clicking “Create Capability”

    Once you’ve done that click on “Roles” (under “Users” to the left) and check that your administrator user has all those roles enabled.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Install plugins wp 2.7’ is closed to new replies.