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
karistuck
New
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
Tagged:
0
Best Answer
-
peregrine MVP
karistuck
drop table GDN_UserAuthenticationProvider;
not a good idea.
you don't drop the table - you delete the row.
I'm no have phpmyadmin now.
that's odd. why?
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
5
Answers
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
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.
karistuck
not a good idea.
you don't drop the table - you delete the row.
that's odd. why?
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
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