Hi,

I am running Drupal 6.1 with Views 6.x-2.0-alpha4. Views and Views_UI modules are enabled. Permissions for administer views in views_ui module are for Administrator role only.

I created a new node type named "news" that will be for blog-like entries for an area off of the main page.
I am now trying to create the view that will enable me to show only those nodes of type "news" and only those that are published.

I created a new node of type "news". You can see the node here: http://www.completecaredental.com/content/invisalign-now-offered-complet... . It is published.

The view is set up as shown in the attachment. As you can see, the path is set to /news, node type is "news", and published is "true".

The preview of the view is shown in the second attachment. Clearly, the preview shows the appropriate news entry (Invisalign lady).

However, when I navigate to the view's path, http://www.completecaredental.com/news, Drupal shows only the main page (node type "page").

Does anyone have thoughts on how to diagnose this?

Thanks,
Jason

CommentFileSizeAuthor
View setup.jpg43.24 KBjasonshah
View preview.jpg52.82 KBjasonshah

Comments

merlinofchaos’s picture

Status: Active » Closed (duplicate)

This appears to be a duplicate of http://drupal.org/node/239115 -- and I have to let you know, I'm absolutely mystified by this behavior. Many people are getting it, and I just can't tell why. :/

jasonshah’s picture

Fascinating.
Reading through that bug's comments, I disabled the frontpage node and was able to see my node correctly. Thankfully, I don't have challenging requirements, so for me this worked okay.

Rhino’s picture

I never enabled the front page node view and I get the mystery missing path (despite me creating a path) on all of my views.