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

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

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