coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upload => Topic started by: wmaster on July 29, 2006, 08:44:52 PM

Title: uploads fail for registered users
Post by: wmaster on July 29, 2006, 08:44:52 PM
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?








Title: Re: uploads fail for registered users
Post by: Nibbler on July 29, 2006, 09:10:01 PM
http://coppermine-gallery.net/manual/index.htm#upload_trouble
Title: Re: uploads fail for registered users
Post by: wmaster on July 30, 2006, 03:27:47 AM
delete
Title: Re: uploads fail for registered users
Post by: wmaster on July 30, 2006, 03:28:07 AM
delete
Title: Re: uploads fail for registered users
Post by: wmaster on July 30, 2006, 03:49:43 AM
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.