simple solution (not tested well, but works in registration form):
1.
unzip and upload attached file picture.php to: /components/com_comprofiler/plugin/user/plug_cbcaptcha/
(and DO NOT FORGED - chmod 644)
code by: Dominik Paulus
www.dpaulus.de/
license:
creativecommons.org/licenses/by-nc-sa/2.0/de/deed.en
2.
change in your cb.capctha.php (same directory) function _getHTMLcaptcha() rows 40-50:
[code:1]
function _getHTMLcaptcha() {
global $mosConfig_live_site;
$basegetarray = array('user' => null, 'Itemid' => 1 );
$CaptchaImage = '<img src="components/com_comprofiler/plugin/user/plug_cbcaptcha/picture.php" />';
return $CaptchaImage;
}
[/code:1]
temporary solution, waiting for new version of original plugin
Attachment picture.zip not found