uploads fail for registered users uploads fail for registered users
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

uploads fail for registered users

Started by wmaster, July 29, 2006, 08:44:52 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wmaster

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?










wmaster

#2
delete

wmaster

#3
delete

wmaster

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.