Closed (fixed)
Project:
Flexinode
Version:
master
Component:
flexinode.module (core)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2005 at 23:23 UTC
Updated:
5 Jul 2007 at 12:48 UTC
creating a flexinode with some text, a textarea and an image does not give the expected result.
the image upload does not work.
there seem to be two bugs:
1.) image with "(" in the filename apparently are not accepted
2.) not depending on the filename the images are simply not uploaded.
i applying the latest patch to upload.module did not change the situation.
you may want to check out http://www.bruesselerplatz.de/ for reference.
cheers,
markus
Comments
Comment #1
trta commentedImages/files not uploading,
in addition, I get following warning after submiting new flexinode content
in this function
Comment #2
trta commentedsorry for changing the title..
Comment #3
scroogie commentedThis could be connected to this bug http://drupal.org/node/38924
Comment #4
trta commentedI've already applied field_image.inc patch.. no change..
Neither uploads via upload.module doesnt work.. strange..
tried also with js off - no change..
isnt browser related.. tried in IE6, FF1.5
Comment #5
comx commentedhad the same (didn't tested the image field - i need only files) - the uploaded file was not copied to files directory and the database field was empty.
compared the new field_file.inc with the old one (4.6) and did the following:
field_file.inc on line 34:
changed to:
i suppose its not the right way since there must have been a reason why this was splited into two functions in 4.7, but it works for me.
Comment #6
Bèr Kessels commentedComment #7
scroogie commentedDoes editing entries with files / images work for you? On my installation it wants to upload new files even if I dont choose new files in the file-boxes.
Comment #8
comx commentedthe update didn't work, another fix, works for me:
field_file.inc, after line 33:
this is just for file field, the image field should be similar.
Comment #9
dlr commentedIt can't be similar, though the validate fonction is used to modify node field value, which is not allowed with 4.7 API.
Hope it helps
Comment #10
Bèr Kessels commentedplease provide a real patch. http://Drupal.org/diffandpatch
Comment #11
markus61 commentedconsider this one to be fixed
Comment #12
(not verified) commented