BuddyDev

Search

[Resolved] Buddycircles

Tagged: 

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #28933

    Hi,
    I am looking at it. will get back to you in 3 mins. This should not have happened.

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #28935

    Hi,
    Do you have some kind of caching enabled?

    This is the code

    
    function bcircles_delete_circle( $circle ) {
    
    	$circle = bcircles_get_circle( $circle );
    
    	if ( ! $circle ) {
    		return false;
    	}
    
    	$circle->delete();
    
    	bcircles_circle_cache_prune( $circle );
    
    	return true;
    }
    
    

    Also, did you face it while deleting a user?

    Please let me know and I will assist.

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 38
    damland on #28943

    no caching, I’m on cloudflare but its disabled for development. Its not related to bcircles_user_can_delete_circle because it happends also without it (only if they have circles, but I create circles to new users so it happens to all my latest users)

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #28944

    Hi,
    I am looking into it. Will try to re-produce it. Will get back to you in couple of hours.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #28945

    Hi,
    Will it be feasible for you to share a screenshot of the “General Settings” section of BuddyCircles ?

    That will help me greatly in narrowing down the cause.

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 38
    damland on #28946

    https://pasteboard.co/J4hNMMN.png
    everything else is set to NO, I have this problem on both my websites
    Thanks

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #28947

    Thank you.
    I sincerely appreciate your help with this.

    I am going to re-create it and check.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #28949

    Hi,
    Thank you for the patience.
    It was indeed a bug. I am sorry for the inconvenience.
    I have fixed it now. Please upgrade to 1.0.7 and let e know if that works for you or not?

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 38
    damland on #28950

    Yes, its working now.
    Thank you for the super fast fix!

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #28953

    Thank you for confirming. I am glad I was able to assist in time.

    Regards
    Brajesh

The topic ‘ [Resolved] Buddycircles’ is closed to new replies.

This topic is: resolved