Ok, so I dug around and noticed the following:
1) When the admin uploads a file to a public photo album, it works
2) When a registered user uploads a file to a public photo album, it looks like this:
User click upload file
User browses file
User clicks continue
Message: 1 uploads were successful
User clicks continue
User see's the correct thumbnail, chooses the public album, fills in the details and hits CONTINUE
User sees error:
"The previous file could not be placed.
You have successfully placed all the files. "
If I look at the properties of the public album:
Album can be viewed by : Everybody (public album)
Visitors can upload files * Yes
Visitors can post comments * Yes
Visitors can rate files * Yes
Under the GROUP persmission, registered users ARE allowed to upload to public albums and do not require approval.
I also did a recursive chmod 777 on all files and directories under the photo album.
Running Apache2 and PHP 4.4.2
Any ideas? Where else can I dig?
http://coppermine-gallery.net/manual/index.htm#upload_trouble
delete
delete
I did another recursive chgrp, recursive chown, and recursive chmod 777 and that cleared things up.
But I fear it will self break again. Will go do a bunch of tests and come back if I find anything.