I've read many other people have had this problem with Versions 5 & 6 (although i understand the issues are completely separate bc they are 2 separate pieces of software)... but i didn't see any solutions which worked for me. I have created a field_image in my content type... but there are not any fields at all appearing in anything (relationships, fields... etc.)
So far i've tried both versions of Views 2... 6.x-2.2, as well as the current dev.
The modules include: CCK 6.x-2.1, Imagefield 6.x-3.0-alpha4,
I have uninstalled/reinstalled both Imagefield and Views a couple different times... as well as cleared cache.
Any thoughts?
Comments
Comment #1
ctalley5 commentedalmost forgot to say... clear cache does not make it work as i have read on a few other posts.
i actually have it all working on a different website (same modules)... and the CCK fields show up every time without problem on that one.
I have worked on it for a couple days now and after uninstalling/reinstalling a few different times (all modules) i cannot get it to work. All i know is it appears to be views related, because I cannot get either FileField or ImageField to show.
Comment #2
partyka commentedHave you had any luck? I'm having the same problem.
Comment #3
merlinofchaos commentedSeriously people, please read the submission instructions.
Comment #4
ctalley5 commentedI haven't yet figured it out... i'm not even sure yet which module is causing the problem. (CCK or Views)
Comment #5
avpadernoComment #6
avpadernoComment #7
iant commentedI am also having a problems with this though in D6 it seems the same as D5. With D6 whilst I can add CCK Content_profile fields to a view when I look at it all the fields are blank. When I view the node itself the content is there and I can see it in the database.
Personally due to the lack of porting (or even termination) of certain other key modules I am using to D6 I am really keen to see a D5 solution to this issue.
I don't understand why I can't use CCK and Content_profile to collect role specific information and then use Views to give me a list of that user information. This seems like such a simple thing to do but if I can't get CCK and Views to work together then my site is dead in the water.
Help anyone ?
Comment #8
sockah commentedCCK fields are also not showing up in my views. I tried clearing cache with no luck. If anybody has figured out a solution, please let us know.
Comment #9
ctalley5 commentedOkay i got mine working finally. I uninstalled the modules, and reinstalled them many times.... but finally they just showed up. Comletely uninstall views and CCK, then delete them from modules folder. Clear cache and update and all that stuff. Then i think i installed CCK first, then Views.
Took it a couple of times for me for some reason, but i'm not having any trouble with it anymore.
Comment #10
sockah commentedSolved mine too. My problem was that even though I upgraded views, an older version was lingering and messing things up.
As soon as I completely uninstalled the older version, things worked fine.
Comment #11
yched commentedClosing, then.
Comment #12
alynn commentedi am having this same problem with the calendar view. in addition to the fields not showing in the calendar view, the view is not sorting according to how i have it set. it is displaying old content of various sorts despite the node type filter i have applied limiting the view to displaying content of a specific type.
i expected to run into issues, but this is basic!!!
arg. i miss events module. i understand that views/calendar can be powerful, but it is being a real pain.
Comment #13
avpadernoIf the problem is still present, then the report should be re-opened.
Comment #14
pokadan commentedI have different (quite random) cck fields not showing in different custom built views. They show up fine in node view and are in the database.
It first happened for an integer cck type, now for text.
One thing that I did do (and may be my fault) is that I've applied the multigroup patch available at http://drupal.org/node/300084#comment-1254063 comment #116
Just putting it out there, maybe others are in the same situation..
Comment #15
karens commentedIf you have problems with imagefield fields, report it on Imagefield. If you have problems with Calendar views, report it on Calendar. If you have problems with multigroup, report it in the multigroup thread (multigroup is not even released, so is obviously could still be buggy).
Comment #16
jeefers commentedsee if adding the token module helps?
Comment #18
javiarauz commentedFinally I found out the reason of this issue: PostgreSQL truncates CCK identifier at the 64th chars and crashes Views. More info at #571548: Identifiers longer than 63 characters are truncated, causing Views to break on Postgres. I avoided this issue by using shorter ids. That's simple.
Greetings
Comment #19
geerlingguy commentedI am running into this problem today - clearing caches seems to have fixed it for me. So strange... someone mentioned none of their information was showing on the public website, and when I checked the view, I noticed a bunch of 'broken/missing handlers', and couldn't see any 'Content' fields in my View. I cleared the cache, and they thankfully reappeared.
Comment #20
geerlingguy commentedI've been hitting this problem on a weekly basis now, and it seems to crop up after cron runs. I think it could be Job Scheduler and/or Feeds that's contributing to the problem, but I'm still pretty much at square 1.
Here are the symptoms of the problem:
$ drush cc allclears up the problem, as does completely restarting Apache on the server.For internal reference (and a more detailed overview of what I've found): http://archstldev.com/node/893
Comment #21
geerlingguy commentedToday I had the problem happen again, but the server wasn't maxing out the CPUs... of course,
$ drush cc allfixes the problem, but I found the problem almost the moment it happened, and the culprit seems to be system_cron, which removes items from the flood and batch table, and clears out cache tables, temporary files, and cruft...Possible culprit could be:
It's definitely something that gets hit during flush_caches - If I simply run system_cron (using Elysia Cron), all cck fields disappear from my views until I clear all caches.
Maybe one of the modules that's trying to clear it's own tables (flush_caches) is not clearing them properly?
Comment #22
Stomper commentedMay be having the same issues as others. Basically I've created Views pane containing custom CCK form fields. When I am logged out, not all of the fields display, but when I login in as the site admin, all the fields display properly.
I've double checked the view and user permissions and view access is unrestricted for all user types. Is there such this as a per-field permission that I'm overlooking?