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: Question- Help aout "last updated"  (Read 4566 times)

0 Members and 1 Guest are viewing this topic.

hanson0217

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
Question- Help aout "last updated"
« on: June 16, 2004, 10:25:33 pm »

Hi,

When I upload a new photo to the exist album, the album must appear in "last updated" block.
For example, I upload a photo to "album=18", it should appear at the first position of "last updated" block, but in my website, the "album=29" is still at the first position of "last updated" block.

the debug info is as follows.....
Code: [Select]
USER:
------------------
Array
(
    [ID] => 9691b226978b6a87d61710732d46bcd5
    [am] => 1
    [lang] => english
    [liv] => Array
        (
            [0] => 1454
        )

)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_group] => 1
    [user_active] => YES
    [user_name] => dearhan
    [user_password] => ********
    [user_lastvisit] => 2004-06-16 16:15:38
    [user_regdate] => 2004-05-26 12:15:26
    [user_group_list] => 5,2
    [user_email] => dearhan@dearhan.idv.tw
    [user_website] =>
    [user_location] =>
    [user_interests] =>
    [user_occupation] =>
    [user_actkey] =>
    [disk_max] => 204800
    [disk_min] => 0
    [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [ufc_max] => 3
    [ufc_min] => 0
    [custom_user_upload] => 1
    [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
    [groups] => Array
        (
            [0] => 5
            [1] => 2
            [2] => 1
        )

)

==========================
Queries:
------------------
Array
(
    [0] => SELECT extension, mime, content FROM cpg130_filetypes;
    [1] => SELECT * FROM cpg130_users WHERE user_id='1'AND user_active = 'YES' AND user_password != '' AND BINARY MD5(user_password) = '9668a15a5a3b72ba3cfb0ad08d936a3d'
    [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 cpg130_usergroups WHERE group_id in (5,2,1)
    [3] => SELECT group_name FROM  cpg130_usergroups WHERE group_id= 1
    [4] => DELETE FROM cpg130_banned WHERE expiry < 1087417303
    [5] => SELECT * FROM cpg130_banned WHERE ip_addr='193.61.130.199' OR ip_addr='193.61.130.199' OR user_id=1
    [6] => SELECT cid, name, description, thumb FROM cpg130_categories WHERE parent = ''  ORDER BY pos
    [7] => SELECT aid FROM cpg130_albums WHERE category >= 10000
    [8] => SELECT count(*) FROM cpg130_pictures, cpg130_albums WHERE cpg130_pictures.aid = cpg130_albums.aid AND category >= 10000
    [9] => SELECT thumb FROM cpg130_categories WHERE cid = '1' LIMIT 1
    [10] => SELECT pid, filepath, filename, url_prefix FROM cpg130_pictures AS p,cpg130_albums AS a WHERE p.aid = a.aid AND a.category > 10000 AND approved='YES' ORDER BY RAND()
    [11] => SELECT cid, name, description, thumb FROM cpg130_categories WHERE parent = '1'  ORDER BY pos
    [12] => SELECT aid FROM cpg130_albums WHERE category = 2
    [13] => SELECT count(*) FROM cpg130_pictures, cpg130_albums WHERE cpg130_pictures.aid = cpg130_albums.aid AND category = 2
    [14] => SELECT thumb FROM cpg130_categories WHERE cid = 2
    [15] => SELECT pid, filepath, filename, url_prefix FROM cpg130_pictures AS p, cpg130_albums AS a WHERE p.aid = a.aid AND approved='YES' AND a.category = 2 ORDER BY RAND()
    [16] => SELECT count(*) FROM cpg130_albums WHERE category = '2'
    [17] => SELECT a.aid, a.title, a.description, visibility, filepath,                 filename, url_prefix, pwidth, pheight FROM cpg130_albums as a LEFT JOIN cpg130_pictures as p ON thumb=pid WHERE category = '2' ORDER BY pos LIMIT 0,5
    [18] => SELECT aid, count(pid) as pic_count, max(pid) as last_pid, max(ctime) as last_upload FROM cpg130_pictures WHERE aid IN (17, 2, 4, 6, 13) AND approved = 'YES' GROUP BY aid
    [19] => SELECT cid, name, description, thumb FROM cpg130_categories WHERE parent = '2'  ORDER BY pos
    [20] => SELECT count(*) FROM cpg130_albums WHERE 1
    [21] => SELECT count(*) FROM cpg130_pictures WHERE 1
    [22] => SELECT count(*) FROM cpg130_comments WHERE 1
    [23] => SELECT count(*) FROM cpg130_categories WHERE 1
    [24] => SELECT sum(hits) FROM cpg130_pictures WHERE 1
    [25] => SELECT count(*) FROM cpg130_albums WHERE category = ''
    [26] => SELECT COUNT(*) from cpg130_pictures WHERE approved = 'YES'
    [27] => SELECT *,cpg130_albums.title AS title,cpg130_albums.aid AS aid  FROM cpg130_pictures,cpg130_albums WHERE cpg130_pictures.aid = cpg130_albums.aid AND approved = 'YES'  GROUP  BY cpg130_pictures.aid ORDER BY cpg130_pictures.ctime DESC  LIMIT 0 ,10
    [28] => SELECT COUNT(*) from cpg130_pictures WHERE approved = 'YES'
    [29] => SELECT pid, filepath, filename, url_prefix, filesize, pwidth, pheight, ctime, aid,title, caption, owner_id, owner_name, aid FROM cpg130_pictures WHERE approved = 'YES'  ORDER BY pid DESC  LIMIT 0 ,5
    [30] => SELECT COUNT(*) from cpg130_pictures WHERE approved = 'YES' AND hits > 0  
    [31] => SELECT pid, filepath, filename, url_prefix, filesize, pwidth, pheight, ctime, aid, hits, aid, filename FROM cpg130_pictures WHERE approved = 'YES'AND hits > 0   ORDER BY hits DESC, filename   LIMIT 0 ,5
    [32] => SELECT COUNT(*) from cpg130_pictures WHERE approved = 'YES' AND votes >= '1'
    [33] => SELECT pid, filepath, filename, url_prefix, filesize, pwidth, pheight, ctime, aid, pic_rating, votes, aid FROM cpg130_pictures WHERE approved = 'YES' AND votes >= '1'  ORDER BY ROUND((pic_rating+1)/2000) DESC, votes DESC  LIMIT 0 ,5
    [34] => SELECT COUNT(*) from cpg130_comments, cpg130_pictures  WHERE approved = 'YES' AND cpg130_comments.pid = cpg130_pictures.pid  
    [35] => SELECT c.pid, filepath, filename, url_prefix, filesize, pwidth, pheight, ctime, aid, msg_id, author_id, msg_author, UNIX_TIMESTAMP(msg_date) as msg_date, msg_body, aid FROM cpg130_comments as c, cpg130_pictures as p WHERE approved = 'YES' AND c.pid = p.pid   ORDER by msg_id DESC  LIMIT 0 ,5
)

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

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

==========================
VERSION INFO :
------------------
PHP version: 4.3.3 - OK
------------------
mySQL version: 4.0.18-standard
==========================
Module: gd
------------------
module doesn't exist
==========================
Module: mysql
------------------
Active Persistent Links 0
Active Links 1
Client API version 4.0.18
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 | -1 | -1
upload_max_filesize | 2M | 2M
post_max_size | 55M | 55M
==========================
Page generated in 0.159 seconds - 36 queries in 0.074 seconds - Album set :

http://album.dearhan.idv.tw

Help me please~ Thank you very much~
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: Question- Help aout "last updated"
« Reply #1 on: June 17, 2004, 12:30:44 am »

Well it seems to be working for me.
This may be a cookie issue. Delete your cookies and try again.
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

hanson0217

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
Re: Question- Help aout "last updated"
« Reply #2 on: June 17, 2004, 09:41:19 pm »

Thanks very much~
I have done what you said, but it still doesn't work.
However, if I create a new album and upoad photos to this new album, it will show in the "last updated" block. If I upload photos to exist album, it will not show in "last updated block.  ???
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Question- Help aout "last updated"
« Reply #3 on: June 18, 2004, 01:33:42 pm »

just a shot in the dark: did you upgrade from cpg1.2.1 and when you had 1.2.1, did you ftp-upload to userpics? Sounds like a userpics-issue to me...

GauGau
Logged

hanson0217

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
Re: Question- Help aout "last updated"
« Reply #4 on: June 18, 2004, 01:44:01 pm »

Quote
just a shot in the dark: did you upgrade from cpg1.2.1 and when you had 1.2.1, did you ftp-upload to userpics? Sounds like a userpics-issue to me...

GauGau

I use 1.3 beta originally, and then update to cpg 1.3.
I use many ways to upload photos, such as ftp, http, xp_publish, during this time~~
But even though I install a new cpg 1.3, the "last updated" problem stll happen.. :o

new cpg 1.3: http://www.dearhan.idv.tw/klfalbum
Logged
Pages: [1]   Go Up
 

Page created in 0.025 seconds with 19 queries.