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: Images not showing  (Read 2665 times)

0 Members and 1 Guest are viewing this topic.

idolbloglive

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Images not showing
« on: February 28, 2009, 10:17:00 pm »

All of a sudden images in my coppermine gallery aren't showing anymore. No changes have been made to my install or server in months and months. I checked for the .htaccess for anything rougue. nothing there.

any thoughts. included the debug info :)

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

)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => brent
    [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] => 10
    [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 cpg11d_filetypes; (0s)
  • [1] => select * from cpg11d_plugins order by priority asc; (0s)
        [2] => delete from `djslim_blogs`.cpg11d_sessions where time<1235851704 and remember=0; (0s)
        [3] => delete from `djslim_blogs`.cpg11d_sessions where time<1234645704; (0s)
        [4] => select user_id from `djslim_blogs`.cpg11d_sessions where session_id=md5("f1c6741bd116f4da6ca50eda5b835ba8974ea5ca7f53c1b36b78e65a958a0de8"); (0s)
        [5] => select user_id as id, user_password as password from `djslim_blogs`.cpg11d_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 `djslim_blogs`.cpg11d_users AS u INNER JOIN `djslim_blogs`.cpg11d_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
        [7] => SELECT user_group_list FROM `djslim_blogs`.cpg11d_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 cpg11d_usergroups WHERE group_id in (1) (0s)
        [9] => SELECT group_name FROM  cpg11d_usergroups WHERE group_id= 1 (0s)
        [10] => update `djslim_blogs`.cpg11d_sessions set time='1235855304' where session_id=md5('f1c6741bd116f4da6ca50eda5b835ba8974ea5ca7f53c1b36b78e65a958a0de8'); (0s)
        [11] => SELECT user_favpics FROM cpg11d_favpics WHERE user_id = 1 (0s)
        [12] => DELETE FROM cpg11d_banned WHERE expiry < '2009-02-28 21:08:24' (0s)
        [13] => SELECT * FROM cpg11d_banned WHERE (ip_addr='74.67.82.83' OR ip_addr='74.67.82.83' OR user_id=1) AND brute_force=0 (0s)
        [14] => SELECT cid, name, description, thumb FROM cpg11d_categories WHERE parent = '0'  ORDER BY pos (0s)
        [15] => SELECT aid FROM cpg11d_albums as a WHERE category>=10000 (0s)
        [16] => SELECT count(*) FROM cpg11d_pictures as p, cpg11d_albums as a WHERE p.aid = a.aid AND approved='YES' AND category >= 10000 (0s)
        [17] => SELECT cid, name, description, thumb FROM cpg11d_categories WHERE parent = '1'  ORDER BY pos (0s)
        [18] => SELECT aid FROM cpg11d_albums WHERE category = 6 (0s)
        [19] => SELECT count(*) FROM cpg11d_pictures as p, cpg11d_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 6 (0s)
        [20] => SELECT count(*) FROM cpg11d_albums as a WHERE category = '6' (0s)
        [21] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg11d_albums as a LEFT JOIN cpg11d_pictures as p ON a.thumb=p.pid WHERE category=6 ORDER BY a.pos LIMIT 0,29 (0.001s)
        [22] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg11d_albums AS a  LEFT JOIN cpg11d_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (12, 19, 31, 77, 76, 73, 75, 74, 72, 68, 60, 56, 51, 52, 30, 29, 20, 32, 61, 22, 37, 40, 26, 81, 65, 83, 84, 85, 86)GROUP BY a.aid (0s)
        [23] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg11d_pictures WHERE pid='8211' (0s)
        [24] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg11d_pictures WHERE pid='7893' (0s)
        [25] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg11d_pictures WHERE pid='7922' (0s)
        [26] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg11d_pictures WHERE pid='7885' (0s)
        [27] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg11d_pictures WHERE pid='7533' (0s)
        [28] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg11d_pictures WHERE pid='5647' (0s)
        [29] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg11d_pictures WHERE pid='8312' (0s)
        [30] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg11d_pictures WHERE pid='7426' (0s)
        [31] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg11d_pictures WHERE pid='8424' (0s)
        [32] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg11d_pictures WHERE pid='8437' (0s)
        [33] => SELECT cid, name, description, thumb FROM cpg11d_categories WHERE parent = '6'  ORDER BY pos (0s)
        [34] => SELECT aid FROM cpg11d_albums WHERE category = 2 (0s)
        [35] => SELECT count(*) FROM cpg11d_pictures as p, cpg11d_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 2 (0s)
        [36] => SELECT count(*) FROM cpg11d_albums as a WHERE category = '2' (0s)
        [37] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg11d_albums as a LEFT JOIN cpg11d_pictures as p ON a.thumb=p.pid WHERE category=2 ORDER BY a.pos LIMIT 0,12 (0s)
        [38] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg11d_albums AS a  LEFT JOIN cpg11d_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (79, 67, 66, 64, 58, 57, 35, 46, 47, 54, 55, 82)GROUP BY a.aid (0s)
        [39] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg11d_pictures WHERE pid='7495' (0s)
        [40] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg11d_pictures WHERE pid='5571' (0s)
        [41] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg11d_pictures WHERE pid='8326' (0s)
        [42] => SELECT cid, name, description, thumb FROM cpg11d_categories WHERE parent = '2'  ORDER BY pos (0s)
        [43] => SELECT aid FROM cpg11d_albums WHERE category = 8 (0s)
        [44] => SELECT count(*) FROM cpg11d_pictures as p, cpg11d_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 8 (0s)
        [45] => SELECT count(*) FROM cpg11d_albums as a WHERE category = '8' (0s)
        [46] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg11d_albums as a LEFT JOIN cpg11d_pictures as p ON a.thumb=p.pid WHERE category=8 ORDER BY a.pos LIMIT 0,3 (0s)
        [47] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg11d_albums AS a  LEFT JOIN cpg11d_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (14, 38, 41)GROUP BY a.aid (0s)
        [48] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg11d_pictures WHERE pid='3130' (0s)
        [49] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg11d_pictures WHERE pid='3312' (0s)
        [50] => SELECT cid, name, description, thumb FROM cpg11d_categories WHERE parent = '8'  ORDER BY pos (0s)
        [51] => SELECT aid FROM cpg11d_albums WHERE category = 9 (0s)
        [52] => SELECT count(*) FROM cpg11d_pictures as p, cpg11d_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 9 (0s)
        [53] => SELECT count(*) FROM cpg11d_albums as a WHERE category = '9' (0s)
        [54] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg11d_albums as a LEFT JOIN cpg11d_pictures as p ON a.thumb=p.pid WHERE category=9 ORDER BY a.pos LIMIT 0,1 (0s)
        [55] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg11d_albums AS a  LEFT JOIN cpg11d_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (62)GROUP BY a.aid (0s)
        [56] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg11d_pictures WHERE pid='7188' (0s)
        [57] => SELECT cid, name, description, thumb FROM cpg11d_categories WHERE parent = '9'  ORDER BY pos (0s)
        [58] => SELECT aid FROM cpg11d_albums WHERE category = 5 (0s)
        [59] => SELECT count(*) FROM cpg11d_pictures as p, cpg11d_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 5 (0s)
        [60] => SELECT count(*) FROM cpg11d_albums as a WHERE category = '5' (0s)
        [61] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg11d_albums as a LEFT JOIN cpg11d_pictures as p ON a.thumb=p.pid WHERE category=5 ORDER BY a.pos LIMIT 0,1 (0s)
        [62] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg11d_albums AS a  LEFT JOIN cpg11d_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (28)GROUP BY a.aid (0s)
        [63] => SELECT cid, name, description, thumb FROM cpg11d_categories WHERE parent = '5'  ORDER BY pos (0s)
        [64] => SELECT aid FROM cpg11d_albums as a WHERE category = '0' (0s)
        [65] => SELECT count(*) FROM cpg11d_albums as a WHERE 1 (0s)
        [66] => SELECT count(*) FROM cpg11d_pictures as p LEFT JOIN cpg11d_albums as a ON a.aid=p.aid WHERE 1 AND approved='YES' (0s)
        [67] => SELECT count(*) FROM cpg11d_comments as c LEFT JOIN cpg11d_pictures as p ON c.pid=p.pid LEFT JOIN cpg11d_albums as a ON a.aid=p.aid WHERE 1 (0s)
        [68] => SELECT count(*) FROM cpg11d_categories WHERE 1 (0s)
        [69] => SELECT sum(hits) FROM cpg11d_pictures as p LEFT JOIN cpg11d_albums as a ON p.aid=a.aid WHERE 1 (0s)
        [70] => SELECT COUNT(*) FROM cpg11d_pictures WHERE approved = 'NO' (0s)
        [71] => SELECT count(*) FROM cpg11d_albums as a WHERE category = '0' (0s)
        [72] => SELECT COUNT(*) from cpg11d_pictures WHERE approved = 'YES' and hits > 0  (0s)
        [73] => SELECT *, UNIX_TIMESTAMP(mtime) as mtime FROM cpg11d_pictures WHERE approved = 'YES' and hits > 0  ORDER BY mtime DESC  LIMIT 0 ,12 (0.001s)
        [74] => SELECT COUNT(*) from cpg11d_pictures WHERE approved = 'YES' AND hits > 0    (0s)
        [75] => SELECT * FROM cpg11d_pictures WHERE approved = 'YES'AND hits > 0   ORDER BY hits DESC, filename   LIMIT 0 ,20 (0.001s)
    )

    ==========================
    GET :
    ------------------
    Array
    (
       
[cat] => 0
)

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

