Thanks for the tips.
In the end it turned out to be the permissions on the tmp file.
In my php.ini file, the upload_tmp_dir = /tmp
but apache did not have write permissions.
chmod 777 /tmp
and it works!
Search found 3 matches
- Wed Feb 25, 2009 9:43 pm
- Forum: CMSMS Core
- Topic: Solved : Image Manager - File could not be uploaded
- Replies: 4
- Views: 1685
- Thu Feb 12, 2009 9:25 am
- Forum: CMSMS Core
- Topic: Solved : Image Manager - File could not be uploaded
- Replies: 4
- Views: 1685
Re: Image Manager - File could not be uploaded
Thank-you for taking the time to reply. I had not thought of trying the File Manager. I have tried that now. I tried to upload an image file (jpg) and non-image file (pdf). Both times I get the same "filename failed to upload successfully" error message. I can use the File Manager to creat...
- Thu Feb 12, 2009 12:21 am
- Forum: CMSMS Core
- Topic: Solved : Image Manager - File could not be uploaded
- Replies: 4
- Views: 1685
Solved : Image Manager - File could not be uploaded
Hello, grateful for any help on the following: I am using CMS Made Simple 1.5.2 "Caguas", PHP Version 5.1.6, MySQL version 5.0.45, Apache version 2.2.3, on CentOS 5.2 I am trying to use the Image Manager to upload image files. I can use it successfully to create new folders. When I upload ...