Hello,

I have a simple view with 2 arguments: taxonomy term and node type. That's all.
The preview is ok, but when I try the url I get "page not found".
The view export code is attached.
Please let me know if you need more info.

Thanks a lot for the help.

CommentFileSizeAuthor
view.txt4.12 KBEhud

Comments

Ehud’s picture

I had to define a path instead one of the arguments (I can't use %/%. because first segment of a path can't be %).
I will have to create more views, but at least this way it works.

merlinofchaos’s picture

Status: Active » Closed (won't fix)

That's right. The Drupal menu system does not support % as the first part of an argument. There's nothing Views can do about this.

gg4’s picture

Just curious, why is that?

merlinofchaos’s picture

The only thing I can think of is using custom_url_rewrite() hook to do it, but it may be a performance bottleneck to do so.

scott_earnest’s picture

Status: Closed (won't fix) » Closed (duplicate)