I am having trouble with Captchas not showing up.
I read an earlier forum entry on the topic and tried the test the Robin suggested and it appears I am missing something, either in the path or with the captcha images.
I have set the preference to require captcha for logged in users and I am using the following captcha code:
{if captcha}
Please enter the word you see in the image below:
{captcha}
<input type="text" name="captcha" value="" size="20" maxlength="20" style="width:140px;" /></p>
{/if}The captcha does not show up. When I tried Robin’s test to check the captcha paths I get the following results:
Testing 1,2,3….
no imagejpeg functionno gd
I would appreciate some direction on resolving this.
thanks.