uploads fail for registered users uploads fail for registered users
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

uploads fail for registered users

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

Previous topic - Next topic

0 Members and 3 Guests 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.