Title: Permission/capabillities problems
Last modified: August 31, 2016

---

# Permission/capabillities problems

 *  Resolved [ctuxboy](https://wordpress.org/support/users/ctuxboy/)
 * (@ctuxboy)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/permissioncapabillities-problems/)
 * Hello,
 * I can’t not acces some pages.
    After that i trying the permissions/capabillities
   settings to ‘**edit_plugins**‘ and now i have only acces to 2 pages: – Optimalisation–
   Instructions page
 * All the other pages are disappeared.
 * I trying remove and reinstall te plugin but with no luck.
 * How can i set the capabillities so that i can see back all the statistics pages?
   
   In the MySQL database?
 * Hope someone can help me?
 * [https://wordpress.org/plugins/wp-statistics/](https://wordpress.org/plugins/wp-statistics/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Contributor [Greg Ross](https://wordpress.org/support/users/gregross/)
 * (@gregross)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/permissioncapabillities-problems/#post-7196673)
 * If you have access to phpMyAdmin (or similar tool) you can query the wp_options
   table:
 *     ```
       SELECT * FROM wp_options WHERE option_name LIKE 'wp_statistics'
       ```
   
 * Then edit the value, inside the string will be something like:
 *     ```
       s:15:"read_capability";s:12:"edit_plugins";s:17:"manage_capability";s:12:"edit_plugins";
       ```
   
 * Replace it with:
 *     ```
       s:15:"read_capability";s:14:"manage_options";s:17:"manage_capability";s:14:"manage_options";
       ```
   
 *  Thread Starter [ctuxboy](https://wordpress.org/support/users/ctuxboy/)
 * (@ctuxboy)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/permissioncapabillities-problems/#post-7196678)
 * Hi Greg,
 * Thanks for the fast answer.
    I try it this evening. I let you know if it works.
 * Regards,
    Christophe
 *  Thread Starter [ctuxboy](https://wordpress.org/support/users/ctuxboy/)
 * (@ctuxboy)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/permissioncapabillities-problems/#post-7196723)
 * Hi Greg,
 * It works.
    Thanks a lot!!!
 * Regards,
    Christophe
 *  [Gangsar Swapurba](https://wordpress.org/support/users/gangsarswapurba/)
 * (@gangsarswapurba)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/permissioncapabillities-problems/#post-7196924)
 * Thanks,
    Great It works!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Permission/capabillities problems’ is closed to new replies.

 * ![](https://ps.w.org/wp-statistics/assets/icon.svg?rev=3081064)
 * [WP Statistics – Simple, privacy-friendly Google Analytics alternative](https://wordpress.org/plugins/wp-statistics/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-statistics/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-statistics/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-statistics/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-statistics/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-statistics/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Gangsar Swapurba](https://wordpress.org/support/users/gangsarswapurba/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/permissioncapabillities-problems/#post-7196924)
 * Status: resolved