Tagged: photos
I have WordPress 4.1 and Enfold 3.0.4. I have been running into a problem where some photos load and others do not. They are all less than 32 MB in size and I receive the following error: “An error occurred in the upload. Please try again later.” Despite coming back later – multiple time over a one week period – the results are the same. I cannot complete my site as a result and I have had an “Under Construction” disclaimer on it since January 2. How can I resolve this issue?
Many thanks for your help!
Hey karlgrass!
Thank you for using Enfold.
There’s a maximum upload size on the Media panel. Try to increase it. Refer to this link how: http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/
Best regards,
Ismael
Thank you for your reply. I do not see how increasing the maximum file size for uploading will be useful. The files I am attempting to load are already well below the 32MB limit currently in place.
Hey!
Please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_Permissions
and disable CSS minifying feature and flush cache after making styling changes
Best regards,
Yigit
Update: Despite the information on the upload screen (maximum upload of 32MB) in the media library the php setting was actually set at 2MB. Changing the setting resolved the issue.
Thanks Isamael!