﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
528	pagination fails from user page	ronny		"I experienced a problem, when trying to go to the second page of a user (https://example.org/u/username/). I just got a Server Error. After trying around, I could find out, that it had to do with a wrong URL in the NextPage Link.
Instead of:
https://example.org/u/username/gallery/?page=2
it should have been:
https://example.org/u/username/?page=2

In the file:
mediagoblin/templates/mediagoblin/utils/pagination.html

the ""base_url"" is set by ""request.full_path"". I tried to set it instead with ""request.urlgen('mediagoblin.user_pages.user_home', user= request.user.username)"" and it worked. But I am not sure if this would interfere with some other parts...

thanks in advance"	defect	closed	major		programming	fixed			