==========================
VERSION INFO :
------------------
PHP version: 5.2.6 - OK
------------------
mySQL version: 5.0.51-log
------------------
Coppermine version: 1.4.9(stable)
==========================
Module: GD
------------------
GD Version: bundled (2.0.34 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
XPM Support:
XBM Support: 1
JIS-mapped Japanese Font Support:

==========================
Module: mysql
------------------
MySQL Supportenabled
Active Persistent Links 0
Active Links 1
Client API version 5.0.45
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/lib/mysql/mysql.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib/mysql -lmysqlclient_r 
==========================
Module: zlib
------------------
ZLib Support enabled
Stream Wrapper support compress.zlib://
Stream Filter support zlib.inflate, zlib.deflate
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 | On | On
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 | .:/hsphere/shared/apache2/libexec/php5ext/php/ | .:/hsphere/shared/apache2/libexec/php5ext/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 | 32M | 32M
post_max_size | 38M | 38M
==========================
Page generated in 0.088 seconds - 76 queries in 0.004 seconds - Album set : ; Meta set: ;
Logged

Nibbler

  • Guest
Re: Images not showing
« Reply #1 on: February 28, 2009, 10:26:00 pm »

You're running 1.4.9 so were probably hacked. Post a link to your gallery.
Logged

idolbloglive

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: Images not showing
« Reply #2 on: February 28, 2009, 10:27:25 pm »

You're running 1.4.9 so were probably hacked. Post a link to your gallery.

brentnatzle.com/gallery

yeah i  realize I am running an old version :(
Logged

Fabricio Ferrero

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 1996
  • From San Juan, Argentina, to the World!
    • http://fabricioferrero.com/
Re: Images not showing
« Reply #3 on: February 28, 2009, 10:49:42 pm »

You're running 1.4.9 so were probably hacked.
I think so.

brentnatzle.com/gallery
Is this url ok? You get redirected to a Dj's web. Advertisement only.

Read and upgrade please: Yikes, I've been hacked! Now what?
Logged
Read Docs and Search the Forum before posting. - Soporte en español
--*--
Fabricio Ferrero's Website

Catching up! :)

idolbloglive

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: Images not showing
« Reply #4 on: February 28, 2009, 10:56:34 pm »

I think so.
 Is this url ok? You get redirected to a Dj's web. Advertisement only.

Read and upgrade please: Yikes, I've been hacked! Now what?

oopppssss. i gave the wrong URL

http://brentnatzle.com/coppermine

sorry about that
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Images not showing
« Reply #5 on: March 01, 2009, 08:52:51 pm »

Images show up as expected, and you're running cpg1.4.20. Did you already perform the sanitization and the upgrade? If yes, please resolve your thread as per board rules.
Logged
Pages: [1]   Go Up
 

Page created in 0.023 seconds with 20 queries.