• Hiya,

    I just installed this plugin – and was having the same issue as lolobu (posted a year ago) of no settings page. I was also getting the “you do not have sufficient permissions to access this page” error.

    I tracked down the issue – I have the file editor disable in wp-config like this;

    define(‘DISALLOW_FILE_EDIT’, true);

    So I guess that makes some pseudo changes to the roles denying anyone access to “edit_plugins” – which is what your plugin checks for.

    I found changing “edit_plugins” to “manage_options” in your ccn_plugin_menu() function fixed the issue.

    Jon

    https://ww.wp.xz.cn/plugins/custom-comment-notifications/

The topic ‘No setting page – solved’ is closed to new replies.