I followed instructions and updated my thme from 1.3.x to 1.4x. Allmost everything works, but if i click that image info icon, nothin happends.
Debug info:
USER:
------------------
Array
(
[ID] => 7a1f2b10c2ade28d3d2ed346ba219c16
[am] => 1
[lang] => finnish
[liv] => Array
(
[0] => 7
)
)
==========================
USER DATA:
------------------
Array
(
[user_id] => 1
[user_name] => Osku
[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; (0s)
[1] => select * from cpg132_plugins order by priority asc; (0s)
[2] => SELECT * FROM cpg132_bridge (0s)
[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) (0s)
[4] => SELECT group_name FROM cpg132_usergroups WHERE group_id= 1 (0s)
[5] => SELECT user_favpics FROM cpg132_favpics WHERE user_id = 1 (0s)
[6] => DELETE FROM cpg132_banned WHERE expiry < '2006-09-24 19:05:17' (0s)
[7] => SELECT * FROM cpg132_banned WHERE (ip_addr='80.223.15.231' OR ip_addr='80.223.15.231' OR user_id=1) AND brute_force=0 (0s)
[8] => SELECT COUNT(*) from cpg132_pictures WHERE approved = 'YES' (0s)
[9] => SELECT * FROM cpg132_pictures WHERE approved = 'YES' ORDER BY pid DESC LIMIT 1 ,1 (0s)
[10] => SELECT title, comments, votes, category, aid FROM cpg132_albums WHERE aid='5' LIMIT 1 (0s)
[11] => SELECT msg_id, msg_author, msg_body, UNIX_TIMESTAMP(msg_date) AS msg_date, author_id, author_md5_id, msg_raw_ip, msg_hdr_ip, pid FROM cpg132_comments WHERE pid='46' ORDER BY msg_id ASC (0s)
[12] => SELECT COUNT(*) FROM cpg132_pictures WHERE approved = 'NO' (0s)
[13] => SELECT COUNT(*) from cpg132_pictures WHERE approved = 'YES' (0s)
[14] => SELECT * FROM cpg132_pictures WHERE approved = 'YES' ORDER BY pid DESC LIMIT 0 ,10 (0s)
)
==========================
GET :
------------------
Array
(
[album] => lastup
[cat] => 0
[pos] => 1
[displayimage_php?album] => lastup
)
==========================
POST :
------------------
Array
(
)
==========================
VERSION INFO :
------------------
PHP version: 5.1.6 - OK
------------------
mySQL version: 5.0.24-standard-log
------------------
Coppermine version: 1.4.9(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: 1
XBM Support: 1
JIS-mapped Japanese Font Support:
==========================
Module: mysql
------------------
MySQL Supportenabled
Active Persistent Links 0
Active Links 1
Client API version 5.0.24
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
Stream Wrapper support compress.zlib://
Stream Filter support zlib.inflate, zlib.deflate
Compiled Version 1.2.1.2
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 | 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 | system | system
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 | 60 | 60
upload_max_filesize | 12M | 12M
post_max_size | 8M | 8M
==========================
Page generated in 0.538 seconds - 15 queries in 0 seconds - Album set : ; Meta set: ;
/include/themes.inc.php
* Notice line 2196: Undefined index: uid
* Notice line 1899: Undefined index: uid
/displayimage.php
* Notice line 319: Undefined variable: meta_keywords
Don't post debug output unless requested. It is useless information 99% of the time. What would be useful is a link to your gallery.
If it's the same gallery as in your profile, then you have removed the reference to scripts.js from your template.html. Put it back.
Quote from: Nibbler on September 24, 2006, 06:10:09 PM
Don't post debug output unless requested.
Sorry, i just try to give you info.
Quote from: Nibbler on September 24, 2006, 06:11:57 PM
If it's the same gallery as in your profile, then you have removed the reference to scripts.js from your template.html. Put it back.
I dont remeber removing it, but i look in to it. Thanks.
edit: that was it. Thank you!