hello every body,

I have a little problem, when I try to filter nodes by type on the content list page, I see no contribution, I tried with taxonomy term that's work fine,

My problem is : I have many views page where I filter content based on node type and all these pages are empty

I didn't find a solution, so if anyone have an idea how to fix this...

Comments

vm’s picture

which version of views 2 is in use?

I have no problem sorting by Node: Type in the filters settings.

sHaDoWLiGhT’s picture

I use the latest version of views 2 i.e 6-x.2.3, but the problem is not with views because I also can't filter nodes by type in the admin content list page. isn't it a because I php4 instead of php5 ?

vm’s picture

I don't think it has anything to do with PHP 4 vs. PHP 5.

what is the exact version of Drupal in use ?

sHaDoWLiGhT’s picture

drupal v6.9, I just tried with page type, work very fine, but when I try with other content types the page is empty

justageek’s picture

Are you getting the default message from Drupal that no data was found, something like "

There are no objects satisfying the filter settings. Try changing them to get some results.

Or are you getting a blank page, something that looks like Drupal is dying?

jacobmn’s picture

Maybe you just don't have any content of other types? Have you created any stories, etc.? If not then there would be nothing listed on those pages.

vm’s picture

I can't recreate this in 6.9 or in 6.10-dev.

That would make me look at the modules I am using and begin disabling them one by one to see if there is a module that is causing interference.

Setting up a test site, and testing core 6.9 alone should provide you with the peace of mind that it isn't an environment issue.

sHaDoWLiGhT’s picture

I finnally found a solution but did not fix the problem yet, I use node type is not one of instead of node type is one of

tahiticlic’s picture

Hi there,

I had the same problem, which was in my case a problem on view definition which used shared fields presents for most of my content types, except one and for this one the view didn't return results.
Solution : either add the shared fields to this content type (which I did) or create a specific view for this type.

Regards,
cfab

Drupal rocks!
www.tahiticlic.com