Author Topic: captcha plugin error  (Read 8613 times)

Offline RafaelM

  • Newbie
  • *
  • Posts: 2
captcha plugin error
« 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 ?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
captcha plugin error
« Reply #1 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

Offline RafaelM

  • Newbie
  • *
  • Posts: 2
captcha plugin error
« Reply #2 on: October 22, 2010, 07:52:56 AM »
I make the update, is OK
« Last Edit: October 22, 2010, 08:02:48 AM by RafaelM »

Offline Gautham Vignesh

  • Jr. Member
  • **
  • Posts: 41
captcha plugin error
« Reply #3 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:
____________
B.Gautham Vignesh

__________________

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
captcha plugin error
« Reply #4 on: November 11, 2010, 11:22:51 AM »
What's in your error log?

Offline Gautham Vignesh

  • Jr. Member
  • **
  • Posts: 41
captcha plugin error
« Reply #5 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
____________
B.Gautham Vignesh

__________________

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
captcha plugin error
« Reply #6 on: November 12, 2010, 03:22:12 AM »
You need to install php-gd module.

Offline Gautham Vignesh

  • Jr. Member
  • **
  • Posts: 41
captcha plugin error
« Reply #7 on: November 12, 2010, 07:01:38 AM »
Hi alec,
         Any more configurations on php-gd , after installing ...?
____________
B.Gautham Vignesh

__________________