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?
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | use_real_names_2.patch | 633 bytes | BarisW |
| #4 | use_real_names.patch | 596 bytes | BarisW |
Comments
Comment #0.0
Macronomicus commentedupdated link to other issue
Comment #1
Samgarr commentedSame issue here, any progress?
Comment #2
pyrollo commentedNo 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.
Comment #3
BarisW commentedSubscribing
Comment #4
BarisW commentedI'd say this would do it. Please test!
By the way @pyrollo: did you know that you could use Git attribution when applying patches? :)
Comment #5
BarisW commentedLittle bit better patch.
Comment #6
pyrollo commented@BarisW : Ooops ! So sorry... I must admit I don't know GIT well. I'll try to be more carefull!
Comment #7
BarisW commentedNo apologies needed ;) I just discovered this possibility and wanted to share it with you.
Comment #8
pyrollo commentedThis issue is solved by issue #1301288: Several minor improvements and bug fixes.
Comment #9
Macronomicus commentedSweet!
Comment #10.0
(not verified) commentedadding code tag and update