Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Error - Internal error, could not move the file.
Hi,
Great plugin but am having trouble on my live box. The plugin works no problem locally on a similar setup (images upload with no issue) but when I move my code to the live box I get the following error:
File upload failed. Reason:
(IMG_4903.jpg) Internal error, could not move the file.
I have checked permissions and set everything to 777 for testing and have changed owners of the folders Uploads and FileUploads.
I can see what the issue is - any help would be appreciated.
I am running PHP 5.2.1 on the live box (CentOS 5) and PHP 5.2.13 locally (MAMP Pro on 10.6.6)
Thanks
Great plugin but am having trouble on my live box. The plugin works no problem locally on a similar setup (images upload with no issue) but when I move my code to the live box I get the following error:
File upload failed. Reason:
(IMG_4903.jpg) Internal error, could not move the file.
I have checked permissions and set everything to 777 for testing and have changed owners of the folders Uploads and FileUploads.
I can see what the issue is - any help would be appreciated.
I am running PHP 5.2.1 on the live box (CentOS 5) and PHP 5.2.13 locally (MAMP Pro on 10.6.6)
Thanks
Tagged:
0
Comments
On unix run the following command from the forum root folder:
chmod -R 777 uploads
Worked for me!
Now I gotta get the image resampling working - it's showing full size on upload for large image...ah well one problem solved!
Thanks again for your tip