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: I can't see all users names and thumbnails in the index page  (Read 2650 times)

0 Members and 1 Guest are viewing this topic.

jaguar9

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 10
    • Club de coleccionistas de HW en Mexico
I can't see all users names and thumbnails in the index page
« on: March 18, 2007, 07:30:15 pm »

http://www.hotwheelsmexicoclub.com/gallery

All pics and users are in the database, and are working; but when i login in i can't see all users thumbnails and names; a few weeks ago we change the server, could be that, but i don't know exactly what is.

Sorry if i post incomplete information to help solve my problem but i dont know exactly what to post...Ahy help would be great, i believe 1 file is missing or something; we ahve all the pics in the system and nothing is lost, but will be great to see the page as always...

Thank you very much

Juan Carlos


USER:
------------------
Array
(
    [ID] => 6301bc2fb539dde94ec3940a385f9437
    [am] => 1
    [lang] => english
    [lap] => 2
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => jaguar9
    [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] => 10
    [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 cpg_filetypes; (0.122s)
  • [1] => select * from cpg_plugins order by priority asc; (0s)
        [2] => delete from `larasir_copp1`.cpg_sessions where time<1174237123 and remember=0; (0.436s)
        [3] => delete from `larasir_copp1`.cpg_sessions where time<1173031123; (0s)
        [4] => select user_id from `larasir_copp1`.cpg_sessions where session_id=md5("a4e08671aa6dfcccaefff587af986833ef41ae003ff157a386d562b12775284d"); (0s)
        [5] => select user_id as id, user_password as password from `larasir_copp1`.cpg_users 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 `larasir_copp1`.cpg_users AS u INNER JOIN `larasir_copp1`.cpg_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0.012s)
        [7] => SELECT user_group_list FROM `larasir_copp1`.cpg_users AS u WHERE user_id='1' and user_group_list <> ''; (0.001s)
        [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 cpg_usergroups WHERE group_id in (1) (0.001s)
        [9] => SELECT group_name FROM  cpg_usergroups WHERE group_id= 1 (0.001s)
        [10] => update `larasir_copp1`.cpg_sessions set time='1174240723' where session_id=md5('a4e08671aa6dfcccaefff587af986833ef41ae003ff157a386d562b12775284d'); (0.001s)
        [11] => SELECT user_favpics FROM cpg_favpics WHERE user_id = 1 (0.004s)
        [12] => DELETE FROM cpg_banned WHERE expiry < '2007-03-18 23:58:43' (0s)
        [13] => SELECT * FROM cpg_banned WHERE (ip_addr='200.64.9.166' OR ip_addr='200.64.9.166' OR user_id=1) AND brute_force=0 (0s)
        [14] => SELECT aid FROM cpg_albums as a WHERE category>=10000 (0.001s)
        [15] => SELECT cid FROM cpg_categories WHERE parent = '1' (0s)
        [16] => SELECT name, parent FROM cpg_categories WHERE cid = '1' (0s)
        [17] => SELECT cid, name, description, thumb FROM cpg_categories WHERE parent = '1'  ORDER BY name (0s)
        [18] => SELECT aid FROM cpg_albums as a WHERE category >= 10000 (0.001s)
        [19] => SELECT COUNT(*) FROM cpg_pictures WHERE approved = 'NO' (0.005s)
        [20] => select null from cpg_albums as p where ( category>10000 ) group by category; (0s)
        [21] => SELECT user_id as user_id,user_name as user_name,COUNT(DISTINCT a.aid) as alb_count,COUNT(DISTINCT pid) as pic_count,MAX(pid) as thumb_pid, MAX(galleryicon) as gallery_pid FROM cpg_albums AS a INNER JOIN `larasir_copp1`.cpg_users as u on u.user_id+10000=a.category LEFT JOIN cpg_pictures AS p ON p.aid = a.aid WHERE ((isnull(approved) or approved='YES') AND category > 10000)  GROUP BY category ORDER BY category LIMIT 12, 12  (0.001s)
        [22] => SELECT count(*) FROM cpg_albums as a WHERE category = '1' (0s)
        [23] => SELECT COUNT(*) from cpg_pictures WHERE approved = 'YES' AND aid IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,80,77,78,79,38,39,184,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,82,83,84,144,139,86,88,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,123,127,131,129,130,132,133,134,135,137,138,140,141,142,145,146,147,148,233,185,153,229,152,204,227,206,231,234,230,149,154,155,156,158,159,160,161,162,163,165,166,167,168,173,174,175,176,177,178,179,180,181,182,183,186,187,188,190,193,194,195,196,197,198,199,200,201,202,203,205,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,232,226,228,235,236,237,238,239,240)  (0.013s)
        [24] => SELECT * FROM cpg_pictures WHERE approved = 'YES' AND aid IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,80,77,78,79,38,39,184,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,82,83,84,144,139,86,88,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,123,127,131,129,130,132,133,134,135,137,138,140,141,142,145,146,147,148,233,185,153,229,152,204,227,206,231,234,230,149,154,155,156,158,159,160,161,162,163,165,166,167,168,173,174,175,176,177,178,179,180,181,182,183,186,187,188,190,193,194,195,196,197,198,199,200,201,202,203,205,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,232,226,228,235,236,237,238,239,240)  ORDER BY RAND() LIMIT 8 (0.154s)
        [25] => SELECT COUNT(*) from cpg_pictures WHERE approved = 'YES' AND aid IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,80,77,78,79,38,39,184,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,82,83,84,144,139,86,88,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,123,127,131,129,130,132,133,134,135,137,138,140,141,142,145,146,147,148,233,185,153,229,152,204,227,206,231,234,230,149,154,155,156,158,159,160,161,162,163,165,166,167,168,173,174,175,176,177,178,179,180,181,182,183,186,187,188,190,193,194,195,196,197,198,199,200,201,202,203,205,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,232,226,228,235,236,237,238,239,240)  (0.012s)
        [26] => SELECT * FROM cpg_pictures WHERE approved = 'YES' AND aid IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,80,77,78,79,38,39,184,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,82,83,84,144,139,86,88,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,123,127,131,129,130,132,133,134,135,137,138,140,141,142,145,146,147,148,233,185,153,229,152,204,227,206,231,234,230,149,154,155,156,158,159,160,161,162,163,165,166,167,168,173,174,175,176,177,178,179,180,181,182,183,186,187,188,190,193,194,195,196,197,198,199,200,201,202,203,205,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,232,226,228,235,236,237,238,239,240)  ORDER BY pid DESC  LIMIT 0 ,8 (0.244s)
    )

    ==========================
    GET :
    ------------------
    Array
    (
       
[cat] => 1
    [page] => 2
)

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

