• Resolved noteimporta

    (@martae85)


    Hello,

    I have unabled something i don′t remember and I don′t have access to the plugin settings, results, tables… ??

    I guess that is something related with “exlusions”.

    How I can return to the initial configuration to be able to have access again to the information??

    Any help would be really appreciated. Thank you!

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

    (@gregross)

    You’ve likely set the permissions incorrectly, from the FAQ:

    = I’ve changed the permissions for WP Statistics access and now I’ve lost access to it myself, how to I fix it? =

    If you have access to phpMyAdmin (or similar tool) you can query the wp_options table:

    SELECT * FROM wp_options WHERE option_name = ‘wp_statistics’;

    Then edit the value, inside the string will be something like (note: “edit_plugins” will be whatever permission you selected):

    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”;

Viewing 1 replies (of 1 total)
  • The topic ‘I can′t access to settings, visit results and tables’ is closed to new replies.