coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: auskariukas on September 03, 2005, 01:22:38 PM

Title: Problem with new photo upload
Post by: auskariukas on September 03, 2005, 01:22:38 PM
Hi,
I have photo galery now long:
http://www.auskariukas.tinklapiai.lt/galerija/index.php
But today have now problem with new photo upload.
I upload new photo ant I have info:
"1 uploads were successful.

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

I click "continue" and, but photo dont show. OK I now want new photo insert i album, but :
"The previous file could not be placed.

You have successfully placed all the files. "

I click "continue" but my new photo, not placed in album.
Title: Re: Problem with new photo upload
Post by: Joachim Müller on September 03, 2005, 01:29:19 PM
http://coppermine-gallery.net/tutorial/uploads/troubleshooting.php
Title: Re: Problem with new photo upload
Post by: auskariukas on September 03, 2005, 01:31:33 PM
OK. I have make this :)

USER:
------------------
Array
(
    [ID] => 31d9e02f1a76aaa571aa6ae1d4f49568
    [am] => 1
    [liv] => Array
        (
           
Title: Re: Problem with new photo upload
Post by: auskariukas on September 04, 2005, 01:45:10 PM
Chmmm I have swich "single file upload only"  in config with "GD" :

PHP running on your server does not support the GD image library, check with your webhost if ImageMagick is installed

File: /home/tomasr/public_html/galerija/include/picmgmt.inc.php - Line: 203




Now I change config "ImageMagic":

The file 'albums/userpics/zuvedra.JPG' can't be inserted in the album
Error executing ImageMagick - Return value: 127
Cmd line :
convert -quality 100 -antialias -geometry 146x100 'albums/userpics/zuvedra.JPG' 'albums/userpics/thumb_zuvedra.JPG'
The convert program said:
sh: convert: command not found
File: /home/tomasr/public_html/galerija/db_input.php - Line: 304
Title: Re: Problem with new photo upload
Post by: kegobeer on September 04, 2005, 05:50:16 PM
You don't have GD or ImageMagick installed.  You must have GD1/2 (GD2 recommended) or ImageMagick to use Coppermine.  Ask your host for assistance.
Title: Re: Problem with new photo upload
Post by: Joachim Müller on September 04, 2005, 11:13:22 PM
http://coppermine.sourceforge.net/faq.php#MinimumRequirements
Title: Re: Problem with new photo upload
Post by: HEki on September 07, 2005, 12:40:08 PM
USER:
------------------
Array
(
    [ID] => 0392a15b5c999facd3c5f3f32f739014
    [am] => 1
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_group] => 1
    [user_active] => YES
    [user_name] => HEki
    [user_password] => ********
    [user_lastvisit] => 2005-09-07 03:27:33
    [user_regdate] => 2005-08-14 13:12:32
    [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] => 0
    [ufc_min] => 0
    [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] => 0
    [group_quota] => 0
    [can_see_all_albums] => 1
    [group_id] => 1
    [groups] => Array
        (
            [1] => 1
        )

)

==========================
Queries:
------------------
Array
(
   
Title: Re: Problem with new photo upload
Post by: kegobeer on September 07, 2005, 02:32:02 PM
ImageMagick is not properly installed or not installed at all.  Switch to GD2 - contact your host about the location of ImageMagick binaries.

Please search before posting.