Colour Band within Pictures - Not all Pictures recognized Colour Band within Pictures - Not all Pictures recognized
 

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

Colour Band within Pictures - Not all Pictures recognized

Started by Matti, July 18, 2007, 07:08:15 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Matti

Hello Forum,

Up to April 2007 my Coppermine installation was working fine on the Strato Servers. Since April I am not able to add pictures in a proper way anymore.

When I am doing the batch first of all not all pictures are recognized even that all the names are in the correct format. After a few pics have been added, those pictures have weird colour bands over them. Does anyone has a solution to this issue?

For your assistance the Code from the Batch Search page.

USER:
------------------
Array
(
    [ID] => 079428a4e1e07b1a08ae3e4425cbe7e0
    [am] => 1
    [lang] => german
    [liv] => Array
        (
        )

)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => PhotoGoetz
    [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] => 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
    )

    ==========================
    Queries:
    ------------------
    Array
    (
       
  • => SELECT extension, mime, content, player FROM photofiletypes; (0.002s)
        [1] => delete from `DB124417`.photosessions where time<1184731346 and remember=0; (0.001s)
        [2] => delete from `DB124417`.photosessions where time<1183525346; (0s)
        [3] => select user_id from `DB124417`.photosessions where session_id=md5("d328abd1103dcd4a243d56191a6abbcbbb5784e5acc97315d73faf0ae45051ca"); (0s)
        [4] => select user_id as id, user_password as password from `DB124417`.photousers where user_id=1 (0.001s)
        [5] => SELECT u.user_id AS id, u.user_name AS username, u.user_password AS password, u.user_group+100 AS group_id FROM `DB124417`.photousers AS u INNER JOIN `DB124417`.photousergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0.001s)
        [6] => SELECT user_group_list FROM `DB124417`.photousers AS u WHERE user_id='1' and user_group_list <> ''; (0s)
        [7] => 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 photousergroups WHERE group_id in (1) (0.001s)
        [8] => SELECT group_name FROM  photousergroups WHERE group_id= 1 (0.001s)
        [9] => update `DB124417`.photosessions set time='1184734946' where session_id=md5('d328abd1103dcd4a243d56191a6abbcbbb5784e5acc97315d73faf0ae45051ca'); (0s)
        [10] => SELECT user_favpics FROM photofavpics WHERE user_id = 1 (0.001s)
        [11] => DELETE FROM photobanned WHERE expiry < '2007-07-18 05:02:27' (0.001s)
        [12] => SELECT * FROM photobanned WHERE (ip_addr='70.70.3.2' OR ip_addr='70.70.3.2' OR user_id=1) AND brute_force=0 (0.001s)
        [13] => SELECT aid, title FROM photoalbums WHERE 1 (0.003s)
        [14] => SELECT COUNT(*) FROM photopictures WHERE approved = 'NO' (0.001s)
        [15] => SELECT filepath, filename FROM photopictures WHERE filepath LIKE 'Deutschland/Berlin%' (0.027s)
        [16] => SELECT aid, title FROM photoalbums WHERE category = 0 (0.001s)
        [17] => SELECT DISTINCT a.aid as aid, a.title as title, c.name as cname FROM photoalbums as a, photocategories as c WHERE a.category = c.cid AND a.category < '10000' (0.007s)
        [18] => SELECT aid, CONCAT('(', user_name, ') ', a.title) AS title
                                                            FROM photoalbums AS a
                                                            INNER JOIN `DB124417`.photousers AS u
                                                            ON category = (10000 + 1) AND user_id = 1 ORDER BY title (0.002s)
    )

    ==========================
    GET :
    ------------------
    Array
    (
        [startdir] => Deutschland/Berlin
    )

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

    ==========================
    VERSION INFO :
    ------------------
    PHP version: 4.4.7 - OK
    ------------------
    mySQL version: 4.0.27-log
    ------------------
    Coppermine version: 1.4.12(stable)
    ==========================
    Module: GD
    ------------------
    GD Version: bundled (2.0.28 compatible)
    FreeType Support: 1
    FreeType Linkage: with freetype
    T1Lib Support:
    GIF Read Support: 1
    GIF Create Support: 1
    JPG Support: 1
    PNG Support: 1
    WBMP Support: 1
    XBM Support: 1
    JIS-mapped Japanese Font Support:

    ==========================
    Module: mysql
    ------------------
    MySQL Supportenabled
    Active Persistent Links 0
    Active Links 1
    Client API version 4.0.27
    MYSQL_MODULE_TYPE external
    MYSQL_SOCKET /tmp/mysql.sock
    MYSQL_INCLUDE -I../local/include/mysql
    MYSQL_LIBS -L../local/lib/mysql -lmysqlclient 
    ==========================
    Module: zlib
    ------------------
    ZLib Support enabled
    Compiled Version 1.2.3
    Linked Version 1.2.3
    ==========================
    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 | /opt/RZphp4/includes | /opt/RZphp4/includes
    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 | .:/opt/RZphp4/includes | .:/opt/RZphp4/includes
    open_basedir | no value | no value
    ==========================
    email
    ------------------
    Directive | Local Value | Master Value
    sendmail_from | me@localhost.com | me@localhost.com
    sendmail_path | /usr/lib/sendmail -t -i  | /usr/lib/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 | -1 | -1
    upload_max_filesize | 2M | 2M
    post_max_size | 8M | 8M
    ==========================
    Page generated in 2.539 seconds - 19 queries in 0.051 seconds - Album set : ; Meta set: ;

    Issue can be viewed at http://www.photo-goetz.de/copper

    Regards,
    Matthias

Matti

Hey everyone,

very strange, when I upload pics via the WEBFTP of Strato it works alright again! Only when uploading with WISEFTP it doesn´t! Very strange.

Anyway problem has been solved.

Greetings Matthias