Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.5
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2012 at 12:36 UTC
Updated:
14 Dec 2012 at 16:40 UTC
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
Comment #1
merlinofchaos commentedClearly 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.