favorite file's not downloadeble favorite file's not downloadeble
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

favorite file's not downloadeble

Started by sigurd02, January 21, 2007, 11:48:14 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sigurd02

Hi,

When not integrated
When the photo album is not integrated with a forum, (in my case SMF) then you can select pictures as Favorite.
Al favorite pictures you can later download as a zip file. This works realy fine.

When integrated
When the photo album is integrated with SMF forum, and a photo is selected as favorite then:
There appears a message:
Selected album/file does not excist!
displayimage.php - line: 308

The code from debugging mode:
USER:
------------------
Array
(
    [ID] => c3d41c7dcbc90303ce9ae470679c62f8
    [am] => 1
    [lang] => dutch
    [liv] => Array
        (
            [0] => 138
            [1] => 139
            [2] => 143
            [3] => 144
            [4] => 9
        )

)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => root
    [groups] => Array
        (
            [0] => 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
(
    [0] => SELECT extension, mime, content, player FROM cpg132_filetypes; (0.002s)
    [1] => select * from cpg132_plugins order by priority asc; (0.001s)
    [2] => SELECT * FROM cpg132_bridge (0.002s)
    [3] => 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 cpg132_usergroups WHERE group_id in (1) (0.002s)
    [4] => SELECT group_name FROM  cpg132_usergroups WHERE group_id= 1 (0.001s)
    [5] => SELECT user_favpics FROM cpg132_favpics WHERE user_id = 1 (0.001s)
    [6] => SHOW TABLES LIKE 'cpg132_cms_config' (0.002s)
    [7] => SELECT * FROM cpg132_cms_config (0.001s)
    [8] => DELETE FROM cpg132_banned WHERE expiry < '2007-01-21 22:37:32' (0.001s)
    [9] => SELECT * FROM cpg132_banned WHERE (ip_addr='192.168.2.1' OR ip_addr='192.168.2.1' OR user_id=1) AND brute_force=0 (0.001s)
    [10] => SELECT COUNT(*) FROM cpg132_pictures WHERE approved = 'NO' (0.003s)
)

==========================
GET :
------------------
Array
(
    [album] => lastup
    [layimage_php?album] => lastup
)

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

==========================
VERSION INFO :
------------------
PHP version: 5.0.4 - OK
------------------
mySQL version: 4.1.20
------------------
Coppermine version: 1.4.10(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
XPM Support:
XBM Support: 1
JIS-mapped Japanese Font Support:

==========================
Module: mysql
------------------
MySQL Supportenabled
Active Persistent Links 0
Active Links 1
Client API version 4.1.20
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/lib/mysql/mysql.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib/mysql -lmysqlclient 
==========================
Module: zlib
------------------
ZLib Support enabled
Compiled Version 1.2.2.2
Linked Version 1.2.2.2
==========================
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/share/pear | .:/usr/share/pear
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 1.956 seconds - 11 queries in 0.017 seconds - Album set : ; Meta set: ;


I have been searching on this forum but did not find an answere.
Can someone give me a helpful answer.


sigurd02

It did not workout right for me to change the code of addfav.php.

But I did change the addfav.php aniway.
Also the "Add to Favorites" does change to "Remove from Favorites" other then below (What you wrote about) is happening.
Quote from: ecto on January 05, 2006, 05:34:05 PM
I also noticed now that in your case, after clicking "Add to Favorites", the link does not change to "Remove from Favorites" which it should if the adding worked. So I guess there's something with your addfav..

Nibbler


sigurd02

http://huys.mine.nu/foto/

user: test
pass: test

Also put album in debug mode and selectable language.


sigurd02

Cant get it working yet. Go to sleep now

sigurd02

Well I edit the bridge/smf10.inc.php file:
from:

require_once($BRIDGE['relative_path_to_config_file'] . 'SSI.php');
code]
into:
[code] $temp = $_GET;
require_once($BRIDGE['relative_path_to_config_file'] . 'SSI.php');
$_GET = $temp;

and then when I click to download te zipfile: It returns with the page the file does not exist.

The difference in queries is:
Without bridge: at the begin n-o bridge.
Bridged: at the begin b-ridge
    [b0] => SELECT extension, mime, content, player FROM cpg132_filetypes; (0.002s)
    [n0] => SELECT extension, mime, content, player FROM cpg132_filetypes; (0.002s)

    [b1] => select * from cpg132_plugins order by priority asc; (0.001s)
    [n1] => select * from cpg132_plugins order by priority asc; (0.001s)

[b2] => SELECT * FROM cpg132_bridge (0.001s)
    [b3] => 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 cpg132_usergroups WHERE group_id in (1) (0.002s)
    [b4] => SELECT group_name FROM  cpg132_usergroups WHERE group_id= 1 (0.001s)

    [b5]  => SELECT user_favpics FROM cpg132_favpics WHERE user_id = 1 (0.001s)
    [n11] => SELECT user_favpics FROM cpg132_favpics WHERE user_id = 1 (0.001s)

    [b6]  => SHOW TABLES LIKE 'cpg132_cms_config' (0.002s)
    [n12] => SHOW TABLES LIKE 'cpg132_cms_config' (0.002s)

    [b7]  => SELECT * FROM cpg132_cms_config (0.001s)
    [n13] => SELECT * FROM cpg132_cms_config (0.001s)

    [b8]  => DELETE FROM cpg132_banned WHERE expiry < '2007-01-22 18:22:43' (0.001s)
    [n14] => DELETE FROM cpg132_banned WHERE expiry < '2007-01-22 18:28:11' (0.001s)

    [b9]  => SELECT * FROM cpg132_banned WHERE (ip_addr='192.168.2.1' OR ip_addr='192.168.2.1' OR user_id=1) AND brute_force=0 (0.001s)
    [n15] => SELECT * FROM cpg132_banned WHERE (ip_addr='192.168.2.1' OR ip_addr='192.168.2.1' OR user_id=1) AND brute_force=0 (0.001s)

    [b10] => SELECT COUNT(*) FROM cpg132_pictures WHERE approved = 'NO' (0.002s)
    [n16] => SELECT COUNT(*) FROM cpg132_pictures WHERE approved = 'NO' (0.002s)

    [b11] => SELECT * FROM cpg132_cms WHERE conid='0' AND type='1' ORDER BY cpos (0.001s)
    [n17] => SELECT * FROM cpg132_cms WHERE conid='0' AND type='1' ORDER BY cpos (0.001s)

    [b12] => SELECT COUNT(*) from cpg132_pictures WHERE approved = 'YES' AND pid IN (36)  (0.001s)
    [n18] => SELECT COUNT(*) from cpg132_pictures WHERE approved = 'YES' AND pid IN (36)  (0.001s)

    [b13] => SELECT * FROM cpg132_pictures WHERE approved = 'YES'AND pid IN (36)   LIMIT 0 ,12 (0.002s)
    [n19] => SELECT * FROM cpg132_pictures WHERE approved = 'YES'AND pid IN (36)   LIMIT 0 ,12 (0.002s)

    [b14] => SELECT count(*) from cpg132_comments where pid=36 and msg_id!=0 (0.001s)
    [n20] => SELECT count(*) from cpg132_comments where pid=36 and msg_id!=0 (0.001s)


    [n2] => delete from `cpg132`.cpg132_sessions where time<1169486890 and remember=0; (0.001s)
    [n3] => delete from `cpg132`.cpg132_sessions where time<1168280890; (0.001s)
    [n4] => select user_id from `cpg132`.cpg132_sessions where session_id=md5("c3d782459a5d72610866033bad948c93ffae57611b28c385926c8d53bc848404"); (0.001s)
    [n5] => select user_id as id, user_password as password from `cpg132`.cpg132_users where user_id=1 (0.001s)
    [n6] => SELECT u.user_id AS id, u.user_name AS username, u.user_password AS password, u.user_group+100 AS group_id FROM `cpg132`.cpg132_users AS u INNER JOIN `cpg132`.cpg132_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0.001s)
    [n7] => SELECT user_group_list FROM `cpg132`.cpg132_users AS u WHERE user_id='1' and user_group_list <> ''; (0.001s)

I do not know where to search at this moment.[/code]

sigurd02

 ???

I did the wizard for intergration just for one more time. Just trieing. (It might be i did it manually before the wizzard excist)
  That I don't know animore.
And did remove all the favorite pictures.
then add a favorite picture that actualli could be downloaded. ;D
There must have been some setting wrong. But the gallery worked fine.
Ani way.
Thanx for help and sorry for my bad spellings.