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.