Posted by Kartagis on November 30, 2012 at 12:36pm
3 followers
Jump to:
| Project: | Views |
| Version: | 7.x-3.5 |
| Component: | Code |
| Category: | bug report |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hi,
I have a piece of content created with devel and of which path modified with pathauto. Let's say http://example.com/content/Ea-Hendrerit. I create a view with jump menu against content. Then when I select that title from the jump menu, it gives me http://example.com/Ea%20Hendrerit, hence 404.
Regards,
Comments
#1
Clearly you are constructing the URL incorrectly. The URL you've constructed has a space, but the actual URL has a -. Since it's using pathauto, you probably actually should construct the jump menu URL using node/[nid] and let Drupal's path building process do that for you.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.