Subpath Alias breaks Views and Devel
oBirdman - September 7, 2009 - 15:00
| Project: | Sub-path URL Aliases |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
With Views I created several pages and defined their paths like:
section1/agenda
section1/users
This works well, but when I enable Subpath Alias, I can't access these views anymore. Instead they direct me to section1
Disabling Subpath Alias makes it work again.

#1
I experience the same problem as oBirdman describes. Disabling Subpath makes it work again, but I found an other solution.
I renamed the views in:
section1-agenda
section2-agenda
and then I added the URL aliases:
section1-agenda --> section1/agenda
section1-users --> section1/users
Then the views work with the Subpath Alias enabled. It is a bit curious, but for some dynamic theming reasons I need the 'section1/' in my URL's.
#2
Also breaks Devel's dev load and dev render tabs.
The error given is "too many redirects".
#3
Ajaxed pager in Views doesn't work as well.
I think module should make Views hook it's method to obtain proper system path.
#4
subscribe