ratepic.php and cookies??? ratepic.php and cookies???
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

ratepic.php and cookies???

Started by jarekn, May 30, 2005, 12:17:33 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jarekn

Not sure during which update changed this but I noticed that in ratepic.php you check to see if user accepts script's cookies... With this option enabled I and everyone else I talked to was unable to rate the images... I commented that part of the script out and now all works fine.  Can you tell me why this part is there?  My gallery is configured to only display large images to logged in users... eg no guests allowed... so I hope this won't cause any issues...

Thanx

JarekN
http://www.nitelifeinfo.com

Joachim Müller

If you only allow registered users, then there shouldn't be an issue with cookies, as authentification of registered users is done with cookies as well. Please post a link and test user account for details.

jarekn

Hello GauGau

Here is direct link to the gallery:

http://forum.nitelifeinfo.com/cpg

user: test
password: test2005

Thank you for taking the time and looking into this.  I should say that my cpg is integrated with vBulletin... not sure if that makes a difference...

Thanx

Nibbler

I'd expect the reason is that the coppermine cookie is being set with a path of '.' (fullstop). Set it to '/' (forward slash).

jarekn

THANX that is exactly what it was  ;D