coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: jackley on October 07, 2004, 07:25:43 PM

Title: Can't place photo in Album
Post by: jackley on October 07, 2004, 07:25:43 PM
I can upload with no problem, but once I get to the "Please place the files in albums at this time. You may also enter relevant information about each file now." I click continue and end up with

"The previous file could not be placed.

You have successfully placed all the files. "

I also get this at the top of the page.
Warning: rename(./albums/edit/mHTTP_temp_088de334.jpg,albums/userpics/10001/rearsproket.jpg): Permission denied in *.....\upload.php on line 2226

Warning: unlink(./albums/edit/preview_d858a61d.jpg): Permission denied in *.....\upload.php on line 2258

I can see the photos in albums\edit\ but nothing in the albums\userpics\10001.

Help.


james

Here's the code from debug mode in case that helps. 
USER:
------------------
Array
(
    [ID] => 5b83f77ecb4bfe97bfab18cd93348035
    [am] => 1
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_group] => 1
    [user_active] => YES
    [user_name] => jackley
    [user_password] => ********
    [user_lastvisit] => 2004-10-07 11:17:06
    [user_regdate] => 2004-10-06 20:28:08
    [user_group_list] =>
    [user_email] =>
    [user_website] =>
    [user_location] =>
    [user_interests] =>
    [user_occupation] =>
    [user_actkey] =>
    [disk_max] => 0
    [disk_min] => 0
    [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [ufc_max] => 3
    [ufc_min] => 3
    [custom_user_upload] => 0
    [num_file_upload] => 5
    [num_URI_upload] => 3
    [can_post_comments] => 1
    [can_upload_pictures] => 1
    [can_create_albums] => 1
    [has_admin_access] => 1
    [pub_upl_need_approval] => 0
    [priv_upl_need_approval] => 0
    [group_name] => Administrators
    [upload_form_config] => 3
    [group_quota] => 0
    [can_see_all_albums] => 1
    [group_id] => 1
    [groups] => Array
        (
            [1] => 1
        )

)

==========================
Queries:
------------------
Array
(
   
Title: Re: Can't place photo in Album
Post by: kegobeer on October 07, 2004, 07:32:19 PM
Have you searched the forums for this problem and tried those fixes yet?
Title: Re: Can't place photo in Album
Post by: jackley on October 07, 2004, 08:12:08 PM
I did a fair amount of searching but couldn't find anything.  I mainly found problems with uploading and directory permission problems.  As far as I can tell, all the directories that need to be 777 are.  And, the files actually get uploaded so that not exactly the problem, its just when the try to get moved to thier final resting place.
Title: Re: Can't place photo in Album
Post by: kegobeer on October 07, 2004, 08:37:51 PM
Try deleting the edit folder and creating a new one.  Make sure it's permissions are 777.
Title: Re: Can't place photo in Album
Post by: jackley on October 07, 2004, 09:01:51 PM
Deleted and tried and still the same. 

Not sure if this helps or not, but it does seem that the edit folder is working properly, i can see the pics getting added there, both the large and the thumb version.
Title: Re: Can't place photo in Album
Post by: jackley on October 08, 2004, 01:13:56 AM
Its all good, thanks.

I love this album, way better than anything else out there.


james
Title: Re: Can't place photo in Album
Post by: kegobeer on October 08, 2004, 01:15:04 AM
Please post what you did to fix the problem.  That will help others with similar problems.
Title: Re: Can't place photo in Album
Post by: asasasa on December 02, 2004, 03:09:25 PM
I have same question
How fix it?
thank.
Title: Re: Can't place photo in Album
Post by: GayleR on July 08, 2005, 07:04:10 AM
ok I have searched and searched and searched this forum and cannot find an asnwer to this problem. I have the exact same problem..gallery was working fine and all of a sudden it stopped and i get this message:

Warning: rename(./albums/edit/mHTTP_temp_fc4c7ded.jpg,albums/userpics/10001/Generations.jpg): Permission denied in /home/gayler/public_html/cpg133/upload.php on line 2229

I have CHECKED all my permissions they are ALL at 777. I have deleted and remade the edit folder and ITS permissions are at 777 (the whole entire albums folder and all subfolders and files are set to 777.

Could SOMEONE PLEASE answer this question with something other than "do a search" or "check your permissions"?

Thank you! 
Title: Re: Can't place photo in Album
Post by: Joachim Müller on July 08, 2005, 07:15:21 AM
probably an ownership issue: make sure that the edit folder is owned by a user that is allowed to have write access (i.e. the user the webserver runs under). Use CHOWN to change ownership. If you can't, ask your webhost for support.
Or you could try renaming the edit folder to edit_old and create a new edit folder.
Once you fixed this issue, upgrade to the most recent stable release (cpg1.3.3)