Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Can't place photo in Album  (Read 4868 times)

0 Members and 1 Guest are viewing this topic.

jackley

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Can't place photo in Album
« 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
(
   
  • => SELECT extension, mime, content FROM cpg132_filetypes;
  • [1] => SELECT * FROM cpg132_users WHERE user_id='1'AND user_active = 'YES' AND user_password != '' AND BINARY MD5(user_password) = 'b70eb3ffcc5e38e9d802c17a09404439'
        [2] => SELECT MAX(group_quota) as disk_max, MIN(group_quota) as disk_min, MAX(can_rate_pictures) as can_rate_pictures, MAX(can_send_ecards) as can_send_ecards, MAX(upload_form_config) as ufc_max, MIN(upload_form_config) as ufc_min, MAX(custom_user_upload) as custom_user_upload, MAX(num_file_upload) as num_file_upload, MAX(num_URI_upload) as num_URI_upload, MAX(can_post_comments) as can_post_comments, MAX(can_upload_pictures) as can_upload_pictures, MAX(can_create_albums) as can_create_albums, MAX(has_admin_access) as has_admin_access, MIN(pub_upl_need_approval) as pub_upl_need_approval, MIN( priv_upl_need_approval) as  priv_upl_need_approval FROM cpg132_usergroups WHERE group_id in (1)
        [3] => SELECT group_name FROM  cpg132_usergroups WHERE group_id= 1
        [4] => DELETE FROM cpg132_banned WHERE expiry < 1097169697
        [5] => SELECT * FROM cpg132_banned WHERE ip_addr='69.25.132.5' OR ip_addr='69.25.132.5' OR user_id=1
        [6] => SELECT category FROM cpg132_albums WHERE aid='1'
    )

    ==========================
    GET :
    ------------------
    Array
    (
    )

    ==========================
    POST :
    ------------------
    Array
    (
       
[album] => 1
    [title] =>
    [caption] =>
    [keywords] =>
    [control] => phase_2
    [unique_ID] => 49d6448f
)

==========================
VERSION INFO :
------------------
PHP version: 4.3.6 - OK
------------------
mySQL version: 4.0.18-nt
------------------
Coppermine version: 1.3.2
==========================
Module: gd
------------------
GD Support enabled
GD Version bundled (2.0.22 compatible)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
==========================
Module: mysql
------------------
Active Persistent Links 0
Active Links 1
Client API version 3.23.49
==========================
Module: zlib
------------------
ZLib Support enabled
Compiled Version 1.1.4
Linked Version 1.1.4
==========================
Server restrictions (safe mode)?
------------------
Directive | Local Value | Master Value
safe_mode | Off | Off
safe_mode_exec_dir | no value | no value
safe_mode_gid | Off | Off
safe_mode_include_dir | no value | no value
safe_mode_exec_dir | no value | no value
sql.safe_mode | Off | Off
disable_functions | no value | no value
file_uploads | On | On
include_path | .;c:\php4\pear | .;c:\php4\pear
open_basedir | no value | no value
==========================
email
------------------
Directive | Local Value | Master Value
sendmail_from | no value | no value
sendmail_path | no value | no value
SMTP | localhost | localhost
smtp_port | 25 | 25
==========================
Size and Time
------------------
Directive | Local Value | Master Value
max_execution_time | 3000 | 3000
max_input_time | 6000 | 6000
upload_max_filesize | 10000000M | 10000000M
post_max_size | 8M | 8M
==========================
Page generated in 0.163 seconds - 7 queries in 0.082 seconds - Album set :
This is with a freash install.


« Last Edit: October 08, 2004, 01:15:09 am by TranzNDance »
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: Can't place photo in Album
« Reply #1 on: October 07, 2004, 07:32:19 pm »

Have you searched the forums for this problem and tried those fixes yet?
Logged
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

jackley

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: Can't place photo in Album
« Reply #2 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.
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: Can't place photo in Album
« Reply #3 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.
Logged
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

jackley

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: Can't place photo in Album
« Reply #4 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.
Logged

jackley

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: Can't place photo in Album
« Reply #5 on: October 08, 2004, 01:13:56 am »

Its all good, thanks.

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


james
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: Can't place photo in Album
« Reply #6 on: October 08, 2004, 01:15:04 am »

Please post what you did to fix the problem.  That will help others with similar problems.
Logged
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

asasasa

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Re: Can't place photo in Album
« Reply #7 on: December 02, 2004, 03:09:25 pm »

I have same question
How fix it?
thank.
Logged

GayleR

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: Can't place photo in Album
« Reply #8 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! 
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Can't place photo in Album
« Reply #9 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)
Logged
Pages: [1]   Go Up
 

Page created in 0.033 seconds with 20 queries.