Advanced search  

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

Pages: [1] 2   Go Down

Author Topic: Warning your browser does not accept script's cookies  (Read 15737 times)

0 Members and 1 Guest are viewing this topic.

915855

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Warning your browser does not accept script's cookies
« on: February 12, 2016, 04:08:42 am »

I already searched this forum for this error but all of the posts for this problem do not give enough detail to help me solve this problem. Can someone please give me detailed information on how to fix this error. Thank you.
Logged

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: Warning your browser does not accept script's cookies
« Reply #1 on: February 12, 2016, 11:31:59 am »

It is simply a case of setting your browsers security level so it accepts cookies. Surely you see the same issue with other sites?
Logged
It is a mistake to think you can solve any major problems just with potatoes.

915855

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: Re: Warning your browser does not accept script's cookies
« Reply #2 on: February 12, 2016, 02:13:53 pm »

It is simply a case of setting your browsers security level so it accepts cookies. Surely you see the same issue with other sites?
I already changed the security level of my browsers and allowed my site to accept cookies but it did not work. I also tried logging in with 3 different computers and had the same problem. My research found that it has to do with my sites cookies but they did not give enough detail for me to fix the problem. If someone already went through this problem, can you please help me. My sites address is http://www.funny-silly.com  Thank you.
Logged

ron4mac

  • Administrator
  • Coppermine addict
  • *****
  • Country: us
  • Offline Offline
  • Posts: 2026
Re: Warning your browser does not accept script's cookies
« Reply #3 on: February 12, 2016, 07:15:48 pm »

Two things to check:

Make sure that the time on your server is set correctly.

Make sure that CPG is configured with a valid cookie_name (default would be cpg15x).
Logged

915855

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: Re: Warning your browser does not accept script's cookies
« Reply #4 on: February 12, 2016, 11:18:15 pm »

Two things to check:

Make sure that the time on your server is set correctly.

Make sure that CPG is configured with a valid cookie_name (default would be cpg15x).

I already submitted a support ticket with my server to see if the time is off. In the meantime, can you please tell me how I can check to see if I have a valid cookie_name. I already tried finding the cookie_name on myphpadmin but I could not find it. Attached is a picture of myphpadmin. Can you please tell where it is located at? Thank you







Logged

ron4mac

  • Administrator
  • Coppermine addict
  • *****
  • Country: us
  • Offline Offline
  • Posts: 2026
Re: Warning your browser does not accept script's cookies
« Reply #5 on: February 12, 2016, 11:57:27 pm »

Attached is a picture of myphpadmin.
That is not a Coppermine Photo Gallery database.
Logged

915855

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: Re: Warning your browser does not accept script's cookies
« Reply #6 on: February 13, 2016, 12:23:40 am »

That is not a Coppermine Photo Gallery database.
Yes, you are right, thanks for letting me know. I am attaching another picture of myphpadmin, can someone please tell me where the cookie file is stored. Thank you.
Logged

ron4mac

  • Administrator
  • Coppermine addict
  • *****
  • Country: us
  • Offline Offline
  • Posts: 2026
Re: Re: Warning your browser does not accept script's cookies
« Reply #7 on: February 13, 2016, 12:33:13 am »

can someone please tell me where the cookie file is stored.
The cookie_name value is stored in the config table.
Logged

915855

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: Re: Re: Warning your browser does not accept script's cookies
« Reply #8 on: February 13, 2016, 12:40:30 am »

The cookie_name value is stored in the config table.
The cookie name is cpg15x , do I have to change anything? Thank you for your help.
Logged

ron4mac

  • Administrator
  • Coppermine addict
  • *****
  • Country: us
  • Offline Offline
  • Posts: 2026
Re: Warning your browser does not accept script's cookies
« Reply #9 on: February 13, 2016, 01:00:13 am »

The cookie name is cpg15x , do I have to change anything?
Nothing you should need to change.  My guess is that there might be an issue with your server time setting.
Logged

915855

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: Re: Warning your browser does not accept script's cookies
« Reply #10 on: February 13, 2016, 01:08:58 am »

