Title: debugging: The permalinker has_cap error fix
Last modified: August 21, 2016

---

# debugging: The permalinker has_cap error fix

 *  [Rose Mckeon](https://wordpress.org/support/users/rozeykex/)
 * (@rozeykex)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/debugging-the-permalinker-has_cap-error-fix/)
 * hi andy,
 * since wp update this plugin now causes a has_cap error. couldn’t see any posts
   about it so here is the fix for anyone who needs it and if you want to update
   the plugin 🙂
 * line 92 in the-permalinker.php
 * change the 1 to a capability. eg:
 * `add_submenu_page('options-general.php', 'Permalinker Help', 'Permalinker Help',
   1, 'permalinker_help', 'permalinker_help');`
 * becomes
 * `add_submenu_page('options-general.php', 'Permalinker Help', 'Permalinker Help','
   manage_options', 'permalinker_help', 'permalinker_help');`
 * [http://wordpress.org/extend/plugins/the-permalinker/](http://wordpress.org/extend/plugins/the-permalinker/)

The topic ‘debugging: The permalinker has_cap error fix’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/the-permalinker.svg)
 * [The Permalinker](https://wordpress.org/plugins/the-permalinker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-permalinker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-permalinker/)
 * [Active Topics](https://wordpress.org/support/plugin/the-permalinker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-permalinker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-permalinker/reviews/)

## Tags

 * [debugging](https://wordpress.org/support/topic-tag/debugging/)
 * [has_cap](https://wordpress.org/support/topic-tag/has_cap/)

 * 0 replies
 * 1 participant
 * Last reply from: [Rose Mckeon](https://wordpress.org/support/users/rozeykex/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/debugging-the-permalinker-has_cap-error-fix/)
 * Status: not resolved