• Resolved ctuxboy

    (@ctuxboy)


    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://www.ads-software.com/plugins/wp-statistics/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Greg Ross

    (@gregross)

    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

    (@ctuxboy)

    Hi Greg,

    Thanks for the fast answer.
    I try it this evening.
    I let you know if it works.

    Regards,
    Christophe

    Thread Starter ctuxboy

    (@ctuxboy)

    Hi Greg,

    It works.
    Thanks a lot!!!

    Regards,
    Christophe

    Thanks,
    Great
    It works!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Permission/capabillities problems’ is closed to new replies.