Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: RafaelM on October 21, 2010, 01:01:56 PM

Title: captcha plugin error
Post by: RafaelM on October 21, 2010, 01:01:56 PM
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 ?
Title: captcha plugin error
Post by: SKaero on October 21, 2010, 01:09:06 PM
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
Title: captcha plugin error
Post by: RafaelM on October 22, 2010, 07:52:56 AM
I make the update, is OK
Title: captcha plugin error
Post by: Gautham Vignesh on November 11, 2010, 06:51:38 AM
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:
Title: captcha plugin error
Post by: SKaero on November 11, 2010, 11:22:51 AM
What's in your error log?
Title: captcha plugin error
Post by: Gautham Vignesh on November 11, 2010, 12:08:39 PM
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
Title: captcha plugin error
Post by: alec on November 12, 2010, 03:22:12 AM
You need to install php-gd module.
Title: captcha plugin error
Post by: Gautham Vignesh on November 12, 2010, 07:01:38 AM
Hi alec,
         Any more configurations on php-gd , after installing ...?