All images have disappeared from a post
j.s.senecal - June 23, 2005 - 06:23
| Project: | Image Assist |
| Version: | 4.6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I'm using Mac OS X. I was trying to get large file attachments to work on my website. I tried out several things:
- allowing the authenticated users to send the right file format (mp4) and set the size limit to very very big (though the file I wanted to upload is 4.7 Mo)
- changing the upload dir to some private tmp dir on my personnal account (i.e. /Users/js/tmp)
When I got back to my story, all the images (uploaded with img_assist) have gone. Every image had let its place for the following code:
<div class="image">
<a href="/en/node/"><img src="/files" width="" height="" alt="Rideau de cire" /></a>
<div class="caption"></div>
</div>There were a series of PHP errors that looked like:
getimagesize() [function.getimagesize]: Read error! in /Users/js/Sites/drupal/modules/img_assist/img_assist.module on line 525.and that were reported in the log.
How can I put the pictures back into my page?

#1
By re-adding one of the images to the node seemed to solve the problem.
#2