• when 'DISALLOW_FILE_EDIT' is enabled (define(‘DISALLOW_FILE_EDIT’, true ) in wp-config.php), the following error is generated on the settings page:
    “You do not have sufficient permissions to access this page”

    Solution: Change line 29 in file opensearchserver-search/index.php to:
    add_submenu_page('plugins.php', 'OpenSearchServer Settings', 'OpenSearchServer', 'manage_options', __FILE__, 'opensearchserver_admin_page');

    https://www.ads-software.com/plugins/opensearchserver-search/

  • The topic ‘You do not have sufficient permissions to access this page’ is closed to new replies.