Roundcube Community Forum

 

captcha plugin error

Started by RafaelM, October 21, 2010, 01:01:56 PM

Previous topic - Next topic

RafaelM

I'm trying install the captcha plugin in my roundcube, but doesn't work.
I'm using version 0.2.1 on lenny (iRedMail 0.5.1)

I untar the file and copy to plugins/captcha , copy the content of captcha/config/config.inc.php to config/main.inc.php and append the line
$rcmail_config['plugins'] = array("captcha");
 before  this.
Is necessary more some config ?

SKaero

Are you using RoundCube version 0.2.1 becouse plugins are only supported on RoundCube version 0.3 and greater. I'd recommend you upgrade to RoundCube 0.4.2

RafaelM

#2
I make the update, is OK

Gautham Vignesh

i had installed Rouncubemail-0.4.2 in ubuntu 9.04
all things are configured properly and its working
good.When i add captcha and put it in
roundcubemail -XXX/plugins/.Then changed the config
file from conf.inc.php.dist to conf.inc.php , added "login"
in that file under $rcmail_config['captcha_page'] = array("contactus","recpw","register");.

Then added the word "captcha" in main.inc.php file.

Now, when am checking in browser nothing is visible
even the login page isn't working.

Can any one post me the proper solution ...:confused:
____________
B.Gautham Vignesh

__________________

SKaero


Gautham Vignesh

Hi,
    This is my error found , can i know how to handle it
in captcha.php file.

 PHP Fatal error:  Call to undefined function imagecreatetruecolor() in /var/www/roundcubemail-0.4.2/plugins/captcha/captcha.php on line 332
____________
B.Gautham Vignesh

__________________

alec

You need to install php-gd module.

Gautham Vignesh

Hi alec,
         Any more configurations on php-gd , after installing ...?
____________
B.Gautham Vignesh

__________________