Hi,

Thanks again for your hard work - I greatly appreciate it. I have drupal running in a sub-directory www.mysite.com/test. If I enter a number to use the pager, I get page not found and directed to the higher level domain www.mysite.com instead of www.mysite.com/test.

Thanks,

Jim

Comments

jwilde’s picture

Hi,

fixed it.

changed line 181 in drpager module from:

$url = '/'. $_GET['q'] .'?'. $drpager_query;

to

$url = base_path() . $_GET['q'] .'?'. $drpager_query;

Jim

mattyoung’s picture

Assigned: Unassigned » mattyoung
Status: Active » Fixed

Good thing you have this kind of setup to ring out this bug. Thank you for catching and fixing this. I cvs checked in the fix so it should be in 'dev' later today. I'll wait a little bit to see if there is anything else come up, then make a new release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.