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.

Can't remove Jsconnect item on dashboard

I want remove client item in [user]-[jsconnect]. that I was tried push the remove button.

But display just white screen than can't remove now

How can I remove one item

Client ID Site Name Authentication URL Test

12 123 312 Test URL

Best Answer

Answers

  • Yeah, the delete function doesn't work. You need to remove it directly in the database.

  • @HalfCat said:
    Yeah, the delete function doesn't work. You need to remove it directly in the database.

    hi~ @HalfCat~

    Do you tell me about how do remove directly?

    I have vps, can connect to ssh and mysql.

    Thank you for watching

  • HalfCatHalfCat ✭✭
    edited December 2012

    You want to be looking at GDN_UserAuthenticationProvider in your phpMyAdmin.

  • @HalfCat said:
    You want to be looking at GDN_UserAuthenticationProvider in your phpMyAdmin.

    Thanks you for response

    When I tried for looking at GDN_UserAuthenticationPRovider table and delete like below

    MariaDB [none]> user AAA;
    MariaDB [AAA]> show tables from AAA like 'GDN_UserAuthenticationProvider';
    MariaDB [AAA]> drop table GDN_UserAuthenticationProvider;

    And than vanilla forum broken now like display error below :

    Bonk
    Something funky happened. Please bear with us while we iron out the kinks.

    oh my god. but I already backup that database. than I was restore database now.

    hey @HalfCat~

    I'm no have phpmyadmin now.

    Can you help me again for detail ?

    Thanks you for watching.

  • @peregrine said:
    karistuck

    I don't know how can i install and setting up for phpmyadmin in centos 6.

    I understood now that drop the row.

    Thank you so much guys

    I really helpful from @HalfCat @peregrine

Sign In or Register to comment.