Topic: Captcha dosen't work

Hi all,
I'm trying captcha for visitors but it seems it dosen't work : http://geekeo.fr/new-topic1.html
The problem may comes from my config : -http://funzz.fr/phpinfo/
Anyone knows what happen ?
Thanx.

Geek : We're all geeks...
Musique : French Music Webzine

Re: Captcha dosen't work

The image script url is http://geekeo.fr/extensions/pun_antispam/image.php

The error message displayed there is the following:

Internal Server Error

Directory "/home/geekeo/www/extensions/pun_antispam" is writeable by group

Apparently you use pun_repository and it sets permissions for extensions directories to 777. But running scripts from a directory with such permissions is probably disabled by your hosting admins.

Now you can uninstall pun_antispam, remove it from extension directory, then upload it manually by FTP (not via pun_repository) and finally install it again.

Actually it's a question of server settings. But we'll think how to avoid setting permissions to 777 in pun_repository.

Re: Captcha dosen't work

Ok thanks, i'm looking for this.

Geek : We're all geeks...
Musique : French Music Webzine

Re: Captcha dosen't work

It works when i uploaded it from FTP.
I translated this plugin : http://geekeo.fr/punbb/lang_fr_pun_antispam.rar wink

Last edited by Audiofeeline (2009-04-08 12:08:43)

Geek : We're all geeks...
Musique : French Music Webzine

Re: Captcha dosen't work

Parpalak wrote:

The image script url is http://geekeo.fr/extensions/pun_antispam/image.php

The error message displayed there is the following:

Internal Server Error

Directory "/home/geekeo/www/extensions/pun_antispam" is writeable by group

Apparently you use pun_repository and it sets permissions for extensions directories to 777. But running scripts from a directory with such permissions is probably disabled by your hosting admins.

Now you can uninstall pun_antispam, remove it from extension directory, then upload it manually by FTP (not via pun_repository) and finally install it again.

Actually it's a question of server settings. But we'll think how to avoid setting permissions to 777 in pun_repository.

Yes. It solved the problem!

Last edited by sridefender (2009-07-03 15:29:54)