Nothing you should need to change.  My guess is that there might be an issue with your server time setting.

Thank you so much for your help.
Logged

ron4mac

  • Administrator
  • Coppermine addict
  • *****
  • Country: us
  • Offline Offline
  • Posts: 2026
Re: Warning your browser does not accept script's cookies
« Reply #11 on: February 13, 2016, 02:19:58 pm »

I did a little more investigation of your cookie problem. I've determined that your server time is set okay. Your problem is caused by your cookie_path being set to /ricsil/ ( it should be just a single / ).
You can change it by using the method we went through above to get to the cookie_name.
Logged

915855

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: Re: Warning your browser does not accept script's cookies
« Reply #12 on: February 13, 2016, 02:45:17 pm »

I did a little more investigation of your cookie problem. I've determined that your server time is set okay. Your problem is caused by your cookie_path being set to /ricsil/ ( it should be just a single / ).
You can change it by using the method we went through above to get to the cookie_name.
It worked but I had to take out both slashes / from the cookie_path . Thank you so much for taking the time and helping me.
Logged

ron4mac

  • Administrator
  • Coppermine addict
  • *****
  • Country: us
  • Offline Offline
  • Posts: 2026
Re: Warning your browser does not accept script's cookies
« Reply #13 on: February 13, 2016, 04:03:51 pm »

It worked but I had to take out both slashes / from the cookie_path .
It still fails on some browsers. You need to remove 'ricsil' and make it just '/'.
« Last Edit: February 13, 2016, 04:09:26 pm by ron4mac »
Logged

915855

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: Re: Warning your browser does not accept script's cookies
« Reply #14 on: February 14, 2016, 04:41:30 pm »

It still fails on some browsers. You need to remove 'ricsil' and make it just '/'.
I made the changes, I sincerely appreciate it that you took your time to help me. Thanks for everything.
Logged

czarekd85

  • Coppermine newbie
  • Country: pl
  • Offline Offline
  • Posts: 10
Re: Warning your browser does not accept script's cookies
« Reply #15 on: February 19, 2016, 12:32:35 pm »

Hello,

I have the same situation. My browser Edge, but Firefox also (only on my CPG site) says: Warning your browser does not accept script's cookies. I can't login on any account. Last week I made update from cpg 14x to 15x. My cookie_name was cpg143, but I changed to cpg15x, my cookie_path is /. I don't know what can I do else to solve this problem?

My page adress: www.gpa.mazowsze.pl

Czarek
Logged

ron4mac

  • Administrator
  • Coppermine addict
  • *****
  • Country: us
  • Offline Offline
  • Posts: 2026
Re: Warning your browser does not accept script's cookies
« Reply #16 on: February 19, 2016, 02:01:16 pm »

Logged

czarekd85

  • Coppermine newbie
  • Country: pl
  • Offline Offline
  • Posts: 10
Re: Warning your browser does not accept script's cookies
« Reply #17 on: February 19, 2016, 02:05:28 pm »

Yes, and there was no warnings / errors.
Logged

ron4mac

  • Administrator
  • Coppermine addict
  • *****
  • Country: us
  • Offline Offline
  • Posts: 2026
Re: Warning your browser does not accept script's cookies
« Reply #18 on: February 19, 2016, 02:37:56 pm »

It appears that you are using the cookie_consent plugin. Did you update the plugin to a CPG 1.5 version?
https://sourceforge.net/p/coppermine/code/HEAD/tree/branches/cpg1.5.x/plugins/cookie_consent
Logged

czarekd85

  • Coppermine newbie
  • Country: pl
  • Offline Offline
  • Posts: 10
Re: Warning your browser does not accept script's cookies
« Reply #19 on: February 19, 2016, 02:45:19 pm »

Yes, I've installed cookie_consent plugin: cpg1.5.x_plugin_cookie_consent_v1.0. Should I do anything else? In version 14x I didn't have this plugin.
Logged
Pages: [1] 2   Go Up
 

Page created in 0.051 seconds with 20 queries.