Uploading images fails — Read error in image.php
-
Dear all,
I am getting the following error lines, not documented in the sticky:
Warning: getimagesize() [function.getimagesize]: Read error! in
/home.10.16/myblog/www/blog/wp-admin/includes/image.php on line 143
>
Warning: getimagesize() [function.getimagesize]: Read error! in
/home.10.16/myblog/www/blog/wp-admin/includes/image.php on line 17
>
Warning: imageantialias(): supplied argument is not a valid Image resource
in /home.10.16/myblog/www/blog/wp-admin/includes/image.php on line 44
>
Warning: getimagesize() [function.getimagesize]: Read error! in
/home.10.16/myblog/www/blog/wp-admin/includes/image.php on line 46
>
Warning: Division by zero in
/home.10.16/myblog/www/blog/wp-admin/includes/image.php on line 64
>
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid
image dimensions in
/home.10.16/myblog/www/blog/wp-admin/includes/image.php on line 68
>
Warning: Cannot modify header information – headers already sent by (output
started at /home.10.16/myblog/www/blog/wp-admin/includes/image.php:143) in
/home.10.16/myblog/www/blog/wp-includes/pluggable.php on line 390It seems the first error is causing the others. It happens with all images.
Line 143 in image.php reads:
$imagesize = getimagesize($file);
Any idea what’s wrong here?
- The topic ‘Uploading images fails — Read error in image.php’ is closed to new replies.