edit:moved this to its own issue
It seems the image is working when viewing the full page view somehow but in node/edit the file is named as such p16a6qjkfeelfatq1npv1tm7kda4.tmp and therefore cannot show as an image.

Here is the output of of that section on the node/edit page.

<div class="form-item form-type-item" id="edit-field-image">
  <label for="edit-field-image">Image </label>
<img alt="" src="http://mesite.dev/sites/mesite.dev/files/styles/medium/public/image-galleries/p16a6qqg6e1vev1pq0cbg1jvc1i6p3.tmp">
</div>

I found this unresolved issue... Images module, image_create_node_from() and tmp files seems to be exactly the same thing.
I will keep searching around and see what I can find, seems like it shouldn't be too hard to fix once we figure whats causing it.

Another effect of this is makes Views incapable of displaying the images... it doesnt like the .tmp extension.

Edit: Fixing the code above into tags ... also I tested this on the latest release and still have the strange .tmp file name issue... are you not seeing that in your tests?

CommentFileSizeAuthor
#5 use_real_names_2.patch633 bytesBarisW
#4 use_real_names.patch596 bytesBarisW

Comments

Macronomicus’s picture

Issue summary: View changes

updated link to other issue

Samgarr’s picture

Same issue here, any progress?

pyrollo’s picture

No progress, except that I could have some similar behavior. This issue may not be specific to this module. I'll have a look as soon as possible.

BarisW’s picture

Subscribing

BarisW’s picture

Status: Active » Needs review
StatusFileSize
new596 bytes

I'd say this would do it. Please test!

By the way @pyrollo: did you know that you could use Git attribution when applying patches? :)

BarisW’s picture

StatusFileSize
new633 bytes

Little bit better patch.

pyrollo’s picture

@BarisW : Ooops ! So sorry... I must admit I don't know GIT well. I'll try to be more carefull!

BarisW’s picture

No apologies needed ;) I just discovered this possibility and wanted to share it with you.

pyrollo’s picture

Status: Needs review » Fixed
Macronomicus’s picture

Sweet!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

adding code tag and update