Closed (duplicate)
Project:
Sub-path URL Aliases
Version:
6.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2010 at 05:13 UTC
Updated:
27 Feb 2010 at 20:35 UTC
I have a node (/node/123) with URL path set to /board
And I have a view with URL path set to /board/members
I can access both pages before enabling subpath_alias. When I enabled subpath_alias, /board/members does not work anymore, and gives error "node/123/members not found".
Apparently, subpath_alias replaces the subpath for /board regardless of the existence of views module, and it breaks the views page.
Comments
Comment #1
Flying Drupalist commented#570670: Subpath Alias breaks Views and Devel