Viewing 5 replies - 1 through 5 (of 5 total)
  • Breaking editor login for me too. After editor login get the message “You do not have sufficient permissions to access this page”.

    Login works fine when Lead Forensics is deactivated.

    Thread Starter Epiq

    (@epiq)

    Solved it by manually editing the plugin.
    It is enough just to comment/remove the permission-checking code in file lead-forensics-roi.php, e.g. just replace this code

    if (!current_user_can('manage_options')) {
        wp_die(__('You do not have sufficient permissions to access this page.'));
    }

    with this one

    if (!current_user_can('manage_options')) {
        return;
    }

    Fortunately, that’s just one-line solution ??

    Same here
    This plugin is breaking logins for restricted accounts and customer/subscriber accounts for us too. Full admin accounts can log in OK but all other accounts get the message “You do not have sufficient permissions to access this page”.
    it seems like the users are logged in because if you ignore the message and navigate to a different page on the site then you are logged in.

    Login works fine when Lead Forensics is deactivated.

    We are using WordPress 4.3.3 but upgrading soon.
    Also using the Members plugin Version: 1.1.1, Peter’s Login Redirect, Events Manager, woo commerce – are any of these common to other users with problems ?
    thanks for the suggested solution, will try that.

    @epiq your fix worked for me! Thanks for that.

    @davekayadlib we’re not using any of the plugins you mentioned.

    Plugin Author Lead Forensics

    (@lead-forensics)

    Hi All

    Our sincerest apologies for the delay in updating this thread. @epiq, thank you for your post, we have applied your fix and updated the plugin. You should all now be able to update the plugin to fix the issue. If you have any more problems though, please don’t hesitate to let us know.

    Warm Regards
    The Lead Forensics Team

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Breaks login on WP 4.3.1’ is closed to new replies.