forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: mrwilliamc on January 14, 2006, 01:36:18 pm

Title: Warning your browser does not accept script's cookies
Post by: mrwilliamc on January 14, 2006, 01:36:18 pm
I and users to my site are receiving the following message on the login screen in red.  "Warning your browser does not accept script's cookies"  The interesting thing about it is they can still login and I/they have no problems.  Also, if you refresh the initial login page even before logging in the error message vanishes. 

Have run update.php and still have the same issue.

In post http://forum.coppermine-gallery.net/index.php?topic=25804.0 Nibbler states "That's nothing to worry about. It will happen if you go directly to the login page without visiting any other Coppermine pages first. You could disable the message if you want."

Under Config Maintenance settings all is set to "NO"

Can someone advise where to disable the message?

Any help would be appreciated.....

Thanks
Title: Re: Warning your browser does not accept script's cookies
Post by: Joachim Müller on January 15, 2006, 02:24:09 pm
happens when you send your users directly to the login page with visting another coppermine page first. Message can be savely ignored. If it bothers you, edit it out in login.php or your language file (your option, depending on your coding skills).
Title: Re: Warning your browser does not accept script's cookies
Post by: mrwilliamc on January 15, 2006, 09:53:08 pm
GauGau Thank you for your reply.

Coding skills in the VERY early stages of learning...  :-[

I deleted line 67  $cookie_warning = ''; But same issue still occurs.

Again thanks in advance for your help.