When I add a Feed View to a specific view and configure its path to be e.g. test/rss, then the RSS button on the respective page links to http://www.myhomepage.com/test/rss, which produces a 404 error. The correct path would be http://www.myhomepage.com/?q=test/rss, which is also correctly linked to when i click the "View Feed" link in the upper left while configuring the view. But the button that is created on the page always has an incorrect link.

Best regards,

Tobi

Comments

supertoilet@alldrupalthemes.com’s picture

That is "View Feed" Link in the upper right, not upper left, sorry

merlinofchaos’s picture

Status: Active » Fixed

Ok, I checked in a fix for this. Thanks!

supertoilet@alldrupalthemes.com’s picture

Wow, that was fast... ;) Thanks, keep up the great work!

Pedro Lozano’s picture

I was just wondering why don't you run all return values of get_url() throught url() before returning them. I've tried it and seems basic functionality keeps working fine, fixes the feed url issue, and maybe makes views more compatible with clean urls?

merlinofchaos’s picture

The theory is that there are cases where I need the raw url. I haven't really studied to see how it's being used if there is ever a point where I do. I know that sometimes I want to make sure that filter inputs are retained.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.