Captcha image not showing in Coupon Manager

Ques: I am running Coupon Manager 2.0.5 on a local installation. And in the registration form the Captcha image is not showing. It’s shows the broken image link.

At first I was running Coupon Manager 2.0.2 and the captcha image did show.

Is there a quick solution for this?

Ans: Update/add this Code in /components/com_coupon/controller.php

function captcha_display()

{

$mainframe = JFactory::getApplication();

$mainframe->triggerEvent(‘onCaptchaDisplay’);

}

Comments on this post