1. CCK 6.x-2.8
2. ImageField 6.x-3.7
3. permissions are 0777
4. download method is set to public
5. one imagefield that works with feed image grabber (not the API one); one field set to file and widget type image, mapped correctly on node processor and has a default image. (it worked well for a few hours)
6. as i mentioned, for a few hours the image field was populated correctly with the images and displayed beatifully.
7. after a few hours, the same image appears to all of the feed items (not the default image that is), meaning that one of the images attached to a feed item is being attached to all feed items.
If i delete that field and make a new one, works great for a few hours, and then it does the same faulty thing, and im starting to think that when the day changes sumting happens.
example of the fault at http://208.43.50.208/~pers/
Comments
Comment #1
quicksketchThis doesn't seem like a question specifically about ImageField, which doesn't run cron jobs or do anything automatically.
Comment #2
ovidiua2003 commentedif an feed item does not have an image, the imagefield should displaythe default image right? in my case it displayes images from other older posts. i think its an imagefield problem
Comment #3
ovidiua2003 commentedRe-assigned due to imagefield problem. Please help.
Comment #4
quicksketchAccording to your instructions, I have no idea how ImageField could be causing this problem.
Comment #5
ovidiua2003 commentedif the image field displays a faulty image, unpopulated by the feed image grabber (checked), instead of the default image... then the problem lies in imagefield...
Comment #6
ovidiua2003 commentedcan anybody help? or is it too much to ask?
Comment #7
jimurl commentedI have a similar issue with an incorrect image being displayed.
On D 6.19, Imagefield 6.x-3.7, CCK: 3.x-dev
I have a single CCK imagefield (named primary_image) defined on the 'page' node type. In page.tpl.php and page-front.tpl.php I have this snippet inserted to display that image, with it's description:
If there is a primary image uploaded and attached, then that is displayed; if there is no primary image attached to this node, the primary image of the a diferent page is shown, even on non-front-pages.
This is not consistent across all pages- some of them behave as they should. these are pages which have never had an image attached to them. If I delete an image that was attached to a page, then this default image is displayed in its place.
I did a var_dump($node) in my page.tpl.php , and found that this primary image is being sent to the theme layer. I can't tell if the root problem lies with filefield, imagefield, or cck. I do have cron set up on this site, but this problem showed itself before I had cron set up. I only saw that the problem was similar enough to the one mentioned above that I should add this information. I hope it helps.
Comment #8
quicksketchClosing after a lack of activity.