I have simple image field I use to resize some images and put them near node title. After installing File Paths beta3 image disappear when I display my node content. However my views (pages and blocks) properly display images from this field... All images are handle by drupal image styles (resized).
Steps to reproduce:
Create content type and add field image to it.
Create 3-4 nodes with images and install File Paths.
Change image path (files are transfered to proper folders and are named correctly).
Click on node to see there is no image inside.
However this problem/error not occur in beta2 !
I will simply delay installing this module till it's fixed in next version.
Comments
Comment #1
batigol commentedLoL, confirmed - after Retroactive update with beta3 images in node disappear. I didn't even notice it. Nice catch.
Comment #2
kelutrab11 commentedSame here.
Comment #3
spamator12 commented+ follow
So now, better is to use beta2 version?
Comment #4
pwiniacki commentedAfter installing beta3 everything looks fine but it's probably cause of using beta1 when I did all mayor changes to image paths.
Comment #5
decipheredCan you confirm this is an issue with the latest Development release? I suspect one of the issues I've already fixed since beta3 fixes this issue.
Comment #6
kerios83 commentedThis issue is still active in dev version.
edit: there is no trail of this image field when looking into page source... (resaving views won't work).
Comment #7
decipheredThe title of this issue refers to images in the body, yet the reproduction steps don't mention anything of the sort, can you confirm exactly what the issue is and make sure the reproduction steps cover exactly what needs to be done to confirm the issue?
Comment #8
kerios83 commented@Deciphered yes I can confirm that images in body - (full view of body content) disappear in beta3. But after more hours spending in looking into HTM source I have found a solution. When using beta2 you can see:
When using beta3:
Everything you need to do is go to Home » Administration » Structure » Content types » You content type, and click Manage display tab. Now set proper image style for your image. It seems that beta3 reset configuration on image body when updating a path. I'm making this
as fixed or... working as designed ? If any of you still have problem with disappearing images feel free to reopen this issue. Thanks for you opinion/confirmation/interest and sorry for any problems - but reseting fields wasn't announced in beta3 and that thing not happened with beta2, beta1 and so on.edit: just confirmed it on live site. Everything works fine.
Comment #9
batigol commentedAfter setting things up at Manage display tab, everything works fine.
Comment #10
decipheredHi guys,
The question of why it disappeared and how it disappeared is still valid. I wasn't able to reproduce the issue personally and I can think of no reason why the field would suddenly be hidden.
Do you have a copy of the site before and after that I could either be given access to or that you could debug on my behalf so I can try to determine what was set originally and why, when and where it's being changed?
I don't really want to release a stable build that causes this issue to occur to thousands of users as it would be an absolute nightmare.
Cheers,
Deciphered.
Comment #11
batigol commentedIn my case this appear when I tried to upgrade drupal 7.4 to 7.12. I did upgrade everything and then decided to add file paths module to sort files in specific order. As I said before I didn't even notice that images in body disappear. I have checked only if file paths put files in correct folder (I have been testing it a lot lately - cause I want to use it on some bigger site).
@kerios83 solution did the trick and now everything is fine. @Deciphered I will ask if I can send you a site database/site code to debug it.
Comment #12
kerios83 commentedI thought this 'bug' is active on clean install. I will test it and let you know. If not I'm sure I got the old database somewhere but you need to move all modules/drupal files (don't remember what version but it's possible it was latest D7.12) on the server cause I don't think I got code backup anymore.
Comment #13
batigol commentedI got this problem again. I have installed commerce module and set image field and manage display to show image via colorbox.
And then I decide to use file field paths module. After set path for commerce product in my beloved module this error aper:
(It aper every time you START to use file paths in your product displays) After edit image field again everything is saved properly but you default image styles you set in manage display are gone. You need to set them again.
Comment #14
decipheredI am marking this as closed as I've never been able to reproduce this issue nor have I been given reproducible steps.
I would recommend that if anyone is still experiencing this issue using the latest dev to open a fresh issue with as much information about how to see the issue.
Comment #15
ozoned commentedRetroactive update resets field display settings.
Steps to reproduce (7.x-1.0-beta4):
1. Change any display settings for field (label, image style, link to, position etc) at any display mode.
2. Run Retroactive Update.
3. Voila, field display settings resets. This issue causing files disappear.
Comment #16
rajmataj commentedI am experiencing something similar which may be related, described in this ticket: https://drupal.org/node/2276435