Skip to main content

when i click on "Members" the page doesn't load and there's an error message * "Error No route was found that matches the URL and request method."
*(translated from german)

Everything else works fine.....

Another question: is there already some kind of documentation to keep track with all those features?

Shahjahan Jewel

Not sure what happened to your case but make sure you enable leaderboard from settings -> Features

Manuel Müller

Shahjahan Jewel, i think i know what went wrong....in the Community Account Username i wrote "name | company"....any user without space in the name works fine, but this one - the admin - does not.....where can i change the Username when i can't access the member panel in the community?

Mat ‎

Manuel Müller, Admin can chane UserName in the User profile > Edit > Admin Actions > Community Account Username - at the bottom you can find the section. It is the same place where you add a custom Badge to a user

ps. In emergency case you can do it in the DB directly but this is not what you are looking for I guess

Manuel Müller

Mat, i know, but that‘s my Problem….i don‘t get there because the profile doesn‘t load (which i think is caused by the Spaces in the username)

all the other profiles load correctly, but the one with the name „name | company“ doesn‘t

Mat ‎

Manuel Müller, for changing username the workaround is to fix it in the DB then unless you can wait for the solution since we cannot change it in the core WP-Admin area too (only some other user related data could be changed there like: First Name, Last Name but this is obvious).

SELECT * FROM `wp-prefix_users` 

ps. as you mentioned using Pipe character in the user name therfore UserNames, First/Last Name should be validated with regex (no special characters)

Mat ‎

Manuel Müller, You can also use the external plugin: Username updater but only if you know what its doing and you trust the author etc.

https://www.youtube.com/watch?v=tLmZ_9Z9AqY

Manuel Müller

Mat, changed it in the database (why didn't i fool think of that before) and now it works.....if possible to limit that for that field: maybe one shouldn't be allowed to type in special characters in the first place (though i don't know if others would be as stupid as me, haha)....thanks for your help!

Mat ‎

Manuel Müller, its not a stupid when the end-user type any characters. Beta testers/Dev fTeam responsibility is to prevent such a errors and build Poka-Yoke solution so no worries - if there are any issues just share them so others can see them and they can be improved. If you wont report them or even share your feedback the fTeam will not fix any issues so you do a great job! Dont forget to try to destroy the plugin and share the feedback here. At the end our end-user wont have any chances to distroy the enviroment by code injections, API unauthorized access etc.