No pictures uploaded. No pictures uploaded.
 

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

Main Menu

No pictures uploaded.

Started by xfwayne, August 11, 2005, 09:32:35 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

xfwayne

After uploading, Coppermine stated that the upload was complete.  However, when viewing it and typing in additional information, the thumbnail did not show up.  Also, when going into the gallery, the picture did not exist.

I looked around here but no one else seems to be having exactly the same problem as mine. I wonder if this is just a minor issue as someone who doesn't even know HTML!  :o

after uploading:

1 uploads were successful.

after entering information:

Please click 'Continue' to add the files to albums.

The previous file could not be placed.

You have successfully placed all the files.

Partners in Serving the Hmong,


xfwayne

http://www.hmongvillage.com


xfwayne

Thanks, nibbler.

Here is my error message:

Critical error   

The file 'albums/userpics/10003/bonzai.gif' can't be inserted in the album

Error executing ImageMagick - Return value: 127


Cmd line :
/usr/X11R6/bin/convertconvert -quality 80 -antialias -geometry 100x82 'albums/userpics/10003/bonzai.gif' 'albums/userpics/10003/thumb_bonzai.gif'



The convert program said:
sh: /usr/X11R6/bin/convertconvert: No such file or directory



File: /hsphere/local/home/villagec/hmongvillage.com/coppermine/db_input.php - Line: 305
Partners in Serving the Hmong,


xfwayne

http://www.hmongvillage.com

xfwayne

Here is the Debug Info:

USER:
------------------
Array
(
    [ID] => 416fd62b42bfa02e9e6e6c7e310e5c45
    [am] => 1
)

==========================
USER DATA:
------------------
Array

==========================
Queries:
------------------
Array
(
   
  • => SELECT extension, mime, content FROM cpg133_filetypes;
        [1] => SELECT * FROM cpg133_users WHERE user_id='3'AND user_active = 'YES' AND user_password != '' AND BINARY MD5(user_password) = 'a45f4f738c1ba8bdc120afb35cb65d8d'
        [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 cpg133_usergroups WHERE group_id in (2)
        [3] => SELECT group_name FROM  cpg133_usergroups WHERE group_id= 2
        [4] => DELETE FROM cpg133_banned WHERE expiry < '2005-08-15 09:46:01'
        [5] => SELECT * FROM cpg133_banned WHERE ip_addr='71.1.98.73' OR ip_addr='71.1.98.73' OR user_id=3
        [6] => SELECT aid FROM cpg133_albums WHERE visibility != '0' AND visibility !='10003' AND visibility NOT IN (2)
        [7] => SELECT category FROM cpg133_albums WHERE aid='4' and (uploads = 'YES' OR category = '10003')
    )

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

    ==========================
    POST :
    ------------------
    Array
    (
        [album] => 4
        [MAX_FILE_SIZE] => 1048576
        [title] => bonzai
        [caption] => bonzai
        [keywords] => bonzai
        [event] => picture
    )

    ==========================
    Page generated in 0.216 seconds - 8 queries in 0.054 seconds - Album set :
Partners in Serving the Hmong,


xfwayne

http://www.hmongvillage.com

Nibbler

Quote from: xfwayne on August 15, 2005, 04:46:53 PM
Cmd line :
/usr/X11R6/bin/convertconvert

Read the error message instead of blindly posting it. Unless you actually have IM installed as convertconvert you need to adjust the path in config so that it is an actual path.