Closed (won't fix)
Project:
CAPTCHA
Version:
6.x-2.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jan 2010 at 18:05 UTC
Updated:
5 Jan 2010 at 08:27 UTC
After updating from CAPTCHA 2.0 (btw, there are no update instructions inside module readme file) I can't anymore access CAPTCHA settings page. I see white screen instead of settings at 'admin/user/captcha/captcha' and 'admin/user/captcha/captcha/settings'. But captcha itself seems to work fine and settings page of 'image captcha' module works as well.
Comments
Comment #1
soxofaan commentedWas the CAPTCHA 6.x-2.1 update the only update you did or where there others too?
Does downgrading to CAPTCHA 6.x-2.0 make it work again?
What kind of hosting do you have? (shared, localhost box, ...)
Can you check the php or apache error log?
Comment #2
graker commentedOK, sorry for bothering, it was totally my fault. I use custom module 'hidden captcha' (not maintaned at drupal.org) and it calls _image_captcha_get_font() function which isn't there anymore. Disabling this custom module fixes the issue so it's not problem of captcha at all.