btach add only shows "red crosses" btach add only shows "red crosses"
 

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

btach add only shows "red crosses"

Started by drgonzo120, June 15, 2006, 07:27:39 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

drgonzo120

hello,


i migrated my installation and when i trie to batch add files, i only see red crosses on the picture-thumbs, i don't see the pictures ...

any one an idea ??? thanks

Sami

‍I don't answer to PM with support question
Please post your issue to related board

xperience

I've got this problem too - can anyone provide an answer rather than just a link to the docs which I've already read and don't appear to address this issue?

Simon

drgonzo120

is it because i have no GD ???


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

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

        [disk_max] => 0
        [disk_min] => 0
        [can_rate_pictures] => 1
        [can_send_ecards] => 0
        [ufc_max] => 3
        [ufc_min] => 3
        [custom_user_upload] => 0
        [num_file_upload] => 5
        [num_URI_upload] => 3
        [can_post_comments] => 0
        [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 cm_filetypes; (0.001s)
        [1] => select * from cm_plugins order by priority asc; (0s)
        [2] => delete from `coppermine`.cm_sessions where time<1150574165 and remember=0; (0.001s)
        [3] => delete from `coppermine`.cm_sessions where time<1149368165; (0.001s)
        [4] => select user_id from `coppermine`.cm_sessions where session_id=md5("91420c52ceef9d6ce777eecc970c6d2c10d5e871ae65822c8ce32db9eb7ce4e2"); (0.001s)
        [5] => select user_id as id, user_password as password from `coppermine`.cm_users where user_id=1 (0.001s)
        [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 `coppermine`.cm_users AS u INNER JOIN `coppermine`.cm_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0.001s)
        [7] => SELECT user_group_list FROM `coppermine`.cm_users 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 cm_usergroups WHERE group_id in (1) (0.001s)
        [9] => SELECT group_name FROM  cm_usergroups WHERE group_id= 1 (0s)
        [10] => update `coppermine`.cm_sessions set time='1150577765' where session_id=md5('91420c52ceef9d6ce777eecc970c6d2c10d5e871ae65822c8ce32db9eb7ce4e2'); (0.001s)
        [11] => SELECT user_favpics FROM cm_favpics WHERE user_id = 1 (0.001s)
        [12] => DELETE FROM cm_banned WHERE expiry < '2006-06-17 20:56:05' (0.001s)
        [13] => SELECT * FROM cm_banned WHERE (ip_addr='82.146.99.147' OR ip_addr='82.146.99.147' OR user_id=1) AND brute_force=0 (0s)
        [14] => SELECT aid, title FROM cm_albums WHERE 1 (0.002s)
        [15] => SELECT COUNT(*) FROM cm_pictures WHERE approved = 'NO' (0.011s)
        [16] => SELECT filepath, filename FROM cm_pictures WHERE filepath LIKE '200605geengoafeestpicsbyfreakypsytroll%' (0.066s)
        [17] => SELECT aid, title FROM cm_albums WHERE category = 0 (0.001s)
        [18] => SELECT DISTINCT a.aid as aid, a.title as title, c.name as cname FROM cm_albums as a, cm_categories as c WHERE a.category = c.cid AND a.category < '10000' (0.007s)
        [19] => SELECT aid, CONCAT('(', user_name, ') ', a.title) AS title
                                                            FROM cm_albums AS a
                                                            INNER JOIN `coppermine`.cm_users AS u
                                                            ON category = (10000 + 1) AND user_id = 1 ORDER BY title (0.001s)
    )

    ==========================
    GET :
    ------------------
    Array
    (
        [startdir] => 200605geengoafeestpicsbyfreakypsytroll
    )

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

    ==========================
    VERSION INFO :
    ------------------
    PHP version: 4.3.11 - OK
    ------------------
    mySQL version: 3.23.58
    ------------------
    Coppermine version: 1.4.5(stable)
    ==========================
    Module: gd
    ------------------
    module doesn't exist

    ==========================
    Module: mysql
    ------------------
    MySQL Supportenabled
    Active Persistent Links 0
    Active Links 1
    Client API version 3.23.58
    MYSQL_MODULE_TYPE external
    MYSQL_SOCKET /var/lib/mysql/mysql.sock
    MYSQL_INCLUDE -I/usr/include/mysql
    MYSQL_LIBS -L/usr/lib/mysql -lmysqlclient 
    ==========================
    Module: zlib
    ------------------
    ZLib Support enabled
    Compiled Version 1.2.1.2
    Linked Version 1.2.1.2
    ==========================
    Server restrictions (safe mode)?
    ------------------
    Directive | Local Value | Master Value
    safe_mode | Off | On
    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 | .: | .:
    open_basedir | /var/www/vhosts/psychedelic.be/httpdocs:/tmp | 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.233 seconds - 20 queries in 0.098 seconds - Album set : ; Meta set: ;

drgonzo120

configure: error: no acceptable C compiler found in $PATH


will i have to install a c compiler ?


but i have php 4.3.11: i should support GD: i looked in php.ini but couldn't find any flags, is there maybe a way to turn it on? thanks

kegobeer

Contact your host for assistance with PHP configurations.
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