image upload error message
Permalink
I hve been trying to upload images to concrete5 but I keep getting this error:
An unknown error occurred while uploading the file. Please check that file uploads are enabled, and that your file does not exceed the size of the post_max_size or upload_max_file size variables.
I'm not sure why I'm getting it the file size is less then 1 MB. Any ideas?
An unknown error occurred while uploading the file. Please check that file uploads are enabled, and that your file does not exceed the size of the post_max_size or upload_max_file size variables.
I'm not sure why I'm getting it the file size is less then 1 MB. Any ideas?
your files folder permissions may not be set properly.
looks like they are supposed to be 775
Where would I see the folder permission, to check and see if it is set at 775?
your ftp client should have a get info button in on a remote server. Otherwise the finder should have that ability.
This is a PHP settings issue. Solution e.g. here:
http://www.concrete5.org/community/forums/installation/solved-uploa...
http://www.concrete5.org/community/forums/installation/solved-uploa...
Make sure your folder permission is 755 and increase the size of post_max_size,upload_max_filesize of your server.
Thanks for all of the help. I called Westhost and talked with a tech. I able to get him to login to concrete5 and we went through the problem. He was able to see what was going on and created a tmp_upload_folder (somewhere I'm sure where or what folder). But that was the fix for me.
He did create and edit the php.ini file.
Thanks again for the input
He did create and edit the php.ini file.
Thanks again for the input