Image upload broken, HTTP Error 500
-
Hi,
I have seen several posts here, describing more or less the same issue. However, I did not yet find a solution.
So, some images fail to upload correctly, causing an http error. This happens with both the browser uploader and the flash uploader.
Most of the time, ist happens with “bigger” images than 500px width. The uploader stops at/wp-admin/media-upload.php?inline=&upload-page-form=
displaying an error 500.
The image gets uploaded, but wordpress is unable to create thumbnails for it, and it cannot determine the size of the image, which is displayed as being 0x0 pixels.- Running WP 2.8.5.
- My PHP.ini’s memory limit is 40MB.
- PHP version is 4.4.9.
- MySQL version is 4.0.
I have disabled all plugins.
I have tried addingwp_footer();
to my theme.
I have tried adjusting the paths for uploading media to absolute paths, but this does not work, switched back to “wp-content/uploads”.
I have also disabled the mod_security.c via htaccess.Nothing helps. So I suppose that the issue is about PHP5.. Unfortunately I am on a mutualised server.
Any other ideas?
- The topic ‘Image upload broken, HTTP Error 500’ is closed to new replies.