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

quicksketch’s picture

Project: ImageField » Feeds Image Grabber
Version: 6.x-3.7 » 6.x-1.0-beta2
Category: bug » support
Priority: Critical » Normal

This doesn't seem like a question specifically about ImageField, which doesn't run cron jobs or do anything automatically.

ovidiua2003’s picture

if 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

ovidiua2003’s picture

Project: Feeds Image Grabber » ImageField
Version: 6.x-1.0-beta2 » 6.x-3.7
Component: Code » Miscellaneous
Priority: Normal » Critical

Re-assigned due to imagefield problem. Please help.

quicksketch’s picture

According to your instructions, I have no idea how ImageField could be causing this problem.

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.

ovidiua2003’s picture

if 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...

ovidiua2003’s picture

can anybody help? or is it too much to ask?

jimurl’s picture

Title: After a while it displays one image only » Similar Issue with incorrect image displayed

I 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:

<?php if($node->field_primary_image['0']): ?>
          <div id ="page-image" ><?php print_r( $node->field_primary_image['0']['view']);  ?><div id="image-caption"><?php echo $node->field_primary_image['0']['data']['description'];  ?></div></div>
          <?php endif; ?>

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.

quicksketch’s picture

Status: Active » Closed (fixed)

Closing after a lack of activity.