Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Vanilla Authentication

Vanilla Version 2.1
when i am trying to Activate Google Authentication i am getting this error

Debug Trace

Info Need to re-index theme cache
Info Need to re-index plugin cache

how can I do this ?

Best Answer

Answers

  • Options
    peregrineperegrine MVP
    edited June 2014

    why do you duplicate the same questions in multiple posts

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options

    i didnt get answer yet boss...

  • Options
    peregrineperegrine MVP
    edited June 2014

    it has absolutely nothing to do with google authentication.

    $CacheIntegrityHash = GetValue('CacheIntegrityHash',$SearchPathCache);
    if ($CacheIntegrityHash != $PathIntegrityHash) {
    Trace('Need to re-index plugin cache');

    and you should ignore these two info messages in trace. it happens all the time and hhas absolutely nothing to do with google authentication.

    Debug Trace
    Info Need to re-index theme cache
    Info Need to re-index plugin cache

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options

    @peregrine can u explain where i need to do this please

  • Options

    i am badly in need of google and facebook authentication , thanks in advance for your kind replies

  • Options
    peregrineperegrine MVP
    edited June 2014

    I'm just telling the information you are providing has nothing to do with google authentication and will appear whether you authenticate or not.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options

    so can u please explain how can i overcome and bring Google Authentication to my forums ?, i know i am troubling you !!@peregrine

  • Options

    I totally agree with you sir, how can I Resolve my Google Authentication problem ?

  • Options
    edited June 2014

    Tried a lot cant fix, when i select open id or google i am getting this debug information please help

    =============================
    Debug Information
    
    Canonical Url: http://community.***.com/authentication/choose
    Cache Information
    Cache Revision: 1
    Permissions Revision: 1
    4 queries in 0.0101871490479s
    Gdn_Model->GetWhere(array('UserID' => '1'))0.006042s
    select *
    from GDN_User `User`
    where UserID = '1';
    PermissionModel->PermissionColumns()0.000584s
    select *
    from GDN_Permission `Permission`
    limit 1;
    PermissionModel->CachePermissions('1')0.001194s
    select MAX(p.`PermissionID`) as `PermissionID`, MAX(p.`Garden.Email.View`) as `Garden.Email.View`, MAX(p.`Garden.Settings.Manage`) as `Garden.Settings.Manage`, MAX(p.`Garden.Settings.View`) as `Garden.Settings.View`, MAX(p.`Garden.Messages.Manage`) as `Garden.Messages.Manage`, MAX(p.`Garden.SignIn.Allow`) as `Garden.SignIn.Allow`, MAX(p.`Garden.Users.Add`) as `Garden.Users.Add`, MAX(p.`Garden.Users.Edit`) as `Garden.Users.Edit`, MAX(p.`Garden.Users.Delete`) as `Garden.Users.Delete`, MAX(p.`Garden.Users.Approve`) as `Garden.Users.Approve`, MAX(p.`Garden.Activity.Delete`) as `Garden.Activity.Delete`, MAX(p.`Garden.Activity.View`) as `Garden.Activity.View`, MAX(p.`Garden.Profiles.View`) as `Garden.Profiles.View`, MAX(p.`Garden.Profiles.Edit`) as `Garden.Profiles.Edit`, MAX(p.`Garden.Moderation.Manage`) as `Garden.Moderation.Manage`, MAX(p.`Garden.Curation.Manage`) as `Garden.Curation.Manage`, MAX(p.`Garden.PersonalInfo.View`) as `Garden.PersonalInfo.View`, MAX(p.`Garden.AdvancedNotifications.Allow`) as `Garden.AdvancedNotifications.Allow`, MAX(p.`Conversations.Moderation.Manage`) as `Conversations.Moderation.Manage`, MAX(p.`Conversations.Conversations.Add`) as `Conversations.Conversations.Add`, MAX(p.`Vanilla.Approval.Require`) as `Vanilla.Approval.Require`, MAX(p.`Vanilla.Comments.Me`) as `Vanilla.Comments.Me`, MAX(p.`Vanilla.Discussions.View`) as `Vanilla.Discussions.View`, MAX(p.`Vanilla.Discussions.Add`) as `Vanilla.Discussions.Add`, MAX(p.`Vanilla.Discussions.Edit`) as `Vanilla.Discussions.Edit`, MAX(p.`Vanilla.Discussions.Announce`) as `Vanilla.Discussions.Announce`, MAX(p.`Vanilla.Discussions.Sink`) as `Vanilla.Discussions.Sink`, MAX(p.`Vanilla.Discussions.Close`) as `Vanilla.Discussions.Close`, MAX(p.`Vanilla.Discussions.Delete`) as `Vanilla.Discussions.Delete`, MAX(p.`Vanilla.Comments.Add`) as `Vanilla.Comments.Add`, MAX(p.`Vanilla.Comments.Edit`) as `Vanilla.Comments.Edit`, MAX(p.`Vanilla.Comments.Delete`) as `Vanilla.Comments.Delete`, MAX(p.`Plugins.Debugger.View`) as `Plugins.Debugger.View`, MAX(p.`Plugins.Debugger.Manage`) as `Plugins.Debugger.Manage`, MAX(p.`Plugins.Flagging.Notify`) as `Plugins.Flagging.Notify`, MAX(p.`Plugins.ProfileExtender.Add`) as `Plugins.ProfileExtender.Add`, MAX(p.`Plugins.Tagging.Add`) as `Plugins.Tagging.Add`, MAX(p.`Plugins.WhosOnline.ViewHidden`) as `Plugins.WhosOnline.ViewHidden`, MAX(p.`Plugins.WhosOnline.Manage`) as `Plugins.WhosOnline.Manage`, p.JunctionTable as `JunctionTable`, p.JunctionColumn as `JunctionColumn`, p.JunctionID as `JunctionID`
    from GDN_Permission p
    join GDN_UserRole ur on p.RoleID = ur.RoleID
    where ur.UserID = '1'
    group by p.JunctionTable, p.JunctionColumn, p.JunctionID;
    Gdn_Model->GetWhere(array('UserID' => 1))0.000360s
    select *
    from GDN_User `User`
    where UserID = '1';
    Page completed in 0.2843s
    Controller Data
    ConfigureMessage: 'Please choose an authenticator to configure.'
    
Sign In or Register to comment.