==========================
VERSION INFO :
------------------
PHP version: 4.4.6 - OK
------------------
mySQL version: 4.1.21-standard
------------------
Coppermine version: 1.4.2(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.1.21
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 | /home/larasir:/usr/lib/php:/usr/local/lib/php:/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 1.736 seconds - 27 queries in 1.009 seconds - Album set : AND aid IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,80,77,78,79,38,39,184,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,82,83,84,144,139,86,88,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,123,127,131,129,130,132,133,134,135,137,138,140,141,142,145,146,147,148,233,185,153,229,152,204,227,206,231,234,230,149,154,155,156,158,159,160,161,162,163,165,166,167,168,173,174,175,176,177,178,179,180,181,182,183,186,187,188,190,193,194,195,196,197,198,199,200,201,202,203,205,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,232,226,228,235,236,237,238,239,240) ; Meta set: AND aid IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,80,77,78,79,38,39,184,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,82,83,84,144,139,86,88,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,123,127,131,129,130,132,133,134,135,137,138,140,141,142,145,146,147,148,233,185,153,229,152,204,227,206,231,234,230,149,154,155,156,158,159,160,161,162,163,165,166,167,168,173,174,175,176,177,178,179,180,181,182,183,186,187,188,190,193,194,195,196,197,198,199,200,201,202,203,205,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,232,226,228,235,236,237,238,239,240) ;

Logged
Hot Wheels Collector!

Nibbler

  • Guest
Re: I can't see all users names and thumbnails in the index page
« Reply #1 on: March 18, 2007, 07:39:56 pm »

Update your gallery.
Logged

jaguar9

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 10
    • Club de coleccionistas de HW en Mexico
Re: I can't see all users names and thumbnails in the index page
« Reply #2 on: March 18, 2007, 07:54:24 pm »

I did, but only shows my albums thumbnail, i can't see the rest of the usersname and thumbnails..
Thank you
Logged
Hot Wheels Collector!

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: I can't see all users names and thumbnails in the index page
« Reply #4 on: March 19, 2007, 07:32:47 am »

I did,
You did not - you're still running cpg1.4.2, although the most recent version currently is cpg1.4.10. Subsequently, you're running 8 versions behind. That's why Nibbler suggested updating.
Logged
Pages: [1]   Go Up
 

Page created in 0.022 seconds with 21 queries.