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
Comment #1
jwilde commentedHi,
fixed it.
changed line 181 in drpager module from:
$url = '/'. $_GET['q'] .'?'. $drpager_query;
to
$url = base_path() . $_GET['q'] .'?'. $drpager_query;
Jim
Comment #2
mattyoung commentedGood 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.