Support » Plugin: Search & Replace » [Plugin: Search and Replace] Sufficient Permissions Error

Viewing 5 replies - 1 through 5 (of 5 total)
  • Same problem here…

    Plugin Contributor Frank Bueltge

    (@bueltge)

    wich wordpress version?

    Same problem here,

    You do not have sufficient permissions to edit plugins for this blog.

    WP Version 3.3.1
    S&R Version 2.6.3

    Disconnected all plugins and receive the same response.
    Tested on second server, different domain, same result.

    checked the current_user_can function in the codex.
    seams that there has been a change in parameters for the function.
    what is in the plugin code is:
    if ( current_user_can('edit_plugins') )

    All works as expected when changed to:
    if ( current_user_can('administrator') )

    That’s on line 792 of the plugin php file and on line 99.

    HTH

    Plugin Contributor Frank Bueltge

    (@bueltge)

    but the object edit_plugins is an default object since WordPress 2.0; see http://codex.wordpress.org/Roles_and_Capabilities#edit_plugins

    Thank you, Daiv Mowbray. Your solution worked for me!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Search and Replace] Sufficient Permissions Error’ is closed to new replies.