Gallery displaying twice Gallery displaying twice
 

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

Gallery displaying twice

Started by sjpenkacik, March 01, 2006, 10:14:07 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sjpenkacik

Hi everyone, I'm hoping someone here can help me.
My gallery is located at http://www.amtam.com/gallery
We are using version 1.3.5
Recently we upgraded via Fantastico but after reading the information here I undid the installation.
Ever since then I get this error message

Warning: Cannot modify header information - headers already sent by (output started at /home/amtamco/public_html/gallery/index.php:751) in /home/amtamco/public_html/gallery/themes/water_drop/theme.php on line 821

Warning: Cannot modify header information - headers already sent by (output started at /home/amtamco/public_html/gallery/index.php:751) in /home/amtamco/public_html/gallery/themes/water_drop/theme.php on line 822

Warning: Cannot modify header information - headers already sent by (output started at /home/amtamco/public_html/gallery/index.php:751) in /home/amtamco/public_html/gallery/include/functions.inc.php on line 51



In debug mode i'm getting this:
[user_group] => 1
    [user_active] => YES
    [user_name] => admin
    [user_password] => ********
    [user_lastvisit] => 2006-03-01 14:41:51
    [user_regdate] => 2005-06-27 22:40:29
    [user_group_list] =>
    [user_email] =>
    [user_profile3] =>
    [user_profile1] =>
    [user_profile2] =>
    [user_profile4] =>
    [user_actkey] =>
    [user_profile5] =>
    [user_profile6] =>
    [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] => 1
    [priv_upl_need_approval] => 1
    [group_name] => Administrators
    [upload_form_config] => 3
    [group_quota] => 0
    [can_see_all_albums] => 1
    [group_id] => 1
    [groups] => Array
        (
            [1] => 1
        )

)
Could you please tell me how I can fix this please?

