Bug: HTTP Error Uploading Media on WP 3.5.1
-
Hi,
I have a ReadyNAS Duo running Apache and PHP5 5.3.20.
When ever I upload media over 2KB I get a HTTP error.
Troubleshooting and more info can be found at https://www.readynas.com/forum/viewtopic.php?f=36&t=69831
Basically my Apache error log is reporting a PHP Fatal Error as below:
[Sun Mar 03 19:12:22 2013] [error] [client 192.168.1.3] PHP Fatal error: Maximum execution time of 600 seconds exceeded in /c/WordPress/wp-includes/class-wp-image-editor-gd.php on line 162, referer: https://securatrak-wiki.com/wp-admin/media-new.php
Line 162 of class-wp-image-editor-gd.php refers to the follow:
imagecopyresampled( $resized, $this->image, $dst_x, $dst_y, $src_x, $src_y, $dst_w, $dst_h, $src_w, $src_h );
The weird thing is the image is uploaded into my Media Libary if I refresh the page…
It appears to have something to do with resizing the image (possible thumbnail issue)
Any advice would be greatly appreciated!
- The topic ‘Bug: HTTP Error Uploading Media on WP 3.5.1’ is closed to new replies.