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: Batch upload, shows no pictures to select  (Read 5595 times)

0 Members and 1 Guest are viewing this topic.

jackjones

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Batch upload, shows no pictures to select
« on: December 09, 2005, 07:24:40 am »

Hi,
i installed Coppermin 1.4.1 on my Suse 9.3 Server.
First there was a problem with ImageMagick. He didn't acceptet the path to ImageMagick, which is: /usr/sbin/ im sure, that the paht is right, because in the Folder /usr/sbin/ are located the files: convert usw...
Okay, so i left it blank, and coppermine automatically choosed gd2, which is installed too.
The permissions are ALL set to 777!
I've uploaded a Folder into /albums/ i named it "car". In this folder i placed some jpeg Files.
Than i clicked Batch upload. But he didn't created any thumbs!!! I can see, whoch picutres are located in the Folder, but i didn't see a preview, and can't choose, which picture i want to add. Of course, i have created a album first!
Ok... i was verry angry and tryed CPG1.3. No way to get in running with ImageMagick... i choosed GD2 and it run!
I can see a preview, and can choose, which picture i want to add.
But i want to use CPG1.4.1
What could it be?
Logged

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: Batch upload, shows no pictures to select
« Reply #1 on: December 09, 2005, 07:27:37 am »

There's no support for 1.4.1, which is beta. Try 1.4.2, the latest stable release.
Logged

jackjones

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: Batch upload, shows no pictures to select
« Reply #2 on: December 09, 2005, 07:41:49 am »

Sorry! It is the 1.4.2 (official download)
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Logged

jackjones

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: Batch upload, shows no pictures to select
« Reply #4 on: December 09, 2005, 02:50:15 pm »

I also attached a screenshot. Maybe now you understand, whats my problem are.

USER:
------------------
Array
(
    [ID] => e227192d66e53b80d25e9ca03cf545d4
    [am] => 1
    [lang] => german
    [liv] => Array
        (
           
  • => 1
  • [1] => 2
            )

       
[uid] => 1
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => Jonas
    [groups] => Array
        (
           
  • => 1

        )

    [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] => 1
    [num_URI_upload] => 1
    [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
)

==========================
Queries:
------------------
Array
(
   
  • => SELECT extension, mime, content, player FROM cpg142filetypes; (0.001s)
  • [1] => select * from cpg142plugins order by priority asc; (0s)
        [2] => delete from `usr_web1_1`.cpg142sessions where time<1134132448 and remember=0; (0s)
        [3] => delete from `usr_web1_1`.cpg142sessions where time<1132926448; (0.001s)
        [4] => select user_id from `usr_web1_1`.cpg142sessions where session_id=md5("5e2cc090cf6e1b0ecf4aa4586dba20433e3b380f5e1a0fc020fab8ec971c58e8"); (0s)
        [5] => select user_id as id, user_password as password from `usr_web1_1`.cpg142users where user_id=1 (0s)
        [6] => SELECT u.user_id AS id, u.user_name AS username, u.user_password AS password, u.user_group+100 AS group_id FROM `usr_web1_1`.cpg142users AS u INNER JOIN `usr_web1_1`.cpg142usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
        [7] => SELECT user_group_list FROM `usr_web1_1`.cpg142users AS u WHERE user_id='1' and user_group_list <> ''; (0s)
        [8] => 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 cpg142usergroups WHERE group_id in (1) (0.001s)
        [9] => SELECT group_name FROM  cpg142usergroups WHERE group_id= 1 (0s)
        [10] => update `usr_web1_1`.cpg142sessions set time='1134136048' where session_id=md5('5e2cc090cf6e1b0ecf4aa4586dba20433e3b380f5e1a0fc020fab8ec971c58e8'); (0s)
        [11] => SELECT user_favpics FROM cpg142favpics WHERE user_id = 1 (0.001s)
        [12] => DELETE FROM cpg142banned WHERE expiry < '2005-12-09 13:47:29' (0s)
        [13] => SELECT * FROM cpg142banned WHERE (ip_addr='84.137.186.158' OR ip_addr='84.137.186.158' OR user_id=1) AND brute_force=0 (0s)
        [14] => SELECT aid, title FROM cpg142albums WHERE 1 (0s)
        [15] => SELECT COUNT(*) FROM cpg142pictures WHERE approved = 'NO' (0s)
    )

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

    ==========================
    POST :
    ------------------
    Array
    (
    )

    ==========================
    VERSION INFO :
    ------------------
    PHP version: 4.3.10 - OK
    ------------------
    mySQL version: 4.1.10a
    ------------------
    Coppermine version: 1.4.2(stable)
    ==========================
    Module: GD
    ------------------
    GD Version: 2.0 or higher
    FreeType Support: 1
    FreeType Linkage: with freetype
    T1Lib Support: 1
    GIF Read Support: 1
    GIF Create Support: 1
    JPG Support: 1
    PNG Support: 1
    WBMP Support: 1
    XBM Support:
    JIS-mapped Japanese Font Support:

    ==========================
    Module: mysql
    ------------------
    MySQL Supportenabled
    Active Persistent Links 0
    Active Links 1
    Client API version 4.1.10a
    MYSQL_MODULE_TYPE none
    MYSQL_SOCKET /var/lib/mysql/mysql.sock
    MYSQL_INCLUDE no value
    MYSQL_LIBS no value
    ==========================
    Module: zlib
    ------------------
    ZLib Support enabled
    Compiled Version 1.2.2
    Linked Version 1.2.2
    ==========================
    Server restrictions (safe mode)?
    ------------------
    Directive | Local Value | Master Value
    safe_mode | On | Off
    safe_mode_exec_dir | /srv/www/empty | no value
    safe_mode_gid | Off | Off
    safe_mode_include_dir | no value | no value
    safe_mode_exec_dir | /srv/www/empty | no value
    sql.safe_mode | Off | Off
    disable_functions | no value | no value
    file_uploads | On | On
    include_path | .: | .:
    open_basedir | /srv/www/web1/:/srv/www/htdocs/phpMyAdmin/:/srv/www/htdocs/confixx/html/gesperrt/ | no value
    ==========================
    email
    ------------------
    Directive | Local Value | Master Value
    sendmail_from | no value | no value
    sendmail_path | /usr/sbin/sendmail -t -i  | /usr/sbin/sendmail -t -i
    SMTP | localhost | localhost
    smtp_port | 25 | 25
    ==========================
    Size and Time
    ------------------
    Directive | Local Value | Master Value
    max_execution_time | 30 | 30
    max_input_time | 60 | 60
    upload_max_filesize | 2M | 2M
    post_max_size | 8M | 8M
    ==========================
    Page generated in 0.401 seconds - 16 queries in 0.004 seconds - Album set : ; Meta set: ;
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: Batch upload, shows no pictures to select
« Reply #5 on: December 09, 2005, 04:09:28 pm »

Your screenshot doesn't show any problems.  Click the OK button to actually see thumbnails of the images.  Or turn off the browsable interface to use the classic batch add interface.

Also follow the troubleshooting steps if you have issues.

http://coppermine-gallery.net/tutorial/uploads/troubleshooting.php
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
Pages: [1]   Go Up
 

Page created in 0.024 seconds with 20 queries.