Thank you,
Shawnee Penkacik
Amtam.com
==========================
Queries:
------------------
Array
(
   
  • => SELECT extension, mime, content FROM cpg_filetypes;
        [1] => SELECT * FROM cpg_users WHERE user_id='1'AND user_active = 'YES' AND user_password != '' AND BINARY MD5(user_password) = 'f065dcc2396f337ff754b56be70a8008'
        [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 cpg_usergroups WHERE group_id in (1)
        [3] => SELECT group_name FROM  cpg_usergroups WHERE group_id= 1
        [4] => DELETE FROM cpg_banned WHERE expiry < '2006-03-01 16:09:16'
        [5] => SELECT * FROM cpg_banned WHERE ip_addr='68.12.182.156' OR ip_addr='68.12.182.156' OR user_id=1
        [6] => SELECT cid, name, description, thumb FROM cpg_categories WHERE parent = ''  ORDER BY pos
        [7] => SELECT aid FROM cpg_albums as a WHERE category>=10000
        [8] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND category >= 10000
        [9] => SELECT cid, name, description, thumb FROM cpg_categories WHERE parent = '1'  ORDER BY pos
        [10] => SELECT aid FROM cpg_albums WHERE category = 2
        [11] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND category = 2
        [12] => SELECT count(*) FROM cpg_albums as a WHERE category = '2'
        [13] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg_albums as a LEFT JOIN cpg_pictures as p ON a.thumb=p.pid WHERE category=2 ORDER BY a.pos LIMIT 0,5
        [14] => SELECT aid, count(pid) as pic_count, max(pid) as last_pid, max(ctime) as last_upload FROM cpg_pictures WHERE aid IN (1, 2, 22, 28, 35) AND approved = 'YES' GROUP BY aid
        [15] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='18'
        [16] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='690'
        [17] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='591'
        [18] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='751'
        [19] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='811'
        [20] => SELECT cid, name, description, thumb FROM cpg_categories WHERE parent = '2'  ORDER BY pos
        [21] => SELECT aid FROM cpg_albums WHERE category = 3
        [22] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND category = 3
        [23] => SELECT count(*) FROM cpg_albums as a WHERE category = '3'
        [24] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg_albums as a LEFT JOIN cpg_pictures as p ON a.thumb=p.pid WHERE category=3 ORDER BY a.pos LIMIT 0,1
        [25] => SELECT aid, count(pid) as pic_count, max(pid) as last_pid, max(ctime) as last_upload FROM cpg_pictures WHERE aid IN (31) AND approved = 'YES' GROUP BY aid
        [26] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='503'
        [27] => SELECT cid, name, description, thumb FROM cpg_categories WHERE parent = '3'  ORDER BY pos
        [28] => SELECT aid FROM cpg_albums WHERE category = 4
        [29] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND category = 4
        [30] => SELECT count(*) FROM cpg_albums as a WHERE category = '4'
        [31] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg_albums as a LEFT JOIN cpg_pictures as p ON a.thumb=p.pid WHERE category=4 ORDER BY a.pos LIMIT 0,4
        [32] => SELECT aid, count(pid) as pic_count, max(pid) as last_pid, max(ctime) as last_upload FROM cpg_pictures WHERE aid IN (4, 5, 6, 7) AND approved = 'YES' GROUP BY aid
        [33] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='716'
        [34] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='499'
        [35] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='704'
        [36] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='437'
        [37] => SELECT cid, name, description, thumb FROM cpg_categories WHERE parent = '4'  ORDER BY pos
        [38] => SELECT aid FROM cpg_albums WHERE category = 5
        [39] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND category = 5
        [40] => SELECT count(*) FROM cpg_albums as a WHERE category = '5'
        [41] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg_albums as a LEFT JOIN cpg_pictures as p ON a.thumb=p.pid WHERE category=5 ORDER BY a.pos LIMIT 0,12
        [42] => SELECT aid, count(pid) as pic_count, max(pid) as last_pid, max(ctime) as last_upload FROM cpg_pictures WHERE aid IN (8, 9, 10, 11, 13, 25, 26, 24, 27, 14, 16, 33) AND approved = 'YES' GROUP BY aid
        [43] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='452'
        [44] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='625'
        [45] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='611'
        [46] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='615'
        [47] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='632'
        [48] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='634'
        [49] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='692'
        [50] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='765'
        [51] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='699'
        [52] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='606'
        [53] => SELECT cid, name, description, thumb FROM cpg_categories WHERE parent = '5'  ORDER BY pos
        [54] => SELECT aid FROM cpg_albums WHERE category = 6
        [55] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND category = 6
        [56] => SELECT count(*) FROM cpg_albums as a WHERE category = '6'
        [57] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg_albums as a LEFT JOIN cpg_pictures as p ON a.thumb=p.pid WHERE category=6 ORDER BY a.pos LIMIT 0,5
        [58] => SELECT aid, count(pid) as pic_count, max(pid) as last_pid, max(ctime) as last_upload FROM cpg_pictures WHERE aid IN (12, 17, 18, 29, 34) AND approved = 'YES' GROUP BY aid
        [59] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='430'
        [60] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='621'
        [61] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='505'
        [62] => SELECT cid, name, description, thumb FROM cpg_categories WHERE parent = '6'  ORDER BY pos
        [63] => SELECT aid FROM cpg_albums as a WHERE category = '0'
        [64] => SELECT count(*) FROM cpg_albums as a WHERE 1
        [65] => SELECT count(*) FROM cpg_pictures as p LEFT JOIN cpg_albums as a ON a.aid=p.aid WHERE 1
        [66] => SELECT count(*) FROM cpg_comments as c LEFT JOIN cpg_pictures as p ON c.pid=p.pid LEFT JOIN cpg_albums as a ON a.aid=p.aid WHERE 1
        [67] => SELECT count(*) FROM cpg_categories WHERE 1
        [68] => SELECT sum(hits) FROM cpg_pictures as p LEFT JOIN cpg_albums as a ON p.aid=a.aid WHERE 1
        [69] => SELECT count(*) FROM cpg_albums as a WHERE category = '0'
        [70] => SELECT COUNT(*) from cpg_pictures WHERE approved = 'YES'
        [71] => SELECT pid, filepath, filename, url_prefix, filesize, pwidth, pheight, ctime, aid, aid FROM cpg_pictures WHERE approved = 'YES'  ORDER BY RAND() LIMIT 8
        [72] => SELECT COUNT(*) from cpg_pictures WHERE approved = 'YES'
        [73] => SELECT pid, filepath, filename, url_prefix, filesize, pwidth, pheight, ctime, aid,title, caption, owner_id, owner_name, aid FROM cpg_pictures WHERE approved = 'YES'  ORDER BY pid DESC  LIMIT 0 ,8
    )

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

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

    ==========================
    VERSION INFO :
    ------------------
    PHP version: 4.3.11 - OK
    ------------------
    mySQL version: 4.1.15
    ------------------
    Coppermine version: 1.3.5
    ==========================
    Module: gd
    ------------------
    GD Support enabled
    GD Version bundled (2.0.28 compatible)
    FreeType Support enabled
    FreeType Linkage with freetype
    GIF Read Support enabled
    GIF Create Support enabled
    JPG Support enabled
    PNG Support enabled
    WBMP Support enabled
    XBM Support enabled
    ==========================
    Module: mysql
    ------------------
    Active Persistent Links 3
    Active Links 4
    Client API version 4.1.13
    MYSQL_MODULE_TYPE external
    MYSQL_SOCKET /var/lib/mysql/mysql.sock
    MYSQL_INCLUDE -I/usr/include/mysql
    MYSQL_LIBS -L/usr/lib -lmysqlclient 
    ==========================
    Module: zlib
    ------------------
    ZLib Support enabled
    Compiled Version 1.1.4
    Linked Version 1.1.4
    ==========================
    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 | 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 | .:/usr/lib/php:/usr/local/lib/php | .:/usr/lib/php:/usr/local/lib/php
    open_basedir | no value | 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.402 seconds - 74 queries in 0.196 seconds - Album set :


sjpenkacik

Is their a patch available to upgrade? I wasn't able to find a link. Please advise.
Thank you for your help!

Shawnee Penkacik
Amtam.com


sjpenkacik

#4
Hi Nibbler I have taken you advice and upgraded by now I can't login? I have tried as several of our admin users and none of them are working I know I have the correct user name and password. Please advise and thank you for your help!
URL is http://www.amtam.com/gallery

user name is admin
password is twit359


Thank you,
Shawnee Penkacik

Amtam.com

sjpenkacik

Thanks everyone for your help this has been resolved  :) I really appreciate the helpful advice and support I got here. You guys are the best!!
The problem was a corrupted database. Once I went back to our original from a back up a few months ago I was good to go.


Thanks again,
Shawnee Penkacik
Amtam.com

Joachim Müller

never post an admin account! I logged in using that account, and changed the password (sent you a PM that contains the new password). This is a no-no, I could have used the admin account to ruin your entire site.