I have searched the boards but the solutions posted hasn't work or the error the other users are getting is not similar to mine.
I just upgraded to a new server and have successfullly upgraded to 1.4.3 (though I can't see versioncheck since it's telling me I don't have the proper rights).
- I have "register_long_arrays = On" in php.ini but from what I've read, this doesn't matter with 1.4.x.
- I have renamed my "cookie_name" to something else since one of the members (I think it is gaugau) suggested to change it to something random.
- I do not get an error in debugger.php like another user.
- I have looked at the apache error log (since another user who is getting the same error has errors in the error log) and I do not see anything relevant to my cookie problem.
- I have checked the system clock for both client and server and they are the same. server and client (browser) resides in 2 different PCs.
I have turned debug_mode on and this is what I'm getting after supposedly logging in successfully:
##############################################
USER:
------------------
Array
(
[ID] => 4f18f3dc8bff59123bb8b511f2200a25
[am] => 1
)
==========================
USER DATA:
------------------
Array
(
[user_id] => 0
[user_name] => Guest
[groups] => Array
(
- => 3
)
[group_quota] => 0
[can_rate_pictures] => 1
[can_send_ecards] => 0
[can_post_comments] => 0
[can_upload_pictures] => 0
[can_create_albums] => 0
[pub_upl_need_approval] => 1
[priv_upl_need_approval] => 1
[upload_form_config] => 0
[num_file_upload] => 5
[num_URI_upload] => 3
[custom_user_upload] => 0
[disk_max] => 0
[disk_min] => 0
[ufc_max] => 0
[ufc_min] => 0
[has_admin_access] => 0
[group_name] => Anonymous
[can_see_all_albums] => 0
[group_id] => 3
)
==========================
Queries:
------------------
Array
(
- => SELECT extension, mime, content, player FROM cpgfiletypes; (0.001s)
[1] => select * from cpgplugins order by priority asc; (0.001s)
[2] => delete from `coppermine`.cpgsessions where time<1136203550 and remember=0; (0.001s)
[3] => delete from `coppermine`.cpgsessions where time<1134997550; (0s)
[4] => SELECT session_id FROM `coppermine`.cpgsessions WHERE session_id=MD5('3d40ad2bc75fa70086f0baca185c66796bdba2869d4c4d6620020fdd500e67a1') (0s)
[5] => insert into `coppermine`.cpgsessions (session_id, user_id, time, remember) values ("23f26d9f9ce5ce75e16ff603bbbd21c4", 0, "1136207150", 0); (0s)
[6] => 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 cpgusergroups WHERE group_id in (3) (0.001s)
[7] => SELECT group_name FROM cpgusergroups WHERE group_id= 3 (0s)
[8] => update `coppermine`.cpgsessions set time='1136207150' where session_id=md5('3d40ad2bc75fa70086f0baca185c66796bdba2869d4c4d6620020fdd500e67a1'); (0s)
[9] => DELETE FROM cpgbanned WHERE expiry < '2006-01-02 13:05:50' (0.001s)
[10] => SELECT * FROM cpgbanned WHERE (ip_addr='192.168.1.2' OR ip_addr='192.168.1.2' OR user_id=0) AND brute_force=0 (0.001s)
[11] => SELECT aid FROM cpgalbums WHERE visibility != '0' AND visibility !='10000' AND visibility NOT IN (3) (0.001s)
[12] => SELECT aid FROM cpgalbums (0.001s)
[13] => SELECT cid, name, description, thumb FROM cpgcategories WHERE parent = '' ORDER BY pos (0.001s)
[14] => SELECT aid FROM cpgalbums as a WHERE category>=10000 (0.001s)
[15] => SELECT count(*) FROM cpgpictures as p, cpgalbums as a WHERE p.aid = a.aid AND category >= 10000 (0.002s)
[16] => SELECT cid, name, description, thumb FROM cpgcategories WHERE parent = '1' ORDER BY pos (0.001s)
[17] => SELECT aid FROM cpgalbums as a WHERE category = '0' (0s)
[18] => SELECT count(*) FROM cpgalbums as a WHERE 1 (0s)
[19] => SELECT count(*) FROM cpgpictures as p LEFT JOIN cpgalbums as a ON a.aid=p.aid WHERE 1 (0.002s)
[20] => SELECT count(*) FROM cpgcomments as c LEFT JOIN cpgpictures as p ON c.pid=p.pid LEFT JOIN cpgalbums as a ON a.aid=p.aid WHERE 1 (0.001s)
[21] => SELECT count(*) FROM cpgcategories WHERE 1 (0s)
[22] => SELECT sum(hits) FROM cpgpictures as p LEFT JOIN cpgalbums as a ON p.aid=a.aid WHERE 1 (0.006s)
[23] => SELECT COUNT(*) FROM cpgpictures WHERE approved = 'NO' (0.002s)
[24] => SELECT count(*) FROM cpgalbums as a WHERE category = '0' (0.001s)
[25] => SELECT COUNT(*) from cpgpictures WHERE approved = 'YES' AND aid IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16) (0.003s)
[26] => SELECT * FROM cpgpictures WHERE approved = 'YES' AND aid IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16) ORDER BY RAND() LIMIT 8 (0.027s)
[27] => SELECT COUNT(*) from cpgpictures WHERE approved = 'YES' AND aid IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16) (0.004s)
[28] => SELECT * FROM cpgpictures WHERE approved = 'YES' AND aid IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16) ORDER BY pid DESC LIMIT 0 ,8 (0.002s)
)
==========================
GET :
------------------
Array
(
)
==========================
POST :
------------------
Array
(
)
==========================
Page generated in 0.232 seconds - 29 queries in 0.061 seconds - Album set : ; Meta set: AND aid IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16) ;
##############################################
any other ideas on how to fix this problem?
server info: apache22, php 5.1.1 and mysql 4.1.16
tried from a friend's PC and everything seems to be working fine. must be my browser settings then.
thanks for looking :)