Closed (duplicate)
Project:
CAPTCHA
Version:
6.x-1.0-rc2
Component:
Captcha API (captcha)
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 Apr 2008 at 14:28 UTC
Updated:
15 Jul 2009 at 09:57 UTC
Comments
Comment #1
soxofaan commentedversion 5.x-2.x of CAPTCHA module is not supported anymore (and is known to be buggy).
please upgrade to 5.x-3.x and reopen this issue if you still have this same problem
Comment #2
kendre_paresh commentedI have installed the new version of CAPTCHA(6.X), but then too its not showing the image,
Does it related with SESSION?
Because the session is not working for me.
Comment #3
soxofaan commentedYou installed CAPTCHA 6.x (6.x-1.0-rc2 probably) on a Drupal 6.x site, I hope?
And yes, CAPTCHA requires sessions to work.
What do you mean with "Because the session is not working for me."?
Can you log in when the CAPTCHA module is disabled?
Also, does the math CAPTCHA work?
Please provide enough information.
Comment #4
kendre_paresh commentedHello,
I got it, what i had did is, i had deleted the row in user table which have user id 0.
Which causes, sessions are not to set for anonymous user.
Now its working fine.
What i have understood is, user table should have record with user id 0, which is working as foreign key in session table.
does it? am i on right track?
- Paresh.
Comment #5
soxofaan commentedA record with uid=0 in users table is required for sessions for anonymous users indeed.
also see:
http://drupal.org/node/243285
http://drupal.org/node/179915
http://drupal.org/node/204095#comment-673892
Comment #6
soxofaan commented-
Comment #7
soxofaan commentedtagging