CodeIgniter Forums
CAPTCHA missing - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: CAPTCHA missing (/showthread.php?tid=25414)



CAPTCHA missing - El Forum - 12-11-2009

[eluser]groyk[/eluser]
Hi Ci coders

I've tried to roll in Tank Auth and Dx Auth. But when I try to register a new user I don't get the CAPTCHA image. Same failure in both libraries.

What am I doing wrong? I get no errors or anything!


CAPTCHA missing - El Forum - 12-11-2009

[eluser]rogierb[/eluser]
Did you set folder permissons on the folder the image is written to?


CAPTCHA missing - El Forum - 12-11-2009

[eluser]groyk[/eluser]
Hmm. I have made chmod for the entire captcha folder "chmod -R <options> <directoryname>"


CAPTCHA missing - El Forum - 12-11-2009

[eluser]rogierb[/eluser]
Check the permissions, see if the webserver has rights to write. I can't see what options you used or if you are using SAFE MODE.

My guess still is write permissions ;-)