Viewing 7 replies - 1 through 7 (of 7 total)
  • I had the same problem. The stat counter support people suggested hard-coding the stat counter code into the site. This would probably work but is certainly not an elegant solution.

    I changed line 114 from
    <form method="post" action="options-general.php?page=StatCounter-Wordpress-Plugin.php">
    to
    <form method="post" action="">
    and it seems to have worked and applied the stat counter code to the footer … yet to see any reported stats though! 🙂

    Same problem here. Into what file should those lines be hard-coded?

    I had the same issue, plus the editor under the appearance tab was not showing up either, those two separate issues seem to be related in my case. The solution ended up being this:

    Check your wp-config.php in the root of your site, and make sure you don’t have something like define(‘DISALLOW_FILE_EDIT’, true);

    If you do have it, then all you need do is replace true with false. Simple, let me know if that works for you.

    I’ve had this too over multiple sites. The option to edit the settings disappears from the settings box in the menu.
    Making the change suggested above works. It puts back the option to insert the settings and gives me permission.

    This appears to be related to the upgrade to WP 4.0. Surely this should become a plugin upgrade, rather than have to edit files manually??

    Correction to my post above. It’s not a solution. I have iThemes security – what DOES work is unchecking the option in iThemes Security saying “File Editor Disable File Editor”
    That gives me back the permissions. When it’s re-checked, even with the mod above, the ability to access the settings page goes.

    Same problem here, I don’t have iThemes security so there’s nothing to check or uncheck.
    Any other suggestions?

    We are also having the same problem using WordPress 4.0. Any attempt to update statcounter options results in following error:
    You do not have sufficient permissions to access this page.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘You do not have sufficient permissions to access this page’ is closed to new replies.