By conjurer on
Installed Drupal 6.19, very minimal modules loaded that are not core...when creating new content, I am able to successfully attach a file (uysing the Upload module), and when I preview my page, the file is shown...when I save the new page, the uploaded file is now saved to the proper directory on my file system, but the newly created page does not show the attachment.
On the same server, I am running a different drupal install (6.15) that works fine. I am baffled and can not seem to find anything online...anyone?
Comments
Same here
This problem has been affecting my site too, for ages.
despite trying many things, I haven't been able to sort it.
Any solutions out there?
Check with what permisions is
Check with what permisions is the file writen by the server. Try to get it's filename and try to open the image from the browser to see if it will open correctly. For example http://example.com/files/imagecache/big/file.jpg (if you use imagecache)
I'm having the same problem.
I'm having the same problem. I'm running OpenPublish on a MediaTemple DV (CentOS). I upload a file and it shows up in the preview, but will not show on the node view. I checked permissions and I can access the file directly as a guest.
Duplicate Issue
I have run into the same problem on one of the sites I maintain. When creating new content the upload seems to work and if previewed the uploaded file is shown. However once saved the uploaded file is not shown. If I then edit the content and re-upload the file and then save it shows perfectly. This is a workaround and I would, of course, would like it to work first time.
Any help would be super appreciated.
Similar problem.. uploaded
Similar problem.. uploaded files are being uploaded to the /system/files/ directory instead of the designated sites/default/files..