The problem is that it's not generating Captcha images. When I look in the backend it says that there are 3 images already there but on the frontend it's not displaying anything. What might cause this?
http://www.rockcafe.be/index.php?page=formulier
Captcha problem
Re: Captcha problem
No I didn't. I left work today asking myself the same question so I'll check in a minute.cyberman wrote: Do you set write permission for cache folder inside module?
Edit: so I probably didn't. Can I adjust that from within the module or do I have to set permissions manually on my webserver?
Modified permissions on my server but it's not doing anything.
I looked into my page's source and found this:
Code: Select all
<div class="captcha"><input type="hidden" name="public_key" value="45988">
<img class="captchapict" src="/modules/Captcha/images/captchas/hn_captcha_45988.jpg" width="198" height="72" alt="This is a captcha-picture. It is used to prevent mass-access by robots. (see: www.captcha.net)" title="">
Please confirm that you are not a script by entering the letters from the image.<br /><input type="text" name="m5captcha_phrase" id="m5captcha_phrase" value="" size="10" maxlength="255" />
</div>
Last edited by rockarena666 on Wed Jul 04, 2007 6:05 pm, edited 1 time in total.
Re: Captcha problem
Cache folder needs permission 777. Have you set it?
How have you installed Captcha module (FTP, XML file)?
How have you installed Captcha module (FTP, XML file)?
Re: Captcha problem
XML File. And I set the permissions to 777 but no luck. When I look at one of the generated JPG's they are empty. So the module is doing something but not the right thing.cyberman wrote: Cache folder needs permission 777. Have you set it?
How have you installed Captcha module (FTP, XML file)?
Re: Captcha problem
Hmm, can you try to install captcha module via ftp once again (after deinstalling/deleting)?
Maybe there are some problems with server permissions ...
Maybe there are some problems with server permissions ...