[Invalid]: Warning your browser does not accept script's cookies - NEW ISSUE- [Invalid]: Warning your browser does not accept script's cookies - NEW ISSUE-
 

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

Main Menu

[Invalid]: Warning your browser does not accept script's cookies - NEW ISSUE-

Started by julianR, November 13, 2009, 08:32:53 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

julianR

Hello everybody,

I have two installations of CPG on a IIS server.
One at www.prietenie.org which works fine and another one at http://www.gostalyttkens.no-ip.org
The last one, http://www.gostalyttkens.no-ip.org , is giving me the "Warning your browser does not accept script's cookies" message whatever I do.
The installations are identical and no differences exists between them as they have been installed both with the standard options, are running of the same server and are the same version.
Putting the config. option into debug mode I am getting the information below. Any idea?

Thank you!

Julian
________________________________________________________________
USER:
------------------
Array
(
   [ID] => 3d67fc126cc143ec94e7d29251021f02
   [am] => 1
   [lang] => english
)

==========================
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] => Guests
       [can_see_all_albums] => 0
       [group_id] => 3
    )

    ==========================
    Queries:
    ------------------
    Array
    (
       
  • => SELECT extension, mime, content, player FROM cpg149_filetypes; (0.004s)
       [1] => select * from cpg149_plugins order by priority asc; (0.004s)
       [2] => delete from `gosta`.cpg149_sessions where time<1258093481 and remember=0; (0.005s)
       [3] => delete from `gosta`.cpg149_sessions where time<1256887481; (0.004s)
       [4] => SELECT session_id FROM `gosta`.cpg149_sessions WHERE session_id=MD5('08ad2719d6f6ba6b1628762766f1f649aff7a37c64c4b0d3a8c9fc7601085cb3') (0.004s)
       [5] => insert into `gosta`.cpg149_sessions (session_id, user_id, time, remember) values ("ff5a3f04f5ecdb21c004381337895980", 0, "1258097081", 0); (0.004s)
       [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 cpg149_usergroups WHERE group_id in (3) (0.004s)
       [7] => SELECT group_name FROM  cpg149_usergroups WHERE group_id= 3 (0.004s)
       [8] => update `gosta`.cpg149_sessions set time='1258097081' where session_id=md5('08ad2719d6f6ba6b1628762766f1f649aff7a37c64c4b0d3a8c9fc7601085cb3'); (0.004s)
       [9] => DELETE FROM cpg149_banned WHERE expiry < '2009-11-13 09:24:41' (0.004s)
       [10] => SELECT * FROM cpg149_banned WHERE (ip_addr='192.168.0.10' OR ip_addr='192.168.0.10' OR user_id=0) AND brute_force=0 (0.003s)
    )

    ==========================
    GET :
    ------------------
    Array
    (
       [referer] => index.php
    )

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

    ==========================
    Page generated in 0.251 seconds - 11 queries in 0.044 seconds - Album set : ; Meta set: ;

julianR

I've found that the only solution was to update from 1.4.9 to 1.4.25 stable and it works just fine....  :)

Jeff Bailey

Marking as invalid as you should have upgraded before posting.
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford