[Forums] broken URL parameters in member list

Found a bug? Tell us!!
Post Reply
mitch
Regular
Posts: 22
Joined: Tue Mar 15, 2016 8:57 pm
Contact:

[Forums] broken URL parameters in member list

Post by mitch »

Hi there!

I tried to use the member list in this forum and encountered an error:
The per-character links on memberlist.php have the form memberlist.php&first_char=m#memberlist which will lead to a 404 The requested URL /memberlist.php&first_char=m was not found on this server.

A correct URL would be memberlist.php?first_char=m#memberlist

The parameter first_char in the link should be prefixed by ?, not by &.

Regards
Christian

Code: Select all

READY.
█
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: [Forums] broken URL parameters in member list

Post by garvinhicking »

Hey,

thanks a lot for the headsup. I fixed this in our template!

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply