Error uploading images (but the images are at the server!)
-
Hello!
I have a huge problem with images with a size greater 1MB in my website and I really need some help.
If I try to upload an image with a size greater 1MB in my Media Library I get a generic error without any info: “An error ocurred in the upload. Please try again later”
The surprising thing is that if I go to the “uploads” directory through my FTP, the image is in there but I can’t work with it from WordPress.I already try (without success) to:
– Deactivate all my plugins
– Reinstall WordPress
– Increase memory limit with aphp.ini
anduser.ini
(I have a limit of 64M in:upload_max_filesize
; and 128M inmemory_limit
)
– Put at wp-config.php:define('WP_MEMORY_LIMIT', '128M');
– Put at my functions.php:@ini_set( 'upload_max_size' , '64M' ); @ini_set( 'post_max_size', '64M'); @ini_set( 'max_execution_time', '300' );
Any help, please?
- The topic ‘Error uploading images (but the images are at the server!)’ is closed to new replies.