Linux_Shines Posted July 26, 2014 Posted July 26, 2014 Hi. Today I discovered an unusual issue/bug(?) - while browsing users list, I saw such a thing: I just click on Members, and after loading the page I clicked again on random letter. Link for url, which show that message: memberlist.php&first_char=a#memberlist
MTA Team jhxp Posted July 28, 2014 MTA Team Posted July 28, 2014 It's probably caused by the forum software update: https://www.phpbb.com/community/viewtop ... &t=2147706
Noki Posted February 6, 2015 Posted February 6, 2015 (edited) When you go into the memberlist, and sort members by the first character of their name, you receive a 404 error. Example: memberlist.php&first_char=k#memberlist Screenshot: http://puu.sh/fxTFL/3e3d1a0bde.png Edited February 7, 2015 by Guest
Jaysds1 Posted February 6, 2015 Posted February 6, 2015 It's probably a script problem as this forum is outdated and I'm guessing their PHP and MySQL is updated... Not sure as I'm not an admin.
MIKI785 Posted February 15, 2015 Posted February 15, 2015 unable to reproduce memberlist.php&first_char=m#memberlist That's what you get when you try to filter member list by first letter of the nickname. The 404 is there cause the GET request is wrong since there's '&' after filename, should be '?' for first argument. memberlist.php?first_char=m#memberlist Works correctly.
MTA Team Blokker_1999 Posted February 17, 2015 MTA Team Posted February 17, 2015 right, i'll have someone look into that
BlackBirdHost Posted February 27, 2015 Posted February 27, 2015 Please fix it as soon as possible. Best Wishes.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now