This happens for Registered users & Admin (admin can batch upload).
Get this error:
QuoteNo file was uploaded !
If you have really selected a file to upload, check that the server allows file uploads...
sandrailsonly.com/coppermine
test/to_make_it_work
Using Coppermine v 1.4.14
Upgraded/installed on host
(FYI: Previously been hacked...multiple times...changed to a more encrypted password)
CHMOD to 777 for Albums/user pics
Debug is on
Permissions to upload is set to REG.
Set Fileupload to 1 for all
URI to 0 for all
Boxes Fixed for all
Image size 640 kb
Thoughts....................................................
http://forum.coppermine-gallery.net/index.php?topic=44713.msg212721#msg212721
http://forum.coppermine-gallery.net/index.php?topic=49459.msg237556#msg237556
Reason for that error message: File uploads are disabled in php.ini or there is a permissions issue.
Solution: Check if there's a problem with HTTP uploads on your server - this feature may have been disabled or improperly configured. In phpinfo(), check that "file_uploads" is ON, "upload_max_filesize" is something like 2M and "upload_tmp_dir" is a valid directory! Make sure to review your file/folder permissions as well.
Server is now looking into these settings....I will post as soon as I receive a response as to what is being corrected.
;D
Success!
Here is what my server administrator had to say:
QuoteAs I understand it was a problem with uploading photos. I have checked it and uploaded successfully. Please try to check it right now. I have increase the "upload_max_filesize" for you.
I tried it and now http uploads work....
Hooray!!!!!