Hi,
I’ve read through some of the threads on this. I think I have it all set up right and the tags show, but no images appear. There are also no images in my captchas folder.
Please advise.
With thanks,
G
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
July 15, 2010 11:29pm
Subscribe [4]#1 / Jul 15, 2010 11:29pm
Hi,
I’ve read through some of the threads on this. I think I have it all set up right and the tags show, but no images appear. There are also no images in my captchas folder.
Please advise.
With thanks,
G
#2 / Jul 16, 2010 2:48am
geisterwerker,
A few things to check.
Is your /images/captchas folder writeable with permissions of 777
CP Home › Admin › System Preferences › Captcha Preferences
Are your path and URL correct?
Is Require captcha with logged-in members? set to yes or no. If yes then you wont be able to see the captcha in teh first place as you are a logged in member
#3 / Aug 02, 2010 11:26am
All checked. Seems to be something else. There is no captcha image.
#4 / Aug 02, 2010 4:51pm
Do you have the GD or ImageMagick libraries installed?
#5 / Aug 02, 2010 5:03pm
How do I check that?
#6 / Aug 02, 2010 5:09pm
phpinfo() should be able to tell you. Or you can use EE’s server wizard.
#7 / Aug 05, 2010 1:39pm
How do I use phpinto() ? WIth thanks? Also, should there be ANY images inside the Captcha folder>
#8 / Aug 05, 2010 1:46pm
Create a new file with a text editor called phpinfo.php.
In it place the following code:
<?php phpinfo(); >Save and upload it to somewhere on your web server.
Does